Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apache/directory-studio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Lécharny <elecharny@apache.org>2017-10-24 13:50:07 +0300
committerEmmanuel Lécharny <elecharny@apache.org>2017-10-24 13:50:07 +0300
commit9d9265c5ae104a163ea33fc95c6631e68e007189 (patch)
treeaba6587a828308f8e7c2828021eac7d8ab789d78 /eclipse-trgt-platform
parent463fd51430b87c758390e672cab05829a00d3097 (diff)
Added the ehcache jar in the repo
git-svn-id: https://svn.apache.org/repos/asf/directory/studio/branches/studio-value@1813166 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'eclipse-trgt-platform')
-rw-r--r--eclipse-trgt-platform/pom-first.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/eclipse-trgt-platform/pom-first.xml b/eclipse-trgt-platform/pom-first.xml
index e7d76df04..e2b09bb57 100644
--- a/eclipse-trgt-platform/pom-first.xml
+++ b/eclipse-trgt-platform/pom-first.xml
@@ -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>