correct for presence of lang, which is absent as a dependency due to the fact that this addon has no dependency on dspace-api

git-svn-id: http://scm.dspace.org/svn/repo/trunk@2062 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Mark Diggory
2007-07-11 18:50:58 +00:00
parent ad19d3e86c
commit b1c4e6421c

View File

@@ -87,6 +87,10 @@
<groupId>commons-jxpath</groupId> <groupId>commons-jxpath</groupId>
<artifactId>commons-jxpath</artifactId> <artifactId>commons-jxpath</artifactId>
<version>1.2</version> <version>1.2</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency> </dependency>
<!-- concurrent --> <!-- concurrent -->