You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2013/11/08 22:55:53 UTC

svn commit: r1540203 - /uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml

Author: cwiklik
Date: Fri Nov  8 21:55:53 2013
New Revision: 1540203

URL: http://svn.apache.org/r1540203
Log:
UIMA-3421 added jna and libpam4j to dependencies

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml?rev=1540203&r1=1540202&r2=1540203&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Fri Nov  8 21:55:53 2013
@@ -540,7 +540,16 @@
     <!-- dependency is defined in dependencyMangagement section above                      -->
 	<dependencies>
 
+           <dependency>
+	           <groupId>net.java.dev.jna</groupId>
+	           <artifactId>jna</artifactId>
+            </dependency>
 
+            <dependency>
+	           <groupId>org.kohsuke</groupId>
+	           <artifactId>libpam4j</artifactId>
+            </dependency>
+            
         <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>