Title: [767] trunk/assembly/project.xml: Add missing jars
- Revision
- 767
- Author
- gnt
- Date
- 2005-11-08 10:22:51 -0500 (Tue, 08 Nov 2005)
Log Message
Add missing jars
Modified Paths
Diff
Modified: trunk/assembly/project.xml (766 => 767)
--- trunk/assembly/project.xml 2005-11-08 15:18:01 UTC (rev 766)
+++ trunk/assembly/project.xml 2005-11-08 15:22:51 UTC (rev 767)
@@ -73,6 +73,22 @@
</properties>
</dependency>
<dependency>
+ <groupId>org.xbean</groupId>
+ <artifactId>xbean-server</artifactId>
+ <version>${xbean_version}</version>
+ <properties>
+ <lib>true</lib>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>org.xbean</groupId>
+ <artifactId>xbean-kernel</artifactId>
+ <version>${xbean_version}</version>
+ <properties>
+ <lib>true</lib>
+ </properties>
+ </dependency>
+ <dependency>
<groupId>springframework</groupId>
<artifactId>spring</artifactId>
<version>${spring_version}</version>
@@ -613,6 +629,103 @@
</properties>
</dependency>
+ <!-- JAX-WS component dependencies -->
+ <dependency>
+ <groupId>servicemix</groupId>
+ <artifactId>jsr181-api</artifactId>
+ <version>20051026</version>
+ <properties>
+ <optional>true</optional>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>servicemix</groupId>
+ <artifactId>jaxws-api</artifactId>
+ <version>20051026</version>
+ <properties>
+ <optional>true</optional>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>servicemix</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>20051026</version>
+ <properties>
+ <optional>true</optional>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>servicemix</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <version>20051026</version>
+ <properties>
+ <optional>true</optional>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>servicemix</groupId>
+ <artifactId>jaxb-xjc</artifactId>
+ <version>20051026</version>
+ <properties>
+ <optional>true</optional>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>servicemix</groupId>
+ <artifactId>saaj-api</artifactId>
+ <version>20051026</version>
+ <properties>
+ <optional>true</optional>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>servicemix</groupId>
+ <artifactId>saaj-impl</artifactId>
+ <version>20051026</version>
+ <properties>
+ <optional>true</optional>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>servicemix</groupId>
+ <artifactId>jsr181-api</artifactId>
+ <version>20051026</version>
+ <properties>
+ <optional>true</optional>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>servicemix</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <version>20051026</version>
+ <properties>
+ <optional>true</optional>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>servicemix</groupId>
+ <artifactId>jaxws-rt</artifactId>
+ <version>20051026</version>
+ <properties>
+ <optional>true</optional>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>servicemix</groupId>
+ <artifactId>http</artifactId>
+ <version>20051026</version>
+ <properties>
+ <optional>true</optional>
+ </properties>
+ </dependency>
+ <dependency>
+ <groupId>servicemix</groupId>
+ <artifactId>sjsxp</artifactId>
+ <version>20051026</version>
+ <properties>
+ <optional>true</optional>
+ </properties>
+ </dependency>
</dependencies>
</project>