Author: ivol
Date: Wed Oct 13 08:50:30 2010
New Revision: 167

Log:
AMDATU-34 Added missing dependency

Modified:
   trunk/amdatu-release/pom.xml

Modified: trunk/amdatu-release/pom.xml
==============================================================================
--- trunk/amdatu-release/pom.xml        (original)
+++ trunk/amdatu-release/pom.xml        Wed Oct 13 08:50:30 2010
@@ -103,6 +103,13 @@
     </dependency> 
     <dependency>
       <groupId>org.amdatu.platform</groupId>
+      <artifactId>filebased-configuration</artifactId>
+      <version>${platform.version}</version>
+      <scope>runtime</scope>
+      <type>bundle</type>
+    </dependency>
+    <dependency>
+      <groupId>org.amdatu.platform</groupId>
       <artifactId>httpcontext</artifactId>
       <version>${platform.version}</version>
       <scope>runtime</scope>

Reply via email to