Bump MP-OpenTracing to 1.3.2

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
This commit is contained in:
Pavol Loffay
2020-01-20 13:49:01 +01:00
parent d1b5456454
commit c3459991e2
3 changed files with 4 additions and 9 deletions

View File

@@ -35,7 +35,7 @@
<smallrye-health.version>2.1.0</smallrye-health.version>
<smallrye-metrics.version>2.3.2</smallrye-metrics.version>
<smallrye-open-api.version>1.1.20</smallrye-open-api.version>
<smallrye-opentracing.version>1.3.2</smallrye-opentracing.version>
<smallrye-opentracing.version>1.3.3</smallrye-opentracing.version>
<smallrye-fault-tolerance.version>4.0.0</smallrye-fault-tolerance.version>
<smallrye-jwt.version>2.0.12</smallrye-jwt.version>
<smallrye-context-propagation.version>1.0.11</smallrye-context-propagation.version>

View File

@@ -65,7 +65,7 @@
<microprofile-reactive-messaging-api.version>1.0</microprofile-reactive-messaging-api.version>
<microprofile-rest-client-api.version>1.3.4</microprofile-rest-client-api.version>
<microprofile-open-api.version>1.1.2</microprofile-open-api.version>
<microprofile-opentracing-api.version>1.3.1</microprofile-opentracing-api.version>
<microprofile-opentracing-api.version>1.3.2</microprofile-opentracing-api.version>
<microprofile-context-propagation.version>1.0.1</microprofile-context-propagation.version>
<microprofile-jwt-api.version>1.1.1</microprofile-jwt-api.version>

View File

@@ -14,13 +14,8 @@
<name>Quarkus - TCK - MicroProfile OpenTracing Parent</name>
<modules>
<!--
Disable the base for now because of https://github.com/eclipse/microprofile-opentracing/issues/165
In that module all tests extend the base test which doesn't work so we might as well just disable
the whole module
-->
<!-- <module>base</module>-->
<!-- <module>rest-client</module>-->
<module>base</module>
<module>rest-client</module>
</modules>
</project>