Skip to content

Commit

Permalink
3.x Messaging TCK runs tests twice #7584 (#8668)
Browse files Browse the repository at this point in the history
3.x Messaging TCK runs tests twice #7584 (#8668)

Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
  • Loading branch information
jbescos committed Apr 26, 2024
1 parent b667dbd commit 9a7d52c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 21 deletions.
18 changes: 0 additions & 18 deletions microprofile/tests/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,24 +61,6 @@
</dependency>
</dependencies>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-testng</artifactId>
<version>${version.plugin.surefire}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
</build>

<profiles>
<profile>
<id>tck-ft</id>
Expand Down
5 changes: 5 additions & 0 deletions microprofile/tests/tck/tck-graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
<artifactId>jakarta.xml.bind-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 5 additions & 0 deletions microprofile/tests/tck/tck-health/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
1 change: 0 additions & 1 deletion microprofile/tests/tck/tck-messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<inherited>false</inherited>
<configuration>
<dependenciesToScan>
<dependency>org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-tck
Expand Down
1 change: 0 additions & 1 deletion microprofile/tests/tck/tck-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<inherited>false</inherited> <!-- Exclude testng dependency -->
<configuration>
<dependenciesToScan>
<dependency>org.eclipse.microprofile.metrics:microprofile-metrics-api-tck</dependency>
Expand Down
1 change: 0 additions & 1 deletion microprofile/tests/tck/tck-reactive-operators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<inherited>false</inherited>
<configuration>
<dependenciesToScan>
<dependency>org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-tck
Expand Down

0 comments on commit 9a7d52c

Please sign in to comment.