Author: cwiklik
Date: Tue May 13 18:28:48 2014
New Revision: 1594319

URL: http://svn.apache.org/r1594319
Log:
UIMA-3733 adde dependency on jna

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

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml?rev=1594319&r1=1594318&r2=1594319&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml Tue May 13 18:28:48 2014
@@ -188,6 +188,12 @@
                        <version>${servlet-api.version}</version>
                </dependency>
 
+        <dependency>
+              <groupId>net.java.dev.jna</groupId>
+              <artifactId>jna</artifactId>
+              <version>4.0.0</version>
+        </dependency>
+            
                </dependencies>
        </dependencyManagement>
 
@@ -195,6 +201,11 @@
 
        <dependencies>
 
+       <dependency>
+              <groupId>net.java.dev.jna</groupId>
+              <artifactId>jna</artifactId>
+        </dependency>
+
                <!-- Dependencies on other DUCC projects -->
                <dependency>
                        <groupId>org.apache.uima</groupId>


Reply via email to