Skip to content

Commit

Permalink
Manage Jasypt to avoid convergence conflicts with Camel
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Apr 18, 2024
1 parent 08cc4d4 commit ffa256d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,11 @@
<artifactId>jaxb-xjc</artifactId>
<version>${glassfish.jaxb.version}</version>
</dependency>
<dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt</artifactId>
<version>${jasypt.version}</version>
</dependency>
<dependency>
<groupId>org.jvnet.mimepull</groupId>
<artifactId>mimepull</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<jakarta.jws-api.version>3.0.0</jakarta.jws-api.version><!-- @sync org.apache.cxf:cxf-parent:${cxf.version} prop:cxf.jakarta.jwsapi.version -->
<jakarta.xml.soap-api.version>2.0.1</jakarta.xml.soap-api.version><!-- @sync org.apache.cxf:cxf-parent:${cxf.version} prop:cxf.jakarta.soapapi.version -->
<jakarta.xml.ws-api.version>3.0.1</jakarta.xml.ws-api.version><!-- @sync org.apache.cxf:cxf-parent:${cxf.version} prop:cxf.jakarta.wsapi.version -->
<jasypt.version>1.9.3</jasypt.version><!-- @sync org.apache.wss4j:wss4j-parent:${wss4j.version} prop:jasypt.version -->
<neethi.version>3.2.0</neethi.version><!-- @sync org.apache.cxf:cxf-parent:${cxf.version} prop:cxf.neethi.version -->
<mimepull.version>1.10.0</mimepull.version>
<saaj-impl.version>2.0.1</saaj-impl.version><!-- @sync org.apache.cxf:cxf-parent:${cxf.version} prop:cxf.saaj-impl.version -->
Expand Down Expand Up @@ -301,7 +302,7 @@
<requireJavaVersion>
<version>${maven.compiler.release}</version>
</requireJavaVersion>
<dependencyConvergence />
<dependencyConvergence/>
<requireMavenVersion>
<version>${supported-maven.versions}</version>
</requireMavenVersion>
Expand Down

0 comments on commit ffa256d

Please sign in to comment.