Skip to content

Commit

Permalink
KFSPTS-30483 remove ehCache - Redis customization (#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhulslander authored and cah292 committed Feb 29, 2024
1 parent 5a2fc65 commit 1f7c57a
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 977 deletions.
38 changes: 0 additions & 38 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
<jaxws-ri.version>2.3.0</jaxws-ri.version>
<jta.version>1.1</jta.version>
<log4j.version>2.21.1</log4j.version>
<ehcache.version>2.10.10.3.24</ehcache.version>
<cxf.version>3.4.10</cxf.version>
<wss4j.version>2.2.5</wss4j.version>
</properties>
Expand Down Expand Up @@ -545,10 +544,6 @@
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
</exclusion>
<exclusion>
<groupId>com.prowidesoftware</groupId>
<artifactId>pw-iso20022</artifactId>
Expand Down Expand Up @@ -763,10 +758,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
</exclusion>
<exclusion>
<groupId>com.prowidesoftware</groupId>
<artifactId>pw-iso20022</artifactId>
Expand Down Expand Up @@ -961,10 +952,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
</exclusion>
<exclusion>
<groupId>com.prowidesoftware</groupId>
<artifactId>pw-iso20022</artifactId>
Expand Down Expand Up @@ -1163,10 +1150,6 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
</exclusion>
<exclusion>
<groupId>com.prowidesoftware</groupId>
<artifactId>pw-iso20022</artifactId>
Expand Down Expand Up @@ -1361,10 +1344,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
</exclusion>
<exclusion>
<groupId>com.prowidesoftware</groupId>
<artifactId>pw-iso20022</artifactId>
Expand Down Expand Up @@ -1559,10 +1538,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
</exclusion>
<exclusion>
<groupId>com.prowidesoftware</groupId>
<artifactId>pw-iso20022</artifactId>
Expand Down Expand Up @@ -1757,10 +1732,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
</exclusion>
<exclusion>
<groupId>com.prowidesoftware</groupId>
<artifactId>pw-iso20022</artifactId>
Expand Down Expand Up @@ -1954,10 +1925,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
</exclusion>
<exclusion>
<groupId>com.prowidesoftware</groupId>
<artifactId>pw-iso20022</artifactId>
Expand Down Expand Up @@ -2873,11 +2840,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>${ehcache.version}</version>
</dependency>
<dependency>
<groupId>com.prowidesoftware</groupId>
<artifactId>pw-iso20022</artifactId>
Expand Down

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions src/main/java/edu/cornell/kfs/sys/cache/CuCacheConstants.java

This file was deleted.

Loading

0 comments on commit 1f7c57a

Please sign in to comment.