Skip to content

Commit

Permalink
Merge pull request #301 from jamezp/issue300
Browse files Browse the repository at this point in the history
Clean up some old dependencies no longer required
  • Loading branch information
jamezp authored Jun 7, 2024
2 parents 8dc1810 + 974ebab commit ce67445
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 49 deletions.
4 changes: 0 additions & 4 deletions galleon-pack/galleon-feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ee-galleon-pack</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Expand Down
4 changes: 0 additions & 4 deletions galleon-pack/galleon-preview-feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@
<groupId>org.wildfly</groupId>
<artifactId>wildfly-preview-feature-pack</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Expand Down
36 changes: 0 additions & 36 deletions resteasy-microprofile-test-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
<name>RESTEasy MicroProfile: Test BOM</name>

<properties>
<!-- Test only dependencies -->
<version.com.fasterxml.jackson>2.14.2</version.com.fasterxml.jackson>
<version.com.fasterxml.jackson.databind>${version.com.fasterxml.jackson}</version.com.fasterxml.jackson.databind>
<version.com.io7m.xom>1.2.10</version.com.io7m.xom>

<version.jakarta.enterprise.concurrent>2.0.0</version.jakarta.enterprise.concurrent>
<version.jakarta.json.json-api>2.1.3</version.jakarta.json.json-api>
Expand Down Expand Up @@ -95,26 +91,6 @@
</exclusions>
</dependency>

<!-- Required by the MicroProfile TCK and Wiremock -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${version.com.fasterxml.jackson}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${version.com.fasterxml.jackson.databind}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${version.com.fasterxml.jackson}</version>
<scope>test</scope>
</dependency>

<!-- Required by the MicroProfile REST TCK -->
<dependency>
<groupId>com.github.tomakehurst</groupId>
Expand All @@ -136,18 +112,6 @@
</exclusion>
</exclusions>
</dependency>
<!-- Needed by PermissionUtil -->
<dependency>
<groupId>com.io7m.xom</groupId>
<artifactId>xom</artifactId>
<version>${version.com.io7m.xom}</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>jakarta.enterprise.concurrent</groupId>
Expand Down
5 changes: 0 additions & 5 deletions testsuite/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@
</properties>

<dependencies>
<dependency>
<groupId>com.io7m.xom</groupId>
<artifactId>xom</artifactId>
</dependency>

<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
Expand Down

0 comments on commit ce67445

Please sign in to comment.