You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2017/10/24 10:50:07 UTC

svn commit: r1813166 - /directory/studio/branches/studio-value/eclipse-trgt-platform/pom-first.xml

Author: elecharny
Date: Tue Oct 24 10:50:07 2017
New Revision: 1813166

URL: http://svn.apache.org/viewvc?rev=1813166&view=rev
Log:
Added the ehcache jar in the repo

Modified:
    directory/studio/branches/studio-value/eclipse-trgt-platform/pom-first.xml

Modified: directory/studio/branches/studio-value/eclipse-trgt-platform/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-value/eclipse-trgt-platform/pom-first.xml?rev=1813166&r1=1813165&r2=1813166&view=diff
==============================================================================
--- directory/studio/branches/studio-value/eclipse-trgt-platform/pom-first.xml (original)
+++ directory/studio/branches/studio-value/eclipse-trgt-platform/pom-first.xml Tue Oct 24 10:50:07 2017
@@ -76,6 +76,13 @@
       <version>${org.apache.mina.version}</version>
     </dependency>
 
+    <!-- Ehcache module -->
+    <dependency>
+      <groupId>net.sf.ehcache</groupId>
+      <artifactId>ehcache</artifactId>
+      <version>${net.sf.ehcache.version}</version>
+    </dependency>
+
     <!-- LDAP API modules -->
     <dependency>
       <groupId>org.apache.directory.api</groupId>