[java-parent-project] branch main updated: Add memcached lib to parent project.

Scott Cantor cantor.2 at osu.edu
Mon Nov 6 13:31:47 UTC 2023


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

scantor pushed a commit to branch main
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=9fcd6f35c4ed2299fb3ebb346dd1b2eb2844c4b0

The following commit(s) were added to refs/heads/main by this push:
     new 9fcd6f3  Add memcached lib to parent project.
9fcd6f3 is described below

commit 9fcd6f35c4ed2299fb3ebb346dd1b2eb2844c4b0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 6 08:31:08 2023 -0500

    Add memcached lib to parent project.
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index fcd0a33..0c35744 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,6 +340,11 @@
                 <artifactId>commons-collections</artifactId>
                 <version>3.2.2</version>
             </dependency>
+            <dependency>
+                <groupId>net.spy</groupId>
+                <artifactId>spymemcached</artifactId>
+                <version>2.12.3</version>
+            </dependency>
 
             <!-- Provided dependencies -->
             <dependency>

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


More information about the commits mailing list