You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/08/27 04:52:03 UTC

svn commit: r689346 - /servicemix/smx4/features/trunk/assembly/pom.xml

Author: ffang
Date: Tue Aug 26 19:52:02 2008
New Revision: 689346

URL: http://svn.apache.org/viewvc?rev=689346&view=rev
Log:
add missing dependency

Modified:
    servicemix/smx4/features/trunk/assembly/pom.xml

Modified: servicemix/smx4/features/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/pom.xml?rev=689346&r1=689345&r2=689346&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Tue Aug 26 19:52:02 2008
@@ -109,7 +109,17 @@
             <artifactId>org.apache.servicemix.nmr.spring</artifactId>
             <version>${servicemix.nmr.version}</version>
         </dependency>
-
+        
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.xmlsec</artifactId>
+            <version>${xmlsec.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.wss4j</artifactId>
+            <version>${wss4j.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>