Skip to content

Commit

Permalink
[PRODSEC-9412] [PRODSEC-9417] fix for bouncy castle and spring web
Browse files Browse the repository at this point in the history
  • Loading branch information
purusothaman-mm committed Jul 24, 2024
1 parent c53fb72 commit 3d9832d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions modules/alfresco-rad/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,30 @@
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-repository</artifactId>
<version>23.3.0.80</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78.1</version>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.1.11</version>
</dependency>

<!-- Bring in ApplicationContextAware, ApplicationContext etc -->
Expand Down

0 comments on commit 3d9832d

Please sign in to comment.