Skip to content

Commit

Permalink
Remove testing dependencies used mostly for MicroProfile TCKs
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Mar 31, 2022
1 parent 157c1a4 commit 7309a9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 118 deletions.
42 changes: 0 additions & 42 deletions full-parent-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,10 @@
<!-- Testing versions -->
<version.assertj>3.22.0</version.assertj>
<version.awaitility>4.2.0</version.awaitility>
<version.org.jboss.arquillian>1.7.0.Alpha10</version.org.jboss.arquillian>
<version.org.jboss.arquillian.container.weld-embedded>3.0.2.Final</version.org.jboss.arquillian.container.weld-embedded>
<version.org.jboss.arquillian.wildfly>5.0.0.Alpha2</version.org.jboss.arquillian.wildfly>
<version.junit>4.13.2</version.junit>
<version.junit5>5.8.2</version.junit5>
<version.weld.junit>3.0.0.Final</version.weld.junit>
<version.rest-assured>4.5.1</version.rest-assured>
<version.testng>7.5</version.testng>
<version.testcontainers>1.16.3</version.testcontainers>
<version.wildfly>18.0.1.Final</version.wildfly>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -135,17 +129,6 @@
</dependency>

<!-- Testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<version>${version.junit}</version>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-junit4</artifactId>
<version>${version.weld.junit}</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
Expand All @@ -171,12 +154,6 @@
<version>${version.weld.junit}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${version.testng}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
Expand All @@ -201,25 +178,6 @@
<version>${version.testcontainers}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId>
<version>${version.org.jboss.arquillian}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-embedded</artifactId>
<version>${version.org.jboss.arquillian.container.weld-embedded}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
<version>${version.org.jboss.arquillian.wildfly}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
76 changes: 0 additions & 76 deletions full-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,15 @@

<version.org.jboss.logging>3.4.3.Final</version.org.jboss.logging>
<version.org.jboss.logging-processor>2.2.1.Final</version.org.jboss.logging-processor>
<version.weld.api>3.1.Final</version.weld.api>
<version.weld.core>3.1.7.SP1</version.weld.core>
<version.org.jboss.jandex>2.4.2.Final</version.org.jboss.jandex>
<version.glassfish.json>1.1.6</version.glassfish.json>

<!-- Testing versions -->
<version.assertj>3.22.0</version.assertj>
<version.awaitility>4.2.0</version.awaitility>
<version.org.jboss.arquillian>1.6.0.Final</version.org.jboss.arquillian>
<version.org.jboss.arquillian.container.weld-embedded>2.1.0.Final</version.org.jboss.arquillian.container.weld-embedded>
<version.org.jboss.arquillian.wildfly>3.0.1.Final</version.org.jboss.arquillian.wildfly>
<version.junit>4.13.2</version.junit>
<version.junit5>5.8.2</version.junit5>
<version.weld.junit>2.0.2.Final</version.weld.junit>
<version.rest-assured>4.5.1</version.rest-assured>
<version.testng>6.14.3</version.testng>
<version.testcontainers>1.16.3</version.testcontainers>
<version.wildfly>18.0.1.Final</version.wildfly>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -85,30 +76,6 @@
<version>${version.jakarta.jms.api}</version>
</dependency>

<!-- Weld -->
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-spi</artifactId>
<version>${version.weld.api}</version>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api</artifactId>
<version>${version.weld.api}</version>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-impl</artifactId>
<version>${version.weld.core}</version>
</dependency>

<!-- Glassfish -->
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<version>${version.glassfish.json}</version>
</dependency>

<!-- Logging -->
<dependency>
<groupId>org.jboss.logging</groupId>
Expand All @@ -135,18 +102,6 @@
</dependency>

<!-- Testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<version>${version.junit}</version>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-junit4</artifactId>
<version>${version.weld.junit}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
Expand All @@ -166,18 +121,6 @@
<version>${version.junit5}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-junit5</artifactId>
<version>${version.weld.junit}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${version.testng}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
Expand All @@ -202,25 +145,6 @@
<version>${version.testcontainers}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId>
<version>${version.org.jboss.arquillian}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-embedded</artifactId>
<version>${version.org.jboss.arquillian.container.weld-embedded}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
<version>${version.org.jboss.arquillian.wildfly}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 7309a9b

Please sign in to comment.