Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Update SmallRye Parent 38
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Feb 1, 2023
1 parent 3cfbede commit 679b0fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-parent</artifactId>
<version>37</version>
<version>38</version>
</parent>

<artifactId>smallrye-opentracing-parent</artifactId>
Expand Down
7 changes: 7 additions & 0 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@
<dependency>org.eclipse.microprofile.opentracing:microprofile-opentracing-tck-rest-client</dependency>
</dependenciesToScan>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-testng</artifactId>
<version>${version.surefire.plugin}</version>
</dependency>
</dependencies>
</plugin>

<plugin>
Expand Down

0 comments on commit 679b0fa

Please sign in to comment.