[java-idp-testbed] branch main updated: Add runtime memcache lib dep for testing.

Scott Cantor cantor.2 at osu.edu
Fri Apr 4 16:30:26 UTC 2025


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=5e388dac98b9f99236c224a948edf53e1d2230f6

The following commit(s) were added to refs/heads/main by this push:
     new 5e388da  Add runtime memcache lib dep for testing.
5e388da is described below

commit 5e388dac98b9f99236c224a948edf53e1d2230f6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Apr 4 12:30:24 2025 -0400

    Add runtime memcache lib dep for testing.
---
 pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b60e9c3..0f55ded 100644
--- a/pom.xml
+++ b/pom.xml
@@ -353,7 +353,7 @@
             <groupId>org.ldaptive</groupId>
             <artifactId>ldaptive</artifactId>
         </dependency>
-
+        
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-core</artifactId>
@@ -481,6 +481,14 @@
             <scope>runtime</scope>
         </dependency>
 
+        <!-- For memcache. -->
+        <!--
+        <dependency>
+            <groupId>net.spy</groupId>
+            <artifactId>spymemcached</artifactId>
+        </dependency>
+        -->
+
         <dependency>
             <groupId>org.hsqldb</groupId>
             <artifactId>hsqldb</artifactId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list