Skip to content

Commit

Permalink
Keep this or not?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Jan 5, 2022
1 parent 61bee7b commit 5766a65
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 17 deletions.
1 change: 1 addition & 0 deletions testsuite/api-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-testsuite-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
Expand Down
1 change: 1 addition & 0 deletions testsuite/extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-testsuite-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
Expand Down
1 change: 1 addition & 0 deletions testsuite/optional-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-testsuite-common</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down
17 changes: 0 additions & 17 deletions testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,8 @@
<module>optional-tck</module>
</modules>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-testsuite-common</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down
1 change: 1 addition & 0 deletions testsuite/rest-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-testsuite-common</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 5766a65

Please sign in to comment.