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 2013/02/25 10:57:29 UTC

svn commit: r1449634 - /stanbol/trunk/parent/pom.xml

Author: rwesten
Date: Mon Feb 25 09:57:29 2013
New Revision: 1449634

URL: http://svn.apache.org/r1449634
Log:
STANBOL-958: moved org.apache.stanbol:commons-exec to parent pom

Modified:
    stanbol/trunk/parent/pom.xml

Modified: stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/parent/pom.xml?rev=1449634&r1=1449633&r2=1449634&view=diff
==============================================================================
--- stanbol/trunk/parent/pom.xml (original)
+++ stanbol/trunk/parent/pom.xml Mon Feb 25 09:57:29 2013
@@ -693,6 +693,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
+        <artifactId>commons-exec</artifactId>
+        <version>1.1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
         <version>1.4.1</version>
       </dependency>