Author: [email protected]
Date: Thu Mar  3 09:28:10 2011
New Revision: 859

Log:
[AMDATU-258] Fixed war deployment. Works properly now when Amdatu runs on 
context path /.

Modified:
   branches/0.2/amdatu-release/pom.xml
   branches/0.2/amdatu-release/src/main/assembly/war-component.xml

Modified: branches/0.2/amdatu-release/pom.xml
==============================================================================
--- branches/0.2/amdatu-release/pom.xml (original)
+++ branches/0.2/amdatu-release/pom.xml Thu Mar  3 09:28:10 2011
@@ -387,6 +387,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.http.bridge</artifactId>
+      <version>2.2.0</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
       <version>${org.apache.felix.main.version}</version>
     </dependency>

Modified: branches/0.2/amdatu-release/src/main/assembly/war-component.xml
==============================================================================
--- branches/0.2/amdatu-release/src/main/assembly/war-component.xml     
(original)
+++ branches/0.2/amdatu-release/src/main/assembly/war-component.xml     Thu Mar 
 3 09:28:10 2011
@@ -74,6 +74,7 @@
         <exclude>org.apache.felix:org.apache.felix.framework</exclude>
         <exclude>org.apache.felix:org.apache.felix.main</exclude>
         <exclude>org.apache.felix:org.apache.felix.http.proxy</exclude>
+        <exclude>org.apache.felix:org.apache.felix.http.jetty</exclude>
         <exclude>org.osgi:*</exclude>
       </excludes>
       <unpack>false</unpack>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to