This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-cache.git


The following commit(s) were added to refs/heads/master by this push:
     new c915040  Update dependency test container to 2.0.1-SNAPSHOT using 
servlet jakarta, updating fulcrum-yaafi.
c915040 is described below

commit c915040d8e716d3abd4dfb5f2b9461dba1a55753
Author: gemkall <[email protected]>
AuthorDate: Thu Jul 18 10:51:04 2024 +0200

    Update dependency test container to 2.0.1-SNAPSHOT using servlet jakarta, 
updating fulcrum-yaafi.
---
 pom.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c13204d..a8ff702 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,7 @@
       <artifactId>avalon-framework-api</artifactId>
       <version>4.3.1</version>
     </dependency>
+    <!-- last 2.x version, 3.x will be in org.ehcache -->
     <dependency>
         <groupId>net.sf.ehcache</groupId>
         <artifactId>ehcache</artifactId>
@@ -83,9 +84,14 @@
      <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-simple</artifactId>
-        <version>2.0.7</version>
+        <version>1.7.36</version>
         <scope>test</scope>
     </dependency>
+    <!--dependency>
+        <groupId>javax.cache</groupId>
+        <artifactId>cache-api</artifactId>
+        <version>1.1.1</version>
+    </dependency-->
      <!--dependency>
       <groupId>org.ehcache</groupId>
       <artifactId>ehcache</artifactId>
@@ -108,13 +114,13 @@
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-testcontainer</artifactId>
-      <version>2.0.0</version>
+      <version>2.0.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-yaafi</artifactId>
-      <version>2.0.0</version>
+      <version>2.0.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Reply via email to