You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by tv...@apache.org on 2014/05/08 15:25:51 UTC

svn commit: r1593272 - /tomee/tomee/trunk/tomee/tomee-deb/pom.xml

Author: tveronezi
Date: Thu May  8 13:25:50 2014
New Revision: 1593272

URL: http://svn.apache.org/r1593272
Log:
...maven does not find apache-tomee.jar either.
We should specify the type.

Modified:
    tomee/tomee/trunk/tomee/tomee-deb/pom.xml

Modified: tomee/tomee/trunk/tomee/tomee-deb/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/tomee/tomee-deb/pom.xml?rev=1593272&r1=1593271&r2=1593272&view=diff
==============================================================================
--- tomee/tomee/trunk/tomee/tomee-deb/pom.xml (original)
+++ tomee/tomee/trunk/tomee/tomee-deb/pom.xml Thu May  8 13:25:50 2014
@@ -93,6 +93,7 @@
             <groupId>org.apache.openejb</groupId>
             <artifactId>apache-tomee</artifactId>
             <version>${project.version}</version>
+            <type>pom</type>
         </dependency>
 
         <!-- We use resources from these guys below. -->