Skip to content

Commit

Permalink
Issue eclipse-ee4j#23507 TestNg was removed of all active modules
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed Aug 1, 2021
1 parent f0d813b commit 102aba2
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 555 deletions.
2 changes: 1 addition & 1 deletion appserver/tests/appserv-tests/util/reportbuilder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<packaging>jar</packaging>
<name>report-builder</name>
<build>
<finalName>${artifactId}</finalName>
<finalName>${artifactId}</finalName>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
Expand Down
12 changes: 1 addition & 11 deletions appserver/tests/cdi/cases/runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,7 @@
<artifactId>lib</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.main.tests</groupId>
<artifactId>utils-ng</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.glassfish.main.appclient</groupId>
<artifactId>gf-client</artifactId>
Expand Down
11 changes: 0 additions & 11 deletions appserver/tests/cdi/negative/runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,6 @@
<artifactId>normalScopeWithFinal</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.main.tests</groupId>
<artifactId>utils-ng</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.main.appclient</groupId>
<artifactId>gf-client</artifactId>
Expand Down
11 changes: 0 additions & 11 deletions appserver/tests/hk2/cdi/basic/runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,6 @@
<artifactId>ejb1</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.main.tests</groupId>
<artifactId>utils-ng</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.main.appclient</groupId>
<artifactId>gf-client</artifactId>
Expand Down
11 changes: 0 additions & 11 deletions appserver/tests/hk2/cdi/ear/runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.main.tests</groupId>
<artifactId>utils-ng</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.main.appclient</groupId>
<artifactId>gf-client</artifactId>
Expand Down
11 changes: 0 additions & 11 deletions appserver/tests/hk2/cdi/jersey/runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,6 @@
<type>war</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.main.tests</groupId>
<artifactId>utils-ng</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.main.appclient</groupId>
<artifactId>gf-client</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions appserver/tests/hk2/isolation/runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,5 @@
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.main.tests</groupId>
<artifactId>utils-ng</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<type>jar</type>
</dependency>
</dependencies>
</project>
5 changes: 0 additions & 5 deletions nucleus/admin/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,5 @@
<artifactId>logging-annotation-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
6 changes: 0 additions & 6 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -448,12 +448,6 @@
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${testng.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jmockit</groupId>
<artifactId>jmockit</artifactId>
Expand Down
1 change: 0 additions & 1 deletion nucleus/test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

<modules>
<module>utils</module>
<module>utils-ng</module>
</modules>

<build>
Expand Down
59 changes: 0 additions & 59 deletions nucleus/test-utils/utils-ng/pom.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 102aba2

Please sign in to comment.