Author: chirino
Date: Fri Jun 20 08:45:02 2008
New Revision: 669953
URL: http://svn.apache.org/viewvc?rev=669953&view=rev
Log:
updated pom to used new relase stucure
Modified:
servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml
Modified: servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml?rev=669953&r1=669952&r2=669953&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml (original)
+++ servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml Fri Jun 20
08:45:02 2008
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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
@@ -18,67 +17,138 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.apache.servicemix</groupId>
- <artifactId>components-pom</artifactId>
- <version>1.0-SNAPSHOT</version>
- </parent>
-
- <groupId>org.apache.servicemix</groupId>
- <artifactId>servicemix-cxf-se</artifactId>
- <version>4.0-SNAPSHOT</version>
- <packaging>jbi-component</packaging>
-
- <name>ServiceMix :: CXF Service Engine</name>
- <description>A CXF Service Engine</description>
-
- <properties>
- <previous.releases>3.1.2,3.2,3.2.1</previous.releases>
- <surefire.fork.mode>pertest</surefire.fork.mode>
- <cxf-version>2.1.2-SNAPSHOT</cxf-version>
- <jaxb.version>2.1</jaxb.version>
- <jaxb.impl.version>2.1.4</jaxb.impl.version>
- <jaxb.xjc.version>2.1.4</jaxb.xjc.version>
- <servicemix-version>3.2.1</servicemix-version>
- <servicemix-shared-version>4.0-SNAPSHOT</servicemix-shared-version>
- <servicemix-specs-version>1.0.0</servicemix-specs-version>
- <servicemix.osgi.import>
- org.apache.commons.jexl*;resolution:=optional,
- org.apache.servicemix;resolution:=optional,
- org.apache.servicemix.client*;resolution:=optional,
- org.apache.servicemix.common.osgi,
- org.apache.servicemix.components*;resolution:=optional,
- org.apache.servicemix.expression*;resolution:=optional,
- org.apache.servicemix.jbi*;resolution:=optional,
- *
- </servicemix.osgi.import>
- </properties>
-
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>components-pom</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-cxf-se</artifactId>
+ <version>4.0-SNAPSHOT</version>
+ <packaging>jbi-component</packaging>
+
+ <name>ServiceMix :: CXF Service Engine</name>
+ <description>A CXF Service Engine</description>
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-cxf-se/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-cxf-se/trunk</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/servicemix/components/engines/servicemix-cxf-se/trunk</url>
+ </scm>
+
+ <properties>
+ <previous.releases>3.1.2,3.2,3.2.1</previous.releases>
+ <servicemix-version>3.2.1</servicemix-version>
+ <servicemix-shared-version>4.0-SNAPSHOT</servicemix-shared-version>
+
+ <cxf-version>2.1.1-SNAPSHOT</cxf-version>
+ <jaxb-api-version>2.1</jaxb-api-version>
+ <jaxb-impl-version>2.1.4</jaxb-impl-version>
+ <jaxb-xjc-version>2.1.4</jaxb-xjc-version>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-core</artifactId>
+ <version>${servicemix-version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-jbi</artifactId>
+ <version>${servicemix-version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-shared</artifactId>
<version>${servicemix-shared-version}</version>
- <scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.ws.commons</groupId>
+ <artifactId>XmlSchema</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.specs</groupId>
- <artifactId>org.apache.servicemix.specs.jaxb-api-2.1</artifactId>
- <version>${servicemix-specs-version}</version>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-activation_1.1_spec</artifactId>
+ <version>1.0-M1</version>
+ <scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.specs</groupId>
- <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId>
- <version>${servicemix-specs-version}</version>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ <version>2.1-1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.soap</groupId>
+ <artifactId>saaj-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.stream</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jsr173_api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.jws</groupId>
+ <artifactId>jsr181-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.jws</groupId>
+ <artifactId>jsr181</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>${jaxb-api-version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jsr173_api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml</groupId>
+ <artifactId>jsr173</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.xml.stream</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
- <version>${jaxb.impl.version}</version>
+ <version>${jaxb-impl-version}</version>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>
@@ -102,11 +172,11 @@
<groupId>org.apache.ws.commons.schema</groupId>
<artifactId>XmlSchema</artifactId>
<version>1.3.2</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
- <version>${jaxb.xjc.version}</version>
+ <version>${jaxb-xjc-version}</version>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>
@@ -115,72 +185,59 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.apache.servicemix</groupId>
- <artifactId>servicemix-core</artifactId>
- <version>${servicemix-version}</version>
- <scope>provided</scope>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-frontend-jaxws</artifactId>
+ <version>${cxf-version}</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-support</artifactId>
- <version>${spring-version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
- <version>${spring-version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jmx</artifactId>
- <version>${spring-version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>${spring-version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
- <version>${spring-version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
- <version>${spring-version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-frontend-jaxws</artifactId>
+ <artifactId>cxf-rt-transports-jbi</artifactId>
<version>${cxf-version}</version>
<exclusions>
<exclusion>
- <groupId>asm</groupId>
- <artifactId>asm</artifactId>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-jbi</artifactId>
</exclusion>
</exclusions>
</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-bindings-jbi</artifactId>
<version>${cxf-version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-jbi</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
@@ -189,19 +246,16 @@
<scope>provided</scope>
</dependency>
</dependencies>
-
+
<build>
<plugins>
<plugin>
<groupId>org.apache.xbean</groupId>
<artifactId>maven-xbean-plugin</artifactId>
- <!--version>${xbean-version}</version-->
<executions>
<execution>
<configuration>
- <namespace>
- http://servicemix.apache.org/cxfse/1.0
- </namespace>
+ <namespace>http://servicemix.apache.org/cxfse/1.0</namespace>
</configuration>
<goals>
<goal>mapping</goal>
@@ -212,7 +266,6 @@
<plugin>
<groupId>org.apache.servicemix.tooling</groupId>
<artifactId>jbi-maven-plugin</artifactId>
- <version>${servicemix-version}</version>
<configuration>
<type>service-engine</type>
<component>org.apache.servicemix.cxfse.CxfSeComponent</component>
@@ -222,18 +275,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <workingDirectory>${basedir}</workingDirectory>
- <includes>
- <include>**/*Test.*</include>
- </includes>
<excludes>
<!-- exclude abstract test cases -->
<exclude>**/Abstract*.*</exclude>
</excludes>
- <forkMode>${surefire.fork.mode}</forkMode>
+ <forkMode>pertest</forkMode>
</configuration>
</plugin>
</plugins>
</build>
-
</project>