Author: mattmann
Date: Sat Aug 22 20:21:56 2015
New Revision: 1697116
URL: http://svn.apache.org/r1697116
Log:
- add back in JSON lib dep
Modified:
oodt/trunk/curator/services/pom.xml
Modified: oodt/trunk/curator/services/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/curator/services/pom.xml?rev=1697116&r1=1697115&r2=1697116&view=diff
==============================================================================
--- oodt/trunk/curator/services/pom.xml (original)
+++ oodt/trunk/curator/services/pom.xml Sat Aug 22 20:21:56 2015
@@ -155,6 +155,12 @@ the License.
<artifactId>reflections</artifactId>
<version>0.9.9-RC1</version>
</dependency>
+ <dependency>
+ <groupId>net.sf.json-lib</groupId>
+ <artifactId>json-lib</artifactId>
+ <version>2.4</version>
+ <classifier>jdk15</classifier>
+ </dependency>
</dependencies>
</project>