| <?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/xsd/maven-4.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</groupId> |
| <artifactId>servicemix-pom</artifactId> |
| <version>5</version> |
| </parent> |
| |
| <groupId>org.apache.servicemix</groupId> |
| <artifactId>servicemix</artifactId> |
| <version>3.4.1-SNAPSHOT</version> |
| <packaging>pom</packaging> |
| |
| <name>ServiceMix</name> |
| <description> |
| ServiceMix is an open source ESB based on the Java Business |
| Integration framework - JSR-208 |
| </description> |
| |
| <prerequisites> |
| <maven>2.2.1</maven> |
| </prerequisites> |
| |
| <scm> |
| <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx3/trunk/</connection> |
| <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx3/trunk/</developerConnection> |
| <url>http://svn.apache.org/viewcvs.cgi/servicemix/smx3/trunk/</url> |
| </scm> |
| |
| <repositories> |
| <!-- For woden --> |
| <repository> |
| <id>smx.m2-repo</id> |
| <name>ServiceMix Maven Repo</name> |
| <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url> |
| </repository> |
| <!-- For Drools --> |
| <repository> |
| <id>jboss</id> |
| <name>JBoss Maven Repo</name> |
| <url>http://repository.jboss.com/nexus/content/groups/public/</url> |
| </repository> |
| </repositories> |
| |
| <properties> |
| <servicemix-components-version>2011.02.1</servicemix-components-version> |
| <servicemix-utils-version>1.5.0</servicemix-utils-version> |
| <servicemix-specs-version>1.9.0</servicemix-specs-version> |
| <servicemix-common-version>${servicemix-components-version}</servicemix-common-version> |
| <servicemix-shared-version>${servicemix-components-version}</servicemix-shared-version> |
| <servicemix-quartz-version>${servicemix-components-version}</servicemix-quartz-version> |
| <servicemix-jms-version>${servicemix-components-version}</servicemix-jms-version> |
| <servicemix-jsr181-version>${servicemix-components-version}</servicemix-jsr181-version> |
| <servicemix-http-version>${servicemix-components-version}</servicemix-http-version> |
| <servicemix-mail-version>${servicemix-components-version}</servicemix-mail-version> |
| <servicemix-osworkflow-version>${servicemix-components-version}</servicemix-osworkflow-version> |
| <servicemix-wsn2005-version>${servicemix-components-version}</servicemix-wsn2005-version> |
| <servicemix-lwcontainer-version>3.4.0</servicemix-lwcontainer-version> |
| <servicemix-bean-version>${servicemix-components-version}</servicemix-bean-version> |
| <servicemix-eip-version>${servicemix-components-version}</servicemix-eip-version> |
| <servicemix-script-version>${servicemix-components-version}</servicemix-script-version> |
| <servicemix-scripting-version>${servicemix-components-version}</servicemix-scripting-version> |
| <servicemix-validation-version>${servicemix-components-version}</servicemix-validation-version> |
| <servicemix-ftp-version>${servicemix-components-version}</servicemix-ftp-version> |
| <servicemix-xmpp-version>${servicemix-components-version}</servicemix-xmpp-version> |
| <servicemix-saxon-version>${servicemix-components-version}</servicemix-saxon-version> |
| <servicemix-truezip-version>${servicemix-components-version}</servicemix-truezip-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-file-version>${servicemix-components-version}</servicemix-file-version> |
| <servicemix-snmp-version>${servicemix-components-version}</servicemix-snmp-version> |
| <servicemix-smpp-version>${servicemix-components-version}</servicemix-smpp-version> |
| <servicemix-exec-version>${servicemix-components-version}</servicemix-exec-version> |
| <servicemix-vfs-version>${servicemix-components-version}</servicemix-vfs-version> |
| |
| <jbi-plugin-version>4.5</jbi-plugin-version> |
| <res-maven-plugin-version>4.1</res-maven-plugin-version> |
| <servicemix-build-version>1.0</servicemix-build-version> |
| |
| <xfire-jsr181-api-version>1.0-M1</xfire-jsr181-api-version> |
| <xfire-version>1.2.5</xfire-version> |
| <mavenAssemblyPluginVersion>2.1</mavenAssemblyPluginVersion> |
| <xbean-version>3.11.1</xbean-version> |
| <spring-version>3.0.6.RELEASE</spring-version> |
| <activemq-version>5.5.1</activemq-version> |
| <activeio-version>3.1.2</activeio-version> |
| <camel-version>2.8.5</camel-version> |
| <jencks-version>2.2</jencks-version> |
| <jetty-version>6.1.26</jetty-version> |
| <jetty-servlet-api-version>6.1.14</jetty-servlet-api-version> |
| <geronimo-version>2.0.2</geronimo-version> |
| <geronimo-annotation-version>1.1.1</geronimo-annotation-version> |
| <geronimo-jaxws-version>1.0</geronimo-jaxws-version> |
| <geronimo-connector-version>2.1.4</geronimo-connector-version> |
| <geronimo-transaction-version>2.1.4</geronimo-transaction-version> |
| <slf4j-version>1.6.1</slf4j-version> |
| <wsdl4j-version>1.6.2</wsdl4j-version> |
| <commons-beanutils-version>1.7.0</commons-beanutils-version> |
| <commons-fileupload-version>1.1.1</commons-fileupload-version> |
| <woodstox-version>4.0.8</woodstox-version> |
| <woodstox.stax2api.version>3.0.2</woodstox.stax2api.version> |
| <msv-version>20050913</msv-version> |
| <oro-version>2.0.8</oro-version> |
| <sitemesh-version>2.2.1</sitemesh-version> |
| <woden-version>1.0.0M6</woden-version> |
| <cxf-version>2.4.4</cxf-version> |
| <jaxb.version>2.2</jaxb.version> |
| <jaxb.impl.version>2.2.1.1</jaxb.impl.version> |
| <jaxb.xjc.version>2.2.1.1</jaxb.xjc.version> |
| <jaxws.version>2.2</jaxws.version> |
| <derby-version>10.5.3.0_1</derby-version> |
| <saxon-version>8.9</saxon-version> |
| <previous.releases>3.1.2,3.2,3.2.1,3.2.2,3.2.3,3.3,3.3.1,3.3.2</previous.releases> |
| <releases-repo-url>http://repo2.maven.org/maven2</releases-repo-url> |
| </properties> |
| |
| <profiles> |
| <profile> |
| <id>all</id> |
| <activation> |
| <activeByDefault>true</activeByDefault> |
| </activation> |
| <modules> |
| <module>parent</module> |
| <module>core</module> |
| <module>common</module> |
| <module>deployables</module> |
| <module>servicemix-itests</module> |
| <module>samples</module> |
| <module>web</module> |
| <module>platforms</module> |
| <module>distributions</module> |
| </modules> |
| </profile> |
| <profile> |
| <id>release</id> |
| <build> |
| <plugins> |
| <!-- We want to deploy the artifact to a staging location for perusal --> |
| <plugin> |
| <inherited>true</inherited> |
| <artifactId>maven-deploy-plugin</artifactId> |
| <configuration> |
| <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository> |
| <updateReleaseInfo>true</updateReleaseInfo> |
| </configuration> |
| </plugin> |
| <!-- We want to sign the artifact, the POM, and all attached artifacts --> |
| <plugin> |
| <artifactId>maven-gpg-plugin</artifactId> |
| <configuration> |
| <passphrase>${gpg.passphrase}</passphrase> |
| </configuration> |
| <executions> |
| <execution> |
| <goals> |
| <goal>sign</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| |
| <profile> |
| <id>deploy</id> |
| <modules> |
| <module>core</module> |
| <module>common</module> |
| <module>servicemix-itests</module> |
| <module>samples</module> |
| <module>web</module> |
| <module>platforms</module> |
| <module>distributions</module> |
| <module>parent</module> |
| </modules> |
| <build> |
| <defaultGoal>deploy</defaultGoal> |
| <plugins> |
| <plugin> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <executions> |
| <execution> |
| <goals> |
| <goal>jar</goal> |
| </goals> |
| </execution> |
| </executions> |
| <configuration> |
| <source>1.5</source> |
| <attach>true</attach> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-source-plugin</artifactId> |
| <executions> |
| <execution> |
| <goals> |
| <goal>jar</goal> |
| </goals> |
| </execution> |
| </executions> |
| <configuration> |
| <attach>true</attach> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| <profile> |
| <id>setup.eclipse</id> |
| <modules> |
| <module>parent</module> |
| <module>core</module> |
| <module>common</module> |
| <module>servicemix-itests</module> |
| <module>samples</module> |
| <module>web</module> |
| <module>platforms</module> |
| <module>distributions</module> |
| </modules> |
| <properties> |
| <eclipse.workspace.dir>${basedir}/workspace</eclipse.workspace.dir> |
| </properties> |
| <build> |
| <defaultGoal>process-test-sources</defaultGoal> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-eclipse-plugin</artifactId> |
| <inherited>false</inherited> |
| <executions> |
| <execution> |
| <id>setup.eclipse.workspace</id> |
| <phase>process-test-sources</phase> |
| <goals> |
| <goal>add-maven-repo</goal> |
| </goals> |
| <configuration> |
| <workspace>${eclipse.workspace.dir}</workspace> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-antrun-plugin</artifactId> |
| <inherited>false</inherited> |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.servicemix</groupId> |
| <artifactId>servicemix-build</artifactId> |
| <version>1.0</version> |
| </dependency> |
| <dependency> |
| <groupId>ant</groupId> |
| <artifactId>ant-nodeps</artifactId> |
| <version>1.6.5</version> |
| </dependency> |
| <dependency> |
| <groupId>ant</groupId> |
| <artifactId>ant-trax</artifactId> |
| <version>1.6.5</version> |
| </dependency> |
| </dependencies> |
| <executions> |
| <execution> |
| <id>setup.workspace</id> |
| <phase>validate</phase> |
| <configuration> |
| <tasks> |
| <path id="ecp.ws.path" location="${eclipse.workspace.dir}" /> |
| <property name="full.eclipse.workspace" refid="ecp.ws.path" /> |
| <path path="${basedir}/etc" id="etc.path" /> |
| |
| <whichresource resource="/smx-eclipse-pmd" property="pmd.url"><classpath refid="etc.path" /></whichresource> |
| <whichresource resource="/smx-pmd-ruleset.xml" property="pmdruleset.url"><classpath refid="etc.path" /></whichresource> |
| <whichresource resource="/smx-eclipse-checkstyle" property="eclipse.checkstyle.url"><classpath refid="etc.path" /></whichresource> |
| <whichresource resource="/smx-checkstyle.xml" property="checkstyle.url"><classpath refid="etc.path" /></whichresource>> |
| |
| <mkdir dir="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings" /> |
| <mkdir dir="${full.eclipse.workspace}/.metadata/.plugins/com.atlassw.tools.eclipse.checkstyle" /> |
| <mkdir dir="${full.eclipse.workspace}/.metadata/.plugins/net.sourceforge.pmd.eclipse" /> |
| |
| <get src="${checkstyle.url}" dest="${full.eclipse.workspace}/servicemix-checkstyle.xml" /> |
| |
| <!-- Add checkstyle config --> |
| <copy file="${basedir}/etc/eclipse/template.checkstyle-config.xml" tofile="${full.eclipse.workspace}/.metadata/.plugins/com.atlassw.tools.eclipse.checkstyle/checkstyle-config.xml" overwrite="no"> |
| <filterset> |
| <filter token="CHECKSTYLE_CONFIG_FILE" value="${full.eclipse.workspace}/servicemix-checkstyle.xml" /> |
| <filter token="APACHE_HEADER_FILE" value="${full.eclipse.workspace}/servicemix-header.txt" /> |
| </filterset> |
| </copy> |
| |
| <xslt style="${basedir}/etc/eclipse/addcheckstyle.xsl" in="${full.eclipse.workspace}/.metadata/.plugins/com.atlassw.tools.eclipse.checkstyle/checkstyle-config.xml" out="${full.eclipse.workspace}/.metadata/.plugins/com.atlassw.tools.eclipse.checkstyle/checkstyle-config.xml.new"> |
| <param name="checkstyleconfig" expression="${full.eclipse.workspace}/servicemix-checkstyle.xml" /> |
| </xslt> |
| <copy file="${full.eclipse.workspace}/.metadata/.plugins/com.atlassw.tools.eclipse.checkstyle/checkstyle-config.xml.new" tofile="${full.eclipse.workspace}/.metadata/.plugins/com.atlassw.tools.eclipse.checkstyle/checkstyle-config.xml" overwrite="yes" /> |
| |
| |
| <!-- Add warning flags that we want --> |
| <propertyfile file="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs"> |
| <entry key="org.eclipse.jdt.core.compiler.problem.missingSerialVersion" value="ignore" /> |
| <entry key="org.eclipse.jdt.core.compiler.problem.unusedImport" value="ignore" /> |
| <entry key="org.eclipse.jdt.core.compiler.problem.annotationSuperInterface" value="ignore" /> |
| <entry key="org.eclipse.jdt.core.compiler.problem.rawTypeReference" value="ignore" /> |
| </propertyfile> |
| |
| |
| <!-- Add code format rules --> |
| <concat destfile="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs" append="true" fixlastline="true"> |
| <filelist dir="${basedir}/etc/eclipse" files="org.eclipse.jdt.core.prefs" /> |
| </concat> |
| <loadfile property="eclipse.code.format" srcFile="${basedir}/etc/eclipse/ServiceMixCodeFormatter.xml" /> |
| <loadfile property="eclipse.code.templates" srcFile="${basedir}/etc/eclipse/codetemplates.xml" /> |
| <propertyfile file="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs"> |
| <entry key="formatter_profile" value="_ActiveMQ Java Conventions" /> |
| <entry key="org.eclipse.jdt.ui.formatterprofiles" value="${eclipse.code.format}" /> |
| <entry key="org.eclipse.jdt.ui.text.custom_code_templates" value="${eclipse.code.templates}" /> |
| |
| <!-- Add import order --> |
| <entry key="org.eclipse.jdt.ui.importorder" value="java;javax;org.w3c;org.xml;w3c;" /> |
| <!-- Sort order --> |
| <entry key="org.eclipse.jdt.ui.visibility.order" value="B,R,D,V," /> |
| <entry key="outlinesortoption" value="T,SF,F,SI,I,C,SM,M," /> |
| <entry key="org.eclipse.jdt.ui.enable.visibility.order" value="true" /> |
| </propertyfile> |
| </tasks> |
| </configuration> |
| <goals> |
| <goal>run</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| |
| <profile> |
| <id>rat</id> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>rat-maven-plugin</artifactId> |
| <version>1.0-alpha-3</version> |
| <executions> |
| <execution> |
| <phase>verify</phase> |
| <goals> |
| <goal>check</goal> |
| </goals> |
| </execution> |
| </executions> |
| <configuration> |
| <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile> |
| <excludes> |
| <exclude>**/target/**/*</exclude> |
| |
| <!-- left around after creating the site --> |
| <exclude>**/cobertura.ser</exclude> |
| |
| <!-- left around after some unit tests --> |
| <exclude>**/derby.log</exclude> |
| <exclude>**/camel-ftp/res/**/*</exclude> |
| |
| <!-- IDEA files --> |
| <exclude>**/*.iml</exclude> |
| <exclude>**/*.ipr</exclude> |
| <exclude>**/*.iws</exclude> |
| |
| <!-- Eclipse files --> |
| <exclude>**/.*</exclude> |
| <exclude>**/eclipse-classes/**/*</exclude> |
| </excludes> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| <!-- |
| TODO this barfs |
| |
| <reporting> |
| <plugins> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>rat-maven-plugin</artifactId> |
| <version>1.0-alpha-3</version> |
| </plugin> |
| </plugins> |
| </reporting> |
| --> |
| <repositories> |
| <repository> |
| <releases> |
| <enabled>false</enabled> |
| </releases> |
| <snapshots /> |
| <id>Codehaus Snapshots</id> |
| <url>http://snapshots.repository.codehaus.org/</url> |
| </repository> |
| </repositories> |
| <pluginRepositories> |
| <pluginRepository> |
| <releases> |
| <enabled>false</enabled> |
| </releases> |
| <snapshots /> |
| <id>Codehaus Snapshots</id> |
| <url>http://snapshots.repository.codehaus.org/</url> |
| </pluginRepository> |
| </pluginRepositories> |
| </profile> |
| |
| </profiles> |
| |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.servicemix.specs</groupId> |
| <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId> |
| <version>${servicemix-specs-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.servicemix</groupId> |
| <artifactId>servicemix-utils</artifactId> |
| <version>${servicemix-utils-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.servicemix</groupId> |
| <artifactId>servicemix-core</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.servicemix</groupId> |
| <artifactId>servicemix-audit</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.servicemix</groupId> |
| <artifactId>servicemix-components</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.servicemix.geronimo</groupId> |
| <artifactId>deployer-service</artifactId> |
| <version>${project.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-console</artifactId> |
| <version>${project.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-http</artifactId> |
| <version>${servicemix-http-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-snmp</artifactId> |
| <version>${servicemix-snmp-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-osworkflow</artifactId> |
| <version>${servicemix-osworkflow-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-shared</artifactId> |
| <version>${servicemix-shared-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.servicemix</groupId> |
| <artifactId>servicemix-wsn2005</artifactId> |
| <version>${servicemix-wsn2005-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.servicemix</groupId> |
| <artifactId>servicemix-lwcontainer</artifactId> |
| <version>${servicemix-lwcontainer-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.servicemix</groupId> |
| <artifactId>servicemix-bean</artifactId> |
| <version>${servicemix-bean-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-script</artifactId> |
| <version>${servicemix-script-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-validation</artifactId> |
| <version>${servicemix-validation-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-xmpp</artifactId> |
| <version>${servicemix-xmpp-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-truezip</artifactId> |
| <version>${servicemix-truezip-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-camel</artifactId> |
| <version>${servicemix-camel-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-exec</artifactId> |
| <version>${servicemix-exec-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.servicemix</groupId> |
| <artifactId>servicemix-vfs</artifactId> |
| <version>${servicemix-vfs-version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.servicemix.samples</groupId> |
| <artifactId>servicemix-web</artifactId> |
| <version>${project.version}</version> |
| <type>war</type> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.servicemix.samples</groupId> |
| <artifactId>wsdl-first</artifactId> |
| <version>${project.version}</version> |
| <type>pom</type> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.servicemix.samples</groupId> |
| <artifactId>cxf-wsdl-first</artifactId> |
| <version>${project.version}</version> |
| <type>pom</type> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.servicemix.samples</groupId> |
| <artifactId>loan-broker</artifactId> |
| <version>${project.version}</version> |
| <type>pom</type> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.servicemix.samples</groupId> |
| <artifactId>bridge</artifactId> |
| <version>${project.version}</version> |
| <type>pom</type> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.servicemix.samples</groupId> |
| <artifactId>bridge-camel</artifactId> |
| <version>${project.version}</version> |
| <type>pom</type> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.servicemix.samples</groupId> |
| <artifactId>basic</artifactId> |
| <version>${project.version}</version> |
| <type>pom</type> |
| </dependency> |
| <!-- |
| <dependency> |
| <groupId>org.apache.servicemix</groupId> |
| <artifactId>servicemix-beanflow</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| --> |
| <dependency> |
| <groupId>org.apache.servicemix</groupId> |
| <artifactId>servicemix-web-console</artifactId> |
| <version>${project.version}</version> |
| <type>war</type> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.ws</groupId> |
| <artifactId>wsif</artifactId> |
| <version>2.0.1_IB3</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ws</groupId> |
| <artifactId>wsif-j2c</artifactId> |
| <version>2.0.1_IB3</version> |
| </dependency> |
| <dependency> |
| <groupId>com.sun.xml.bind</groupId> |
| <artifactId>jaxb-impl</artifactId> |
| <version>${jaxb.impl.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.xml</groupId> |
| <artifactId>jsr173</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.jws</groupId> |
| <artifactId>jsr181-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.activation</groupId> |
| <artifactId>activation</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>com.sun.xml.bind</groupId> |
| <artifactId>jaxb-xjc</artifactId> |
| <version>${jaxb.xjc.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.xml.bind</groupId> |
| <artifactId>jsr173_api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>javax.xml.bind</groupId> |
| <artifactId>jaxb-api</artifactId> |
| <version>${jaxb.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.xml</groupId> |
| <artifactId>jsr173</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.activation</groupId> |
| <artifactId>activation</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>javax.xml.ws</groupId> |
| <artifactId>jaxws-api</artifactId> |
| <version>${jaxws.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.xml.bind</groupId> |
| <artifactId>jaxb-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.xml.soap</groupId> |
| <artifactId>saaj-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.annotation</groupId> |
| <artifactId>jsr250-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.jws</groupId> |
| <artifactId>jsr181-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>xfire</groupId> |
| <artifactId>xfire-jsr181-api</artifactId> |
| <version>${xfire-jsr181-api-version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.activemq</groupId> |
| <artifactId>activeio-core</artifactId> |
| <version>${activeio-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.activemq</groupId> |
| <artifactId>activemq-core</artifactId> |
| <version>${activemq-version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.activemq</groupId> |
| <artifactId>activemq-camel</artifactId> |
| <version>${activemq-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.activemq</groupId> |
| <artifactId>activemq-pool</artifactId> |
| <version>${activemq-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.activemq</groupId> |
| <artifactId>activemq-ra</artifactId> |
| <version>${activemq-version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>activemq</groupId> |
| <artifactId>jmdns</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.activemq</groupId> |
| <artifactId>kahadb</artifactId> |
| <version>${activemq-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>jivesoftware</groupId> |
| <artifactId>smack</artifactId> |
| <version>3.1.0</version> |
| </dependency> |
| <dependency> |
| <groupId>jivesoftware</groupId> |
| <artifactId>smackx</artifactId> |
| <version>3.1.0</version> |
| </dependency> |
| <dependency> |
| <groupId>activesoap</groupId> |
| <artifactId>activesoap</artifactId> |
| <version>1.0-20050615.083700</version> |
| </dependency> |
| <dependency> |
| <groupId>annogen</groupId> |
| <artifactId>annogen</artifactId> |
| <version>0.1.0</version> |
| </dependency> |
| <dependency> |
| <groupId>ant</groupId> |
| <artifactId>ant</artifactId> |
| <version>1.7.0</version> |
| </dependency> |
| <dependency> |
| <groupId>antlr</groupId> |
| <artifactId>antlr</artifactId> |
| <version>2.7.7</version> |
| </dependency> |
| <dependency> |
| <groupId>axis</groupId> |
| <artifactId>axis</artifactId> |
| <version>1.3</version> |
| </dependency> |
| <dependency> |
| <groupId>axis</groupId> |
| <artifactId>axis-jaxrpc</artifactId> |
| <version>1.3</version> |
| </dependency> |
| <dependency> |
| <groupId>axis</groupId> |
| <artifactId>axis-saaj</artifactId> |
| <version>1.3</version> |
| </dependency> |
| <dependency> |
| <groupId>castor</groupId> |
| <artifactId>castor</artifactId> |
| <version>0.9.5.3</version> |
| </dependency> |
| <dependency> |
| <groupId>cglib</groupId> |
| <artifactId>cglib</artifactId> |
| <version>2.1_3</version> |
| </dependency> |
| <dependency> |
| <groupId>cglib</groupId> |
| <artifactId>cglib-nodep</artifactId> |
| <version>2.1_3</version> |
| </dependency> |
| <dependency> |
| <groupId>classworlds</groupId> |
| <artifactId>classworlds</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-attributes</groupId> |
| <artifactId>commons-attributes-api</artifactId> |
| <version>2.1</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-beanutils</groupId> |
| <artifactId>commons-beanutils-core</artifactId> |
| <version>1.8.2</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-beanutils</groupId> |
| <artifactId>commons-beanutils</artifactId> |
| <version>1.8.2</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-codec</groupId> |
| <artifactId>commons-codec</artifactId> |
| <version>1.3</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-collections</groupId> |
| <artifactId>commons-collections</artifactId> |
| <version>3.2.1</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-discovery</groupId> |
| <artifactId>commons-discovery</artifactId> |
| <version>0.2</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-el</groupId> |
| <artifactId>commons-el</artifactId> |
| <version>1.0</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-httpclient</groupId> |
| <artifactId>commons-httpclient</artifactId> |
| <version>3.1</version> |
| <exclusions> |
| <exclusion> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>commons-io</groupId> |
| <artifactId>commons-io</artifactId> |
| <version>1.4</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-lang</groupId> |
| <artifactId>commons-lang</artifactId> |
| <version>2.4</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-net</groupId> |
| <artifactId>commons-net</artifactId> |
| <version>1.4.1</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-pool</groupId> |
| <artifactId>commons-pool</artifactId> |
| <version>1.5.4</version> |
| <exclusions> |
| <exclusion> |
| <groupId>xerces</groupId> |
| <artifactId>xerces</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>commons-primitives</groupId> |
| <artifactId>commons-primitives</artifactId> |
| <version>1.0</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-vfs</groupId> |
| <artifactId>commons-vfs</artifactId> |
| <version>1.0</version> |
| </dependency> |
| <dependency> |
| <groupId>concurrent</groupId> |
| <artifactId>concurrent</artifactId> |
| <version>1.3.4</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.derby</groupId> |
| <artifactId>derby</artifactId> |
| <version>${derby-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>drools</groupId> |
| <artifactId>drools-all-jdk1.4</artifactId> |
| <version>2.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.drools</groupId> |
| <artifactId>drools-core</artifactId> |
| <version>5.1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-annotation_1.0_spec</artifactId> |
| <version>${geronimo-annotation-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jaxws-2.2_spec</artifactId> |
| <version>${geronimo-jaxws-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-common</artifactId> |
| <version>${geronimo-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-connector</artifactId> |
| <version>${geronimo-connector-version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-kernel</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-system</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-security</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-core</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-j2ee</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-common</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-management</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-naming</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-deployment</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-core</artifactId> |
| <version>${geronimo-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-deployment</artifactId> |
| <version>${geronimo-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-j2ee</artifactId> |
| <version>${geronimo-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-kernel</artifactId> |
| <version>${geronimo-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-security</artifactId> |
| <version>${geronimo-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-system</artifactId> |
| <version>${geronimo-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-transaction</artifactId> |
| <version>${geronimo-transaction-version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-j2ee</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>geronimo-core</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-activation_1.0.2_spec</artifactId> |
| <version>1.2</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-ejb_2.1_spec</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId> |
| <version>2.0.0</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jaxrpc_1.1_spec</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-j2ee-management_1.0_spec</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jms_1.1_spec</artifactId> |
| <version>1.1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-saaj_1.1_spec</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jta_1.0.1B_spec</artifactId> |
| <version>1.1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-servlet_2.4_spec</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-servlet_3.0_spec</artifactId> |
| <version>1.0</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-qname_1.1_spec</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-javamail_1.3.1_spec</artifactId> |
| <version>1.2</version> |
| </dependency> |
| <dependency> |
| <groupId>groovy</groupId> |
| <artifactId>groovy-all-1.0-jsr</artifactId> |
| <version>04</version> |
| </dependency> |
| <dependency> |
| <groupId>hsqldb</groupId> |
| <artifactId>hsqldb</artifactId> |
| <version>1.7.3.3</version> |
| </dependency> |
| <dependency> |
| <groupId>janino</groupId> |
| <artifactId>janino</artifactId> |
| <version>2.3.2</version> |
| </dependency> |
| <dependency> |
| <groupId>jaxen</groupId> |
| <artifactId>jaxen</artifactId> |
| <version>1.1-beta-9</version> |
| <exclusions> |
| <exclusion> |
| <groupId>jaxme</groupId> |
| <artifactId>jaxme-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>dom4j</groupId> |
| <artifactId>dom4j</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>xom</groupId> |
| <artifactId>xom</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>jdom</groupId> |
| <artifactId>jdom</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>xerces</groupId> |
| <artifactId>xmlParserAPIs</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>dom4j</groupId> |
| <artifactId>dom4j</artifactId> |
| <version>1.6.1</version> |
| <exclusions> |
| <exclusion> |
| <groupId>jaxme</groupId> |
| <artifactId>jaxme-api</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>jdom</groupId> |
| <artifactId>jdom</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.jencks</groupId> |
| <artifactId>jencks</artifactId> |
| <version>${jencks-version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>jencks</groupId> |
| <artifactId>xapool-without-pool</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.mortbay.jetty</groupId> |
| <artifactId>jetty</artifactId> |
| <version>${jetty-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.mortbay.jetty</groupId> |
| <artifactId>jetty-util</artifactId> |
| <version>${jetty-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.mortbay.jetty</groupId> |
| <artifactId>jetty-management</artifactId> |
| <version>${jetty-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.mortbay.jetty</groupId> |
| <artifactId>servlet-api-2.5</artifactId> |
| <version>${jetty-servlet-api-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>javax.servlet</groupId> |
| <artifactId>jstl</artifactId> |
| <version>1.1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <version>4.7</version> |
| </dependency> |
| <dependency> |
| <groupId>org.logicblaze.lingo</groupId> |
| <artifactId>lingo</artifactId> |
| <version>1.3</version> |
| <exclusions> |
| <exclusion> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-transaction</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-connector</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>concurrent</groupId> |
| <artifactId>concurrent</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>cglib</groupId> |
| <artifactId>cglib-full</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>aopalliance</groupId> |
| <artifactId>aopalliance</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>geronimo-spec</groupId> |
| <artifactId>geronimo-spec-jms</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>geronimo-spec</groupId> |
| <artifactId>geronimo-spec-jta</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>geronimo-spec</groupId> |
| <artifactId>geronimo-spec-j2ee-management</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>geronimo-spec</groupId> |
| <artifactId>geronimo-spec-j2ee-connector</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>incubator-activemq</groupId> |
| <artifactId>activemq-core</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>incubator-activemq</groupId> |
| <artifactId>activeio-core</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>incubator-activemq</groupId> |
| <artifactId>activemq-ra</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>jencks</groupId> |
| <artifactId>jencks-all</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>xmlpull</groupId> |
| <artifactId>xmlpull</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>hsqldb</groupId> |
| <artifactId>hsqldb</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>backport175</groupId> |
| <artifactId>backport175</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>log4j</groupId> |
| <artifactId>log4j</artifactId> |
| <version>1.2.16</version> |
| </dependency> |
| <dependency> |
| <groupId>mx4j</groupId> |
| <artifactId>mx4j</artifactId> |
| <version>3.0.1</version> |
| </dependency> |
| <dependency> |
| <groupId>mx4j</groupId> |
| <artifactId>mx4j-remote</artifactId> |
| <version>3.0.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.pluto</groupId> |
| <artifactId>pluto</artifactId> |
| <version>1.0.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.pluto</groupId> |
| <artifactId>pluto-descriptors</artifactId> |
| <version>1.0.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.pluto</groupId> |
| <artifactId>pluto-portal</artifactId> |
| <version>1.0.1</version> |
| </dependency> |
| <dependency> |
| <groupId>portlet-api</groupId> |
| <artifactId>portlet-api</artifactId> |
| <version>1.0</version> |
| </dependency> |
| <dependency> |
| <groupId>quartz</groupId> |
| <artifactId>quartz</artifactId> |
| <version>1.5.2</version> |
| </dependency> |
| <dependency> |
| <groupId>org.quartz-scheduler</groupId> |
| <artifactId>quartz</artifactId> |
| <version>1.8.3</version> |
| </dependency> |
| <dependency> |
| <groupId>rome</groupId> |
| <artifactId>rome</artifactId> |
| <version>1.0</version> |
| </dependency> |
| |
| <!-- Spring Framework --> |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-aop</artifactId> |
| <version>${spring-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-asm</artifactId> |
| <version>${spring-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-beans</artifactId> |
| <version>${spring-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-core</artifactId> |
| <version>${spring-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-context</artifactId> |
| <version>${spring-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-expression</artifactId> |
| <version>${spring-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-jms</artifactId> |
| <version>${spring-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-tx</artifactId> |
| <version>${spring-version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>javax.xml.stream</groupId> |
| <artifactId>stax-api</artifactId> |
| <version>1.0-2</version> |
| </dependency> |
| <dependency> |
| <groupId>taglibs</groupId> |
| <artifactId>standard</artifactId> |
| <version>1.1.2</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.woodstox</groupId> |
| <artifactId>woodstox-core-asl</artifactId> |
| <version>${woodstox-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.woodstox</groupId> |
| <artifactId>stax2-api</artifactId> |
| <version>${woodstox.stax2api.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>wsdl4j</groupId> |
| <artifactId>wsdl4j</artifactId> |
| <version>${wsdl4j-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>xalan</groupId> |
| <artifactId>xalan</artifactId> |
| <version>2.7.0</version> |
| <exclusions> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.xbean</groupId> |
| <artifactId>xbean-spring</artifactId> |
| <version>${xbean-version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.xbean</groupId> |
| <artifactId>xbean-classloader</artifactId> |
| <version>${xbean-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>xerces</groupId> |
| <artifactId>xercesImpl</artifactId> |
| <version>2.8.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.xfire</groupId> |
| <artifactId>xfire-all</artifactId> |
| <version>${xfire-version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>javax.mail</groupId> |
| <artifactId>mail</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>jetty</groupId> |
| <artifactId>org.mortbay.jetty</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>xfire</groupId> |
| <artifactId>jaxb-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>jaxb</groupId> |
| <artifactId>jaxb-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>xfire</groupId> |
| <artifactId>jaxb-impl</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>jaxb</groupId> |
| <artifactId>jaxb-impl</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>xfire</groupId> |
| <artifactId>sun-saaj-impl</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>xfire</groupId> |
| <artifactId>sun-saaj-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>xfire</groupId> |
| <artifactId>sun-jaxws-api</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>xfire</groupId> |
| <artifactId>jaxb-xjc</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.xml</groupId> |
| <artifactId>jsr173</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.xfire</groupId> |
| <artifactId>xfire-jaxb2</artifactId> |
| <version>${xfire-version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>httpunit</groupId> |
| <artifactId>httpunit</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>jetty</groupId> |
| <artifactId>org.mortbay.jetty</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>commons-httpclient</groupId> |
| <artifactId>commons-httpclient</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.mail</groupId> |
| <artifactId>mail</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.activation</groupId> |
| <artifactId>activation</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>ant</groupId> |
| <artifactId>ant</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>commons-beanutils</groupId> |
| <artifactId>commons-beanutils</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>qdox</groupId> |
| <artifactId>qdox</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>com.sun.xml.bind</groupId> |
| <artifactId>jaxb-xjc</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.xfire</groupId> |
| <artifactId>xfire-xmlbeans</artifactId> |
| <version>${xfire-version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>httpunit</groupId> |
| <artifactId>httpunit</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>jetty</groupId> |
| <artifactId>org.mortbay.jetty</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>commons-httpclient</groupId> |
| <artifactId>commons-httpclient</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.mail</groupId> |
| <artifactId>mail</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>javax.activation</groupId> |
| <artifactId>activation</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>ant</groupId> |
| <artifactId>ant</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>commons-beanutils</groupId> |
| <artifactId>commons-beanutils</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>qdox</groupId> |
| <artifactId>qdox</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.xfire</groupId> |
| <artifactId>xfire-spring</artifactId> |
| <version>${xfire-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.xfire</groupId> |
| <artifactId>xfire-aegis</artifactId> |
| <version>${xfire-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.codehaus.xfire</groupId> |
| <artifactId>xfire-core</artifactId> |
| <version>${xfire-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>xml-apis</groupId> |
| <artifactId>xml-apis</artifactId> |
| <version>1.3.04</version> |
| </dependency> |
| <dependency> |
| <groupId>xerces</groupId> |
| <artifactId>xmlParserAPIs</artifactId> |
| <version>2.2.1</version> |
| </dependency> |
| <dependency> |
| <groupId>xmlbeans</groupId> |
| <artifactId>xbean</artifactId> |
| <version>2.1.0</version> |
| </dependency> |
| <dependency> |
| <groupId>xmlbeans</groupId> |
| <artifactId>xmlpublic</artifactId> |
| <version>2.1.0</version> |
| </dependency> |
| <dependency> |
| <groupId>com.thoughtworks.xstream</groupId> |
| <artifactId>xstream</artifactId> |
| <version>1.3</version> |
| <exclusions> |
| <exclusion> |
| <!-- xom is an optional dependency of xstream. Its also |
| LGPL, so its really not ASF compatible. --> |
| <groupId>xom</groupId> |
| <artifactId>xom</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ws.commons.schema</groupId> |
| <artifactId>XmlSchema</artifactId> |
| <version>1.3.2</version> |
| </dependency> |
| <dependency> |
| <groupId>lucene</groupId> |
| <artifactId>lucene</artifactId> |
| <version>1.4.3</version> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-jcl</artifactId> |
| <version>${slf4j-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-api</artifactId> |
| <version>${slf4j-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-simple</artifactId> |
| <version>${slf4j-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-log4j12</artifactId> |
| <version>${slf4j-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>tranql</groupId> |
| <artifactId>tranql-connector</artifactId> |
| <version>1.1</version> |
| <exclusions> |
| <exclusion> |
| <groupId>axion</groupId> |
| <artifactId>axion</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>geronimo-spec</groupId> |
| <artifactId>geronimo-spec-jta</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>geronimo-spec</groupId> |
| <artifactId>geronimo-spec-j2ee-connector</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.ws.security</groupId> |
| <artifactId>wss4j</artifactId> |
| <version>1.5.8</version> |
| </dependency> |
| <dependency> |
| <groupId>bouncycastle</groupId> |
| <artifactId>bcprov-jdk15</artifactId> |
| <version>140</version> |
| </dependency> |
| <dependency> |
| <groupId>org.opensaml</groupId> |
| <artifactId>opensaml</artifactId> |
| <version>1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>xml-security</groupId> |
| <artifactId>xmlsec</artifactId> |
| <version>1.3.0</version> |
| </dependency> |
| <dependency> |
| <groupId>org.objectweb.howl</groupId> |
| <artifactId>howl</artifactId> |
| <version>1.0.1-1</version> |
| </dependency> |
| <dependency> |
| <groupId>msv</groupId> |
| <artifactId>msv</artifactId> |
| <version>${msv-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>oro</groupId> |
| <artifactId>oro</artifactId> |
| <version>${oro-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>opensymphony</groupId> |
| <artifactId>sitemesh</artifactId> |
| <version>${sitemesh-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>commons-fileupload</groupId> |
| <artifactId>commons-fileupload</artifactId> |
| <version>${commons-fileupload-version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.woden</groupId> |
| <artifactId>woden</artifactId> |
| <version>${woden-version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.apache.ws.commons.axiom</groupId> |
| <artifactId>axiom-impl</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>org.apache.ws.commons</groupId> |
| <artifactId>XmlSchema</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.easymock</groupId> |
| <artifactId>easymock</artifactId> |
| <version>2.0</version> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| |
| <distributionManagement> |
| <site> |
| <id>servicemix</id> |
| <url>scpexe://people.apache.org/www/servicemix.apache.org/dist/servicemix-${project.version}/site</url> |
| </site> |
| </distributionManagement> |
| |
| <build> |
| <defaultGoal>install</defaultGoal> |
| <resources> |
| <resource> |
| <directory>src/main/resources</directory> |
| <includes> |
| <include>**/*</include> |
| </includes> |
| </resource> |
| <resource> |
| <directory>target/generated</directory> |
| <includes> |
| <include>**/*</include> |
| </includes> |
| </resource> |
| </resources> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.servicemix</groupId> |
| <artifactId>servicemix-build</artifactId> |
| <version>${servicemix-build-version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-assembly-plugin</artifactId> |
| <version>${mavenAssemblyPluginVersion}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-checkstyle-plugin</artifactId> |
| <version>2.2</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-plugin</artifactId> |
| <version>2.4.2</version> |
| <configuration> |
| <useFile>true</useFile> |
| <forkMode>once</forkMode> |
| <childDelegation>false</childDelegation> |
| <argLine>-Xmx512M</argLine> |
| <!--<redirectTestOutputToFile>true</redirectTestOutputToFile>--> |
| <workingDirectory>${basedir}</workingDirectory> |
| <systemProperties> |
| <property> |
| <name>log4j.configuration</name> |
| <value>log4j-tests.properties</value> |
| </property> |
| </systemProperties> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.servicemix.tooling</groupId> |
| <artifactId>jbi-maven-plugin</artifactId> |
| <version>${jbi-plugin-version}</version> |
| <extensions>true</extensions> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-war-plugin</artifactId> |
| <version>2.1.1</version> |
| <configuration> |
| <warSourceDirectory>src/webapp/</warSourceDirectory> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jar-plugin</artifactId> |
| <version>2.1</version> |
| <configuration> |
| <archive> |
| <manifest> |
| <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> |
| <addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
| </manifest> |
| </archive> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.xbean</groupId> |
| <artifactId>maven-xbean-plugin</artifactId> |
| <version>${xbean-version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.mortbay.jetty</groupId> |
| <artifactId>maven-jetty-plugin</artifactId> |
| <version>${jetty-version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <configuration> |
| <source>1.5</source> |
| <target>1.5</target> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-eclipse-plugin</artifactId> |
| <version>2.8</version> |
| <configuration> |
| <buildcommands> |
| <java.lang.String>org.eclipse.jdt.core.javabuilder</java.lang.String> |
| <java.lang.String>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</java.lang.String> |
| <java.lang.String>net.sourceforge.pmd.runtime.pmdBuilder</java.lang.String> |
| </buildcommands> |
| <projectnatures> |
| <nature>org.eclipse.jdt.core.javanature</nature> |
| <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> |
| <nature>net.sourceforge.pmd.runtime.pmdNature</nature> |
| </projectnatures> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>xmlbeans-maven-plugin</artifactId> |
| <version>2.3.3</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-release-plugin</artifactId> |
| <version>2.0-beta-9</version> |
| <configuration> |
| <useReleaseProfile>false</useReleaseProfile> |
| <preparationGoals>clean install</preparationGoals> |
| <goals>deploy</goals> |
| <arguments>-Prelease,deploy</arguments> |
| <autoVersionSubmodules>true</autoVersionSubmodules> |
| </configuration> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| <plugins> |
| </plugins> |
| </build> |
| <reporting> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <version>2.2</version> |
| <configuration> |
| <minmemory>128m</minmemory> |
| <maxmemory>512</maxmemory> |
| <breakiterator>true</breakiterator> |
| <quiet>true</quiet> |
| <verbose>false</verbose> |
| <source>1.5</source> |
| <!-- |
| FIXME: This worked in m1, but m2 complains about it being an invalid flag |
| |
| <additionalparam>-J-Djava.awt.headless=true</additionalparam> |
| --> |
| <linksource>true</linksource> |
| <links> |
| <!-- JSE --> |
| <link>http://java.sun.com/j2se/1.5.0/docs/api/</link> |
| <link>http://java.sun.com/j2se/1.4.2/docs/api/</link> |
| <link>http://java.sun.com/j2se/1.3/docs/api/</link> |
| |
| <!-- JEE --> |
| <link>http://java.sun.com/j2ee/1.4/docs/api/</link> |
| <link>http://java.sun.com/j2ee/sdk_1.3/techdocs/api/</link> |
| |
| <!-- Libraries --> |
| <link>http://jakarta.apache.org/commons/collections/apidocs</link> |
| <link>http://jakarta.apache.org/commons/logging/apidocs/</link> |
| <link>http://www.junit.org/junit/javadoc/</link> |
| <link>http://logging.apache.org/log4j/docs/api/</link> |
| <link>http://jakarta.apache.org/regexp/apidocs/</link> |
| <link>http://jakarta.apache.org/velocity/api/</link> |
| </links> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jxr-plugin</artifactId> |
| <version>2.0</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-report-plugin</artifactId> |
| <version>2.0</version> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>cobertura-maven-plugin</artifactId> |
| <version>2.1</version> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>findbugs-maven-plugin</artifactId> |
| <version>1.0.0</version> |
| </plugin> |
| </plugins> |
| </reporting> |
| </project> |