Skip to content

Commit

Permalink
Remove resteasy-context-propagation from BOM
Browse files Browse the repository at this point in the history
It doesn't exist anymore in recent versions.
  • Loading branch information
gsmet committed Jun 8, 2023
1 parent 9fa6009 commit 1b75c75
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5119,11 +5119,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-context-propagation</artifactId>
<version>${resteasy.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>resteasy-spring-web</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
<excludedArtifact>javax.activation:activation</excludedArtifact>
<excludedArtifact>org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_3.0_spec</excludedArtifact>
<excludedArtifact>org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec</excludedArtifact>
<excludedArtifact>org.jboss.resteasy:resteasy-context-propagation</excludedArtifact>
</excludedArtifacts>
</configuration>
</plugin>
Expand Down

0 comments on commit 1b75c75

Please sign in to comment.