You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/11/10 15:14:22 UTC

svn commit: r473343 - in /incubator/servicemix/trunk/web: servicemix-console/pom.xml servicemix-web-console/ servicemix-web-console/pom.xml

Author: gnodet
Date: Fri Nov 10 06:14:21 2006
New Revision: 473343

URL: http://svn.apache.org/viewvc?view=rev&rev=473343
Log:
Add servicemix-audit reference in the main pom

Modified:
    incubator/servicemix/trunk/web/servicemix-console/pom.xml
    incubator/servicemix/trunk/web/servicemix-web-console/   (props changed)
    incubator/servicemix/trunk/web/servicemix-web-console/pom.xml

Modified: incubator/servicemix/trunk/web/servicemix-console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/web/servicemix-console/pom.xml?view=diff&rev=473343&r1=473342&r2=473343
==============================================================================
--- incubator/servicemix/trunk/web/servicemix-console/pom.xml (original)
+++ incubator/servicemix/trunk/web/servicemix-console/pom.xml Fri Nov 10 06:14:21 2006
@@ -42,6 +42,10 @@
       <artifactId>servicemix-core</artifactId>
     </dependency>
     <dependency>
+        <groupId>org.apache.servicemix</groupId>
+        <artifactId>servicemix-audit</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring</artifactId>
     </dependency>

Propchange: incubator/servicemix/trunk/web/servicemix-web-console/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Nov 10 06:14:21 2006
@@ -1,3 +1,5 @@
 .classpath
 .project
 target
+.settings
+data

Modified: incubator/servicemix/trunk/web/servicemix-web-console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/web/servicemix-web-console/pom.xml?view=diff&rev=473343&r1=473342&r2=473343
==============================================================================
--- incubator/servicemix/trunk/web/servicemix-web-console/pom.xml (original)
+++ incubator/servicemix/trunk/web/servicemix-web-console/pom.xml Fri Nov 10 06:14:21 2006
@@ -143,6 +143,10 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+        <groupId>org.apache.servicemix</groupId>
+        <artifactId>servicemix-audit</artifactId>
+    </dependency>
     
     <dependency>
       <groupId>org.mortbay.jetty</groupId>