Added: servicemix/smx4/features/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/parent/pom.xml?rev=1088708&view=auto ============================================================================== --- servicemix/smx4/features/trunk/parent/pom.xml (added) +++ servicemix/smx4/features/trunk/parent/pom.xml Mon Apr 4 18:41:33 2011 @@ -0,0 +1,491 @@ +<project xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd'> + + <!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.servicemix.nmr</groupId> + <artifactId>parent</artifactId> + <version>1.5.0-SNAPSHOT</version> + <relativePath>../../nmr/pom.xml</relativePath> + </parent> + + <groupId>org.apache.servicemix</groupId> + <artifactId>parent</artifactId> + <version>4.4.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <name>Apache ServiceMix :: Parent</name> + + <description> + Bill-of-materials of the core components and versions used for building the features project + (This POM contains the dependencies and versions that are useful to both users and our own development) + </description> + + <!-- Properties --> + <properties> + <cxf.version>2.3.3</cxf.version> + <servicemix.nmr.version>${project.parent.version}</servicemix.nmr.version> + </properties> + + <!-- Managed dependencies --> + <dependencyManagement> + <dependencies> + + <!-- Apache CXF --> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-api</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-buildtools</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-bundle</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-common</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-common-schemas</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-common-utilities</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-common-xsd</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-bindings</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-bindings-coloc</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-bindings-corba</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-bindings-http</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-bindings-jbi</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-bindings-object</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-bindings-soap</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-bindings-xml</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-core</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-databinding-aegis</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-databinding-jaxb</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-databinding-xmlbeans</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxrs</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxws</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-js</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-simple</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-javascript</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-management</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-testsupport</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-transports-common</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-transports-http</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-transports-http-jetty</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-transports-http-osgi</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-transports-jbi</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-transports-jms</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-transports-local</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-addr</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-policy</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-rm</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-security</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-testutils</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-tools</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-tools-common</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-tools-corba</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-tools-java2ws</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-tools-javato</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-tools-misctools</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-tools-validator</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-tools-wsdlto</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-tools-wsdlto-core</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-tools-wsdlto-databinding-jaxb</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-tools-wsdlto-frontend-javascript</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-tools-wsdlto-test</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-xerces-xsd-validation</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-xjc</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-xjc-dv</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-xjc-dv-test</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-xjc-plugin</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-xjc-ts</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-xjc-ts-test</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-xml2fastinfoset-plugin</artifactId> + <version>${cxf.version}</version> + </dependency> + + <!-- Apache ServiceMix Components --> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-bean</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-camel</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-cxf-bc</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-cxf-se</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-drools</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-eip</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-exec</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-file</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-ftp</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-http</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-jms</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-jsr181</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-mail</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-osworkflow</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-quartz</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-saxon</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-script</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-scripting</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-shared</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-smpp</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-snmp</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-soap</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-soap2</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-truezip</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-validation</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-vfs</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-wsn2005</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-xmpp</artifactId> + <version>${servicemix.components.version}</version> + </dependency> + </dependencies> + </dependencyManagement> +</project> \ No newline at end of file
Modified: servicemix/smx4/features/trunk/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=1088708&r1=1088707&r2=1088708&view=diff ============================================================================== --- servicemix/smx4/features/trunk/pom.xml (original) +++ servicemix/smx4/features/trunk/pom.xml Mon Apr 4 18:41:33 2011 @@ -22,19 +22,11 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.servicemix.nmr</groupId> - <artifactId>nmr-parent</artifactId> - <version>1.5.0-SNAPSHOT</version> - </parent> - - <!-- - <parent> <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-pom</artifactId> - <relativePath>../servicemix-pom/pom.xml</relativePath> - <version>5</version> + <artifactId>parent</artifactId> + <version>4.4.0-SNAPSHOT</version> + <relativePath>parent/pom.xml</relativePath> </parent> - --> <groupId>org.apache.servicemix.features</groupId> <artifactId>features</artifactId> @@ -44,7 +36,7 @@ <inceptionYear>2005</inceptionYear> <modules> - <module>deps</module> + <module>parent</module> <module>branding</module> <module>camel</module> <module>cxf</module> @@ -128,6 +120,9 @@ </repositories> <properties> + <!-- Aries --> + <aries.version>0.3</aries.version> + <felix.prefs.version>1.0.4</felix.prefs.version> <!-- CXF --> @@ -141,9 +136,11 @@ <geronimo-j2ee-connector.version>2.0.0</geronimo-j2ee-connector.version> <geronimo-j2ee-management.version>1.0.1</geronimo-j2ee-management.version> <geronimo-jaxws.version>1.0</geronimo-jaxws.version> + <geronimo-jms.version>1.1.1</geronimo-jms.version> <geronimo-jpa.version>1.1</geronimo-jpa.version> <geronimo-jsp.version>1.0.1</geronimo-jsp.version> <geronimo-saaj.version>1.0.0</geronimo-saaj.version> + <geronimo-servlet.version>1.0</geronimo-servlet.version> <geronimo-ws-metadata.version>1.1.2</geronimo-ws-metadata.version> <!-- ServiceMix Bundles --> @@ -151,6 +148,7 @@ <antlr2.bundle.version>2.7.7_3</antlr2.bundle.version> <antlr.bundle.version>3.0.1_4</antlr.bundle.version> <antlr-runtime.bundle.version>3.0.1_2</antlr-runtime.bundle.version> + <asm.bundle.version>2.2.3_4</asm.bundle.version> <bcel.bundle.version>5.2_3</bcel.bundle.version> <castor.bundle.version>1.3.1_1</castor.bundle.version> <cometd-java-server.bundle.version>1.0.1_2</cometd-java-server.bundle.version> @@ -224,6 +222,7 @@ <tagsoup.bundle.version>1.2_4</tagsoup.bundle.version> <velocity.bundle.version>1.6.2_4</velocity.bundle.version> <werken-xpath.bundle.version>0.9.4_4</werken-xpath.bundle.version> + <wsdl4j.bundle.version>1.6.2_3</wsdl4j.bundle.version> <xalan.bundle.version>2.7.1_3</xalan.bundle.version> <xerces.bundle.version>2.9.1_4</xerces.bundle.version> <xmlbeans.bundle.version>2.5.0_1</xmlbeans.bundle.version> @@ -235,33 +234,6 @@ <!-- ServiceMix Components and Resources --> <servicemix.nmr.version>1.5.0-SNAPSHOT</servicemix.nmr.version> - <servicemix-bean.version>${servicemix.components.version}</servicemix-bean.version> - <servicemix-camel.version>${servicemix.components.version}</servicemix-camel.version> - <servicemix-cxf-bc.version>${servicemix.components.version}</servicemix-cxf-bc.version> - <servicemix-cxf-se.version>${servicemix.components.version}</servicemix-cxf-se.version> - <servicemix-drools.version>${servicemix.components.version}</servicemix-drools.version> - <servicemix-eip.version>${servicemix.components.version}</servicemix-eip.version> - <servicemix-exec.version>${servicemix.components.version}</servicemix-exec.version> - <servicemix-file.version>${servicemix.components.version}</servicemix-file.version> - <servicemix-ftp.version>${servicemix.components.version}</servicemix-ftp.version> - <servicemix-http.version>${servicemix.components.version}</servicemix-http.version> - <servicemix-jms.version>${servicemix.components.version}</servicemix-jms.version> - <servicemix-jsr181.version>${servicemix.components.version}</servicemix-jsr181.version> - <servicemix-mail.version>${servicemix.components.version}</servicemix-mail.version> - <servicemix-osworkflow.version>${servicemix.components.version}</servicemix-osworkflow.version> - <servicemix-quartz.version>${servicemix.components.version}</servicemix-quartz.version> - <servicemix-saxon.version>${servicemix.components.version}</servicemix-saxon.version> - <servicemix-script.version>${servicemix.components.version}</servicemix-script.version> - <servicemix-scripting.version>${servicemix.components.version}</servicemix-scripting.version> - <servicemix-shared.version>${servicemix.components.version}</servicemix-shared.version> - <servicemix-smpp.version>${servicemix.components.version}</servicemix-smpp.version> - <servicemix-snmp.version>${servicemix.components.version}</servicemix-snmp.version> - <servicemix-truezip.version>${servicemix.components.version}</servicemix-truezip.version> - <servicemix-validation.version>${servicemix.components.version}</servicemix-validation.version> - <servicemix-vfs.version>${servicemix.components.version}</servicemix-vfs.version> - <servicemix-wsn2005.version>${servicemix.components.version}</servicemix-wsn2005.version> - <servicemix-xmpp.version>${servicemix.components.version}</servicemix-xmpp.version> - <!-- PAX --> <pax.web.version>0.7.4</pax.web.version> @@ -290,6 +262,7 @@ <httpcomponents.version>4.0.1</httpcomponents.version> <jackrabbit.version>1.5.3</jackrabbit.version> <jackson.version>1.6.0</jackson.version> + <javax.mail.version>1.4.3</javax.mail.version> <jaxp-ri.version>1.4.4</jaxp-ri.version> <jaxws-api.version>2.2</jaxws-api.version> <javassist.version>3.9.0.GA</javassist.version> @@ -299,8 +272,13 @@ <netty.version>3.2.3.Final_1</netty.version> <restlet.version>1.1.10</restlet.version> <scriptengines.version>1.1</scriptengines.version> + <spring.version>3.0.5.RELEASE</spring.version> + <spring.osgi.version>1.2.0</spring.osgi.version> + <woodstox.version>4.0.8</woodstox.version> + <woodstox.stax2-api.version>3.0.2</woodstox.stax2-api.version> <wss4j.version>1.5.9</wss4j.version> <xfire.version>1.0.1</xfire.version> + <xbean.version>3.7</xbean.version> <xmlschema.version>1.4.7</xmlschema.version> </properties> @@ -335,239 +313,15 @@ <classifier>features</classifier> </dependency> <dependency> - <groupId>org.apache.servicemix.platform.testing</groupId> - <artifactId>org.apache.servicemix.platform.testing.support</artifactId> + <groupId>org.apache.servicemix.nmr</groupId> + <artifactId>nmr-parent</artifactId> <version>${servicemix.nmr.version}</version> - </dependency> - - <!-- ServiceMix Specs --> - <dependency> - <groupId>org.apache.servicemix.specs</groupId> - <artifactId>org.apache.servicemix.specs.jaxb-api-${jaxb.api.version}</artifactId> - <version>${servicemix.specs.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix.specs</groupId> - <artifactId>org.apache.servicemix.specs.jaxws-api-${jaxws-api.version}</artifactId> - <version>${servicemix.specs.version}</version> - </dependency> - <!-- old? - <dependency> - <groupId>org.apache.servicemix.specs</groupId> - <artifactId>org.apache.servicemix.specs.jsr311-api-1.0</artifactId> - <version>${servicemix.specs.version}</version> - </dependency> - --> - <dependency> - <groupId>org.apache.servicemix.specs</groupId> - <artifactId>org.apache.servicemix.specs.jsr311-api-1.1</artifactId> - <version>${servicemix.specs.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix.specs</groupId> - <artifactId>org.apache.servicemix.specs.saaj-api-1.3</artifactId> - <version>${servicemix.specs.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix.specs</groupId> - <artifactId>org.apache.servicemix.specs.scripting-api-1.0</artifactId> - <version>${servicemix.specs.version}</version> + <type>pom</type> + <scope>import</scope> </dependency> - <!-- ServiceMix Components --> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-bean</artifactId> - <version>${servicemix-bean.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-camel</artifactId> - <version>${servicemix-camel.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-common</artifactId> - <version>${servicemix-shared.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-cxf-bc</artifactId> - <version>${servicemix-cxf-bc.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-cxf-se</artifactId> - <version>${servicemix-cxf-se.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-drools</artifactId> - <version>${servicemix-drools.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-eip</artifactId> - <version>${servicemix-eip.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-exec</artifactId> - <version>${servicemix-exec.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-file</artifactId> - <version>${servicemix-file.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-ftp</artifactId> - <version>${servicemix-ftp.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-http</artifactId> - <version>${servicemix-http.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-jms</artifactId> - <version>${servicemix-jms.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-jsr181</artifactId> - <version>${servicemix-jsr181.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-mail</artifactId> - <version>${servicemix-mail.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-osworkflow</artifactId> - <version>${servicemix-osworkflow.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-quartz</artifactId> - <version>${servicemix-quartz.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-saxon</artifactId> - <version>${servicemix-saxon.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-scripting</artifactId> - <version>${servicemix-scripting.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-smpp</artifactId> - <version>${servicemix-smpp.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-snmp</artifactId> - <version>${servicemix-snmp.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-soap</artifactId> - <version>${servicemix-shared.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-soap2</artifactId> - <version>${servicemix-shared.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-validation</artifactId> - <version>${servicemix-validation.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-vfs</artifactId> - <version>${servicemix-vfs.version}</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-wsn2005</artifactId> - <version>${servicemix-wsn2005.version}</version> - </dependency> - - <!-- ActiveMQ --> - <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>activemq-blueprint</artifactId> - <version>${activemq.version}</version> - </dependency> - <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>activemq-console</artifactId> - <version>${activemq.version}</version> - </dependency> - <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>activemq-karaf</artifactId> - <version>${activemq.version}</version> - </dependency> - <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>activemq-karaf</artifactId> - <version>${activemq.version}</version> - <type>xml</type> - <classifier>features</classifier> - </dependency> - <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>activemq-ra</artifactId> - <version>${activemq.version}</version> - </dependency> - <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>kahadb</artifactId> - <version>${activemq.version}</version> - </dependency> - <!-- Camel --> <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-core</artifactId> - <version>${camel.version}</version> - <type>test-jar</type> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-cxf</artifactId> - <version>${camel.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-http</artifactId> - <version>${camel.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-jetty</artifactId> - <version>${camel.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-spring</artifactId> - <version>${camel.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-test</artifactId> - <version>${camel.version}</version> - </dependency> - <dependency> <groupId>org.apache.camel.karaf</groupId> <artifactId>apache-camel</artifactId> <version>${camel.version}</version> @@ -575,63 +329,6 @@ <classifier>features</classifier> </dependency> - <!-- CXF --> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-bundle</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-common-utilities</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-transports-http</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-testutils</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-bindings-jbi</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-transports-jbi</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-addr</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-policy</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-rm</artifactId> - <version>${cxf.version}</version> - </dependency> - <!-- Geronimo --> <dependency> <groupId>org.apache.geronimo.specs</groupId>
