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

svn commit: r393983 - /incubator/servicemix/trunk/servicemix-assembly/project.xml

Author: bsnyder
Date: Thu Apr 13 17:02:03 2006
New Revision: 393983

URL: http://svn.apache.org/viewcvs?rev=393983&view=rev
Log:
Added a WS-Notification example per SM-400.

Modified:
    incubator/servicemix/trunk/servicemix-assembly/project.xml

Modified: incubator/servicemix/trunk/servicemix-assembly/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-assembly/project.xml?rev=393983&r1=393982&r2=393983&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-assembly/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-assembly/project.xml Thu Apr 13 17:02:03 2006
@@ -118,10 +118,18 @@
       <groupId>${pom.groupId}</groupId>
       <artifactId>servicemix-wsn2005</artifactId>
       <version>${pom.currentVersion}</version>
-      <type>zip</type>
+      <type>jar</type>
       <properties>
-        <eclipse.dependency>true</eclipse.dependency>
-        <component>true</component>
+        <optional>true</optional>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
+      <artifactId>servicemix-common</artifactId>
+      <version>${pom.currentVersion}</version>
+      <type>jar</type>
+      <properties>
+        <optional>true</optional>
       </properties>
     </dependency>
     <dependency>
@@ -826,6 +834,14 @@
       <groupId>classworlds</groupId>
       <artifactId>classworlds</artifactId>
       <version>${classworlds_version}</version>
+      <properties>
+        <lib>true</lib>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit_version}</version>
       <properties>
         <lib>true</lib>
       </properties>