You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by jm...@apache.org on 2006/02/23 14:24:45 UTC

svn commit: r380113 - /portals/wsrp4j/trunk/producer/project.xml

Author: jmacna
Date: Thu Feb 23 05:24:38 2006
New Revision: 380113

URL: http://svn.apache.org/viewcvs?rev=380113&view=rev
Log:
Fixed dependency on commons-lang so that the jar gets copied to tomcat.
This is for maven(1) builds.

Modified:
    portals/wsrp4j/trunk/producer/project.xml

Modified: portals/wsrp4j/trunk/producer/project.xml
URL: http://svn.apache.org/viewcvs/portals/wsrp4j/trunk/producer/project.xml?rev=380113&r1=380112&r2=380113&view=diff
==============================================================================
--- portals/wsrp4j/trunk/producer/project.xml (original)
+++ portals/wsrp4j/trunk/producer/project.xml Thu Feb 23 05:24:38 2006
@@ -164,6 +164,9 @@
             <artifactId>commons-lang</artifactId>
             <groupId>commons-lang</groupId>
             <version>&commons-lang-version;</version>
+            <properties>
+                <tomcat.shared>true</tomcat.shared>
+            </properties>
         </dependency>
     </dependencies>