Skip to content

Commit

Permalink
Update ehcache and activemq library.
Browse files Browse the repository at this point in the history
Backported changes from a4db92a
  • Loading branch information
josegar74 committed Dec 10, 2024
1 parent 89adb8c commit a15bb02
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
10 changes: 10 additions & 0 deletions domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-ehcache</artifactId>
<exclusions>
<exclusion>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,11 @@
<artifactId>hibernate-ehcache</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>2.10.9.2</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jpamodelgen</artifactId>
Expand Down Expand Up @@ -1561,7 +1566,7 @@
<kb.url>http://localhost:${kb.port}</kb.url>

<jms.url>tcp://localhost:61616</jms.url>
<activemq.version>5.6.0</activemq.version>
<activemq.version>5.7.0</activemq.version>

<!-- Avoid to create any sessions for crawlers.
Define the list of User-Agent to be considered as bot. -->
Expand Down

0 comments on commit a15bb02

Please sign in to comment.