Author: cmoulliard
Date: Thu Oct 21 08:55:31 2010
New Revision: 1025891

URL: http://svn.apache.org/viewvc?rev=1025891&view=rev
Log:
SMX4-456: Generate WAR file with ServiceMix4

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

Modified: servicemix/smx4/features/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=1025891&r1=1025890&r2=1025891&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Thu Oct 21 08:55:31 2010
@@ -335,7 +335,17 @@
                   <artifactId>org.apache.karaf.management</artifactId>
                   <version>${karaf.version}</version>
               </dependency>
-          
+              <dependency>
+                  <groupId>org.apache.karaf</groupId>
+                  <artifactId>org.apache.karaf.main</artifactId>
+                  <version>${karaf.version}</version>
+              </dependency>
+              <dependency>
+                  <groupId>org.apache.karaf.jaas</groupId>
+                  <artifactId>org.apache.karaf.jaas.boot</artifactId>
+                  <version>${karaf.version}</version>
+              </dependency>
+              
               <!-- OSGi and Felix -->
               <dependency>
                   <groupId>org.apache.felix</groupId>
@@ -357,6 +367,13 @@
                   <artifactId>org.osgi.core</artifactId>
                   <version>${osgi.core.version}</version>
               </dependency>
+              
+              <!-- ServiceMix -->
+              <dependency>
+                  <groupId>org.apache.servicemix</groupId>
+                  <artifactId>apache-servicemix</artifactId>
+                  <version>${servicemix.version}</version>
+              </dependency>
           
               <!-- ServiceMix NMR -->
               <dependency>


Reply via email to