You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2012/06/27 12:40:20 UTC

svn commit: r1354412 - /incubator/stanbol/trunk/launchers/full-war/pom.xml

Author: rwesten
Date: Wed Jun 27 10:40:19 2012
New Revision: 1354412

URL: http://svn.apache.org/viewvc?rev=1354412&view=rev
Log:
added OpenNLP bundle list to the full-war launcher

Modified:
    incubator/stanbol/trunk/launchers/full-war/pom.xml

Modified: incubator/stanbol/trunk/launchers/full-war/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full-war/pom.xml?rev=1354412&r1=1354411&r2=1354412&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full-war/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/full-war/pom.xml Wed Jun 27 10:40:19 2012
@@ -159,6 +159,14 @@
       <version>0.10.0-incubating-SNAPSHOT</version>
       <type>partialbundlelist</type>
     </dependency>
+    
+    <dependency> <!-- include all OpenNLP models in the full launcher -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.data.bundlelists.opennlp</artifactId>
+      <version>0.10.0-incubating-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+      <scope>provided</scope>
+    </dependency>
 
     <!-- Stanbol Enhancer Bundle List -->
     <dependency>