Skip to content

Commit

Permalink
Merge pull request #630 from hazendaz/master
Browse files Browse the repository at this point in the history
Cleanup test dependencies reducing excess on wrong library usage
  • Loading branch information
hazendaz authored Nov 4, 2023
2 parents 6a98434 + 6be8f26 commit a69fc95
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,6 @@
<version>2.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>3.0.2</version>
<scope>provided</scope>
</dependency>

<!--
| Optional dependencies
Expand Down Expand Up @@ -262,25 +256,12 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.aries.transaction</groupId>
<artifactId>org.apache.aries.transaction.manager</artifactId>
<version>1.3.3</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jboss.narayana.jta</groupId>
<artifactId>narayana-jta</artifactId>
<version>7.0.0.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-logging</artifactId>
<version>22.0.1.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.agroal</groupId>
<artifactId>agroal-api</artifactId>
Expand All @@ -299,6 +280,12 @@
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.5.3.Final</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.derby</groupId>
Expand Down

0 comments on commit a69fc95

Please sign in to comment.