You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2010/10/22 07:15:11 UTC

svn commit: r1026214 - /geronimo/external/trunk/tomcat-archetype/tribes/pom.xml

Author: xuhaihong
Date: Fri Oct 22 05:15:11 2010
New Revision: 1026214

URL: http://svn.apache.org/viewvc?rev=1026214&view=rev
Log:
GERONIMO-5616 add dynamic import org.apache.catalina.*
Also add a dependency for util component

Modified:
    geronimo/external/trunk/tomcat-archetype/tribes/pom.xml

Modified: geronimo/external/trunk/tomcat-archetype/tribes/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-archetype/tribes/pom.xml?rev=1026214&r1=1026213&r2=1026214&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-archetype/tribes/pom.xml (original)
+++ geronimo/external/trunk/tomcat-archetype/tribes/pom.xml Fri Oct 22 05:15:11 2010
@@ -38,6 +38,10 @@
             <groupId>${groupId}</groupId>
             <artifactId>juli</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.ext.tomcat</groupId>
+            <artifactId>util</artifactId>
+        </dependency>
     </dependencies>
     <build>
         <plugins>
@@ -46,7 +50,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <!--<Export-Package>javax.security.auth.message*;version=1.0</Export-Package>-->
+                        <DynamicImport-Package>org.apache.catalina.*</DynamicImport-Package>
                     </instructions>
                 </configuration>
             </plugin>