Modified: incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-bpe-su/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-bpe-su/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-bpe-su/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-bpe-su/pom.xml Tue Jan 30 05:10:55 2007 @@ -1,52 +1,52 @@ -<?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 - 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.samples</groupId> - <artifactId>loan-broker</artifactId> - <version>3.2-incubating-SNAPSHOT</version> - </parent> - - <groupId>org.apache.servicemix.samples.loan-broker</groupId> - <artifactId>loan-broker-bpe-su</artifactId> - <packaging>jbi-service-unit</packaging> - <name>ServiceMix :: Samples :: Loan Broker :: BPE</name> - - <dependencies> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-bpe</artifactId> - <version>3.2-incubating-SNAPSHOT</version> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.servicemix.tooling</groupId> - <artifactId>jbi-maven-plugin</artifactId> - <extensions>true</extensions> - </plugin> - </plugins> - </build> -</project> +<?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 + 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.samples</groupId> + <artifactId>loan-broker</artifactId> + <version>3.1.1-incubating-SNAPSHOT</version> + </parent> + + <groupId>org.apache.servicemix.samples.loan-broker</groupId> + <artifactId>loan-broker-bpe-su</artifactId> + <packaging>jbi-service-unit</packaging> + <name>ServiceMix :: Samples :: Loan Broker :: BPE</name> + + <dependencies> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-bpe</artifactId> + <version>3.1.1-incubating-SNAPSHOT</version> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.servicemix.tooling</groupId> + <artifactId>jbi-maven-plugin</artifactId> + <extensions>true</extensions> + </plugin> + </plugins> + </build> +</project>
Modified: incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-jms-su/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-jms-su/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-jms-su/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-jms-su/pom.xml Tue Jan 30 05:10:55 2007 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>loan-broker</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.samples.loan-broker</groupId> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-jms</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </dependency> </dependencies> Modified: incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-lw-su/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-lw-su/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-lw-su/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-lw-su/pom.xml Tue Jan 30 05:10:55 2007 @@ -1,69 +1,69 @@ -<?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 - 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.samples</groupId> - <artifactId>loan-broker</artifactId> - <version>3.2-incubating-SNAPSHOT</version> - </parent> - - <groupId>org.apache.servicemix.samples.loan-broker</groupId> - <artifactId>loan-broker-lw-su</artifactId> - <packaging>jbi-service-unit</packaging> - <name>ServiceMix :: Samples :: Loan Broker :: LwContainer</name> - - <dependencies> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-lwcontainer</artifactId> - <version>3.2-incubating-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-components</artifactId> - <version>3.2-incubating-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-core</artifactId> - <version>3.2-incubating-SNAPSHOT</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-jms_1.1_spec</artifactId> - <version>1.0.1</version> - <scope>provided</scope> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.servicemix.tooling</groupId> - <artifactId>jbi-maven-plugin</artifactId> - <extensions>true</extensions> - </plugin> - </plugins> - </build> -</project> +<?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 + 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.samples</groupId> + <artifactId>loan-broker</artifactId> + <version>3.1.1-incubating-SNAPSHOT</version> + </parent> + + <groupId>org.apache.servicemix.samples.loan-broker</groupId> + <artifactId>loan-broker-lw-su</artifactId> + <packaging>jbi-service-unit</packaging> + <name>ServiceMix :: Samples :: Loan Broker :: LwContainer</name> + + <dependencies> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-lwcontainer</artifactId> + <version>3.1.1-incubating-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-components</artifactId> + <version>3.1.1-incubating-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-core</artifactId> + <version>3.1.1-incubating-SNAPSHOT</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jms_1.1_spec</artifactId> + <version>1.0.1</version> + <scope>provided</scope> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.servicemix.tooling</groupId> + <artifactId>jbi-maven-plugin</artifactId> + <extensions>true</extensions> + </plugin> + </plugins> + </build> +</project> Modified: incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-sa/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-sa/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-sa/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/loan-broker-sa/pom.xml Tue Jan 30 05:10:55 2007 @@ -1,63 +1,63 @@ -<?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 - 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.samples</groupId> - <artifactId>loan-broker</artifactId> - <version>3.2-incubating-SNAPSHOT</version> - </parent> - - <groupId>org.apache.servicemix.samples.loan-broker</groupId> - <artifactId>loan-broker-sa</artifactId> - <packaging>jbi-service-assembly</packaging> - <name>ServiceMix :: Samples :: Loan Broker :: SA</name> - - <dependencies> - <dependency> - <groupId>org.apache.servicemix.samples.loan-broker</groupId> - <artifactId>loan-broker-bpe-su</artifactId> - <version>3.2-incubating-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix.samples.loan-broker</groupId> - <artifactId>loan-broker-lw-su</artifactId> - <version>3.2-incubating-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.servicemix.samples.loan-broker</groupId> - <artifactId>loan-broker-jms-su</artifactId> - <version>3.2-incubating-SNAPSHOT</version> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.servicemix.tooling</groupId> - <artifactId>jbi-maven-plugin</artifactId> - <extensions>true</extensions> - </plugin> - </plugins> - </build> - -</project> +<?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 + 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.samples</groupId> + <artifactId>loan-broker</artifactId> + <version>3.1.1-incubating-SNAPSHOT</version> + </parent> + + <groupId>org.apache.servicemix.samples.loan-broker</groupId> + <artifactId>loan-broker-sa</artifactId> + <packaging>jbi-service-assembly</packaging> + <name>ServiceMix :: Samples :: Loan Broker :: SA</name> + + <dependencies> + <dependency> + <groupId>org.apache.servicemix.samples.loan-broker</groupId> + <artifactId>loan-broker-bpe-su</artifactId> + <version>3.1.1-incubating-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix.samples.loan-broker</groupId> + <artifactId>loan-broker-lw-su</artifactId> + <version>3.1.1-incubating-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.servicemix.samples.loan-broker</groupId> + <artifactId>loan-broker-jms-su</artifactId> + <version>3.1.1-incubating-SNAPSHOT</version> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.servicemix.tooling</groupId> + <artifactId>jbi-maven-plugin</artifactId> + <extensions>true</extensions> + </plugin> + </plugins> + </build> + +</project> Modified: incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/pom.xml Tue Jan 30 05:10:55 2007 @@ -1,82 +1,82 @@ -<?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 - 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>samples</artifactId> - <version>3.2-incubating-SNAPSHOT</version> - </parent> - - <groupId>org.apache.servicemix.samples</groupId> - <artifactId>loan-broker</artifactId> - <name>ServiceMix :: Samples :: Loan Broker</name> - <packaging>pom</packaging> - - <!-- Add ServiceMix repository --> - <pluginRepositories> - <pluginRepository> - <id>apache.incubating</id> - <name>Apache Incubating Repository</name> - <url>http://people.apache.org/repo/m2-incubating-repository</url> - </pluginRepository> - </pluginRepositories> - <repositories> - <repository> - <id>apache.incubating</id> - <name>Apache Incubating Repository</name> - <url>http://people.apache.org/repo/m2-incubating-repository</url> - </repository> - </repositories> - - <modules> - <module>loan-broker-lw-su</module> - <module>loan-broker-bpe-su</module> - <module>loan-broker-jms-su</module> - <module>loan-broker-sa</module> - </modules> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-assembly-plugin</artifactId> - <version>2.1</version> - <inherited>false</inherited> - <executions> - <execution> - <id>src</id> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - <configuration> - <descriptors> - <descriptor>src/main/assembly/src.xml</descriptor> - </descriptors> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> +<?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 + 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>samples</artifactId> + <version>3.1.1-incubating-SNAPSHOT</version> + </parent> + + <groupId>org.apache.servicemix.samples</groupId> + <artifactId>loan-broker</artifactId> + <name>ServiceMix :: Samples :: Loan Broker</name> + <packaging>pom</packaging> + + <!-- Add ServiceMix repository --> + <pluginRepositories> + <pluginRepository> + <id>apache.incubating</id> + <name>Apache Incubating Repository</name> + <url>http://people.apache.org/repo/m2-incubating-repository</url> + </pluginRepository> + </pluginRepositories> + <repositories> + <repository> + <id>apache.incubating</id> + <name>Apache Incubating Repository</name> + <url>http://people.apache.org/repo/m2-incubating-repository</url> + </repository> + </repositories> + + <modules> + <module>loan-broker-lw-su</module> + <module>loan-broker-bpe-su</module> + <module>loan-broker-jms-su</module> + <module>loan-broker-sa</module> + </modules> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-assembly-plugin</artifactId> + <version>2.1</version> + <inherited>false</inherited> + <executions> + <execution> + <id>src</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + <configuration> + <descriptors> + <descriptor>src/main/assembly/src.xml</descriptor> + </descriptors> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> Modified: incubator/servicemix/branches/servicemix-3.1/samples/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/samples/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/samples/pom.xml Tue Jan 30 05:10:55 2007 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix</groupId> Modified: incubator/servicemix/branches/servicemix-3.1/samples/servicemix-web/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/servicemix-web/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/samples/servicemix-web/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/samples/servicemix-web/pom.xml Tue Jan 30 05:10:55 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>samples</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.samples</groupId> Modified: incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/pom.xml Tue Jan 30 05:10:55 2007 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>samples</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.samples</groupId> Modified: incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/wsdl-first-http-su/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/wsdl-first-http-su/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/wsdl-first-http-su/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/wsdl-first-http-su/pom.xml Tue Jan 30 05:10:55 2007 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>wsdl-first</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.samples.wsdl-first</groupId> @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-http</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </dependency> </dependencies> Modified: incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml Tue Jan 30 05:10:55 2007 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>wsdl-first</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.samples.wsdl-first</groupId> Modified: incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/wsdl-first-sa/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/wsdl-first-sa/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/wsdl-first-sa/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/wsdl-first-sa/pom.xml Tue Jan 30 05:10:55 2007 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix.samples</groupId> <artifactId>wsdl-first</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.samples.wsdl-first</groupId> @@ -35,12 +35,12 @@ <dependency> <groupId>org.apache.servicemix.samples.wsdl-first</groupId> <artifactId>wsdl-first-jsr181-su</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.servicemix.samples.wsdl-first</groupId> <artifactId>wsdl-first-http-su</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </dependency> </dependencies> Modified: incubator/servicemix/branches/servicemix-3.1/servicemix-itests/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/servicemix-itests/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/servicemix-itests/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/servicemix-itests/pom.xml Tue Jan 30 05:10:55 2007 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </parent> <artifactId>servicemix-itests</artifactId> Modified: incubator/servicemix/branches/servicemix-3.1/tooling/jbi-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/tooling/jbi-maven-plugin/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/tooling/jbi-maven-plugin/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/tooling/jbi-maven-plugin/pom.xml Tue Jan 30 05:10:55 2007 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>tooling</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </parent> <artifactId>jbi-maven-plugin</artifactId> @@ -58,12 +58,12 @@ <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-core</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-common</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> Modified: incubator/servicemix/branches/servicemix-3.1/tooling/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/tooling/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/tooling/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/tooling/pom.xml Tue Jan 30 05:10:55 2007 @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>tooling</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> <name>ServiceMix :: Tooling</name> <url>http://servicemix.org</url> <packaging>pom</packaging> Modified: incubator/servicemix/branches/servicemix-3.1/tooling/xfire-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/tooling/xfire-maven-plugin/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/tooling/xfire-maven-plugin/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/tooling/xfire-maven-plugin/pom.xml Tue Jan 30 05:10:55 2007 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>tooling</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </parent> <artifactId>xfire-maven-plugin</artifactId> Modified: incubator/servicemix/branches/servicemix-3.1/web/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/web/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/web/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/web/pom.xml Tue Jan 30 05:10:55 2007 @@ -1,68 +1,68 @@ -<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</groupId> - <artifactId>servicemix</artifactId> - <version>3.2-incubating-SNAPSHOT</version> - </parent> - - <groupId>org.apache.servicemix</groupId> - <artifactId>web</artifactId> - <version>3.2-incubating-SNAPSHOT</version> - <name>ServiceMix :: Web Apps</name> - <packaging>pom</packaging> - - <modules> - <module>servicemix-console</module> - <module>servicemix-web-console</module> - </modules> - - <build> - <plugins> - <plugin> - <groupId>org.apache.servicemix</groupId> - <artifactId>build</artifactId> - <version>${servicemix-version}</version> - <executions> - <execution> - <goals> - <goal>copy</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>build</artifactId> - <version>3.1-incubating-SNAPSHOT</version> - </dependency> - </dependencies> - </plugin> - </plugins> - </build> - +<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</groupId> + <artifactId>servicemix</artifactId> + <version>3.1.1-incubating-SNAPSHOT</version> + </parent> + + <groupId>org.apache.servicemix</groupId> + <artifactId>web</artifactId> + <version>3.1.1-incubating-SNAPSHOT</version> + <name>ServiceMix :: Web Apps</name> + <packaging>pom</packaging> + + <modules> + <module>servicemix-console</module> + <module>servicemix-web-console</module> + </modules> + + <build> + <plugins> + <plugin> + <groupId>org.apache.servicemix</groupId> + <artifactId>build</artifactId> + <version>${servicemix-version}</version> + <executions> + <execution> + <goals> + <goal>copy</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <dependencies> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>build</artifactId> + <version>3.1-incubating-SNAPSHOT</version> + </dependency> + </dependencies> + </plugin> + </plugins> + </build> + </project> Modified: incubator/servicemix/branches/servicemix-3.1/web/servicemix-console/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/web/servicemix-console/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/web/servicemix-console/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/web/servicemix-console/pom.xml Tue Jan 30 05:10:55 2007 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix</artifactId> - <version>3.2-incubating-SNAPSHOT</version> + <version>3.1.1-incubating-SNAPSHOT</version> </parent> <artifactId>servicemix-console</artifactId> Modified: incubator/servicemix/branches/servicemix-3.1/web/servicemix-web-console/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/web/servicemix-web-console/pom.xml?view=diff&rev=501395&r1=501394&r2=501395 ============================================================================== --- incubator/servicemix/branches/servicemix-3.1/web/servicemix-web-console/pom.xml (original) +++ incubator/servicemix/branches/servicemix-3.1/web/servicemix-web-console/pom.xml Tue Jan 30 05:10:55 2007 @@ -1,239 +1,239 @@ -<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</groupId> - <artifactId>servicemix</artifactId> - <version>3.2-incubating-SNAPSHOT</version> - </parent> - - <artifactId>servicemix-web-console</artifactId> - <packaging>war</packaging> - <name>ServiceMix :: Web Console</name> - - <dependencies> - - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-core</artifactId> - <exclusions> - <exclusion> - <groupId>org.apache.geronimo.modules</groupId> - <artifactId>geronimo-transaction</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.geronimo.modules</groupId> - <artifactId>geronimo-connector</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-jms_1.1_spec</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-jta_1.0.1B_spec</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-j2ee-management_1.0_spec</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-qname_1.1_spec</artifactId> - </exclusion> - <exclusion> - <groupId>stax</groupId> - <artifactId>stax-api</artifactId> - </exclusion> - <exclusion> - <groupId>org.jencks</groupId> - <artifactId>jencks</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.xbean</groupId> - <artifactId>xbean-server</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.xbean</groupId> - <artifactId>xbean-kernel</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.xbean</groupId> - <artifactId>xbean-naming</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.activemq</groupId> - <artifactId>activemq-core</artifactId> - </exclusion> - <exclusion> - <groupId>wsdl4j</groupId> - <artifactId>wsdl4j</artifactId> - </exclusion> - <exclusion> - <groupId>xstream</groupId> - <artifactId>xstream</artifactId> - </exclusion> - <exclusion> - <groupId>jaxen</groupId> - <artifactId>jaxen</artifactId> - </exclusion> - <exclusion> - <groupId>hsqldb</groupId> - <artifactId>hsqldb</artifactId> - </exclusion> - <exclusion> - <groupId>woodstox</groupId> - <artifactId>wstx-asl</artifactId> - </exclusion> - <exclusion> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - </exclusion> - <exclusion> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - </exclusion> - <exclusion> - <groupId>mx4j</groupId> - <artifactId>mx4j</artifactId> - </exclusion> - <exclusion> - <groupId>mx4j</groupId> - <artifactId>mx4j-remote</artifactId> - </exclusion> - <exclusion> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.servicemix</groupId> - <artifactId>servicemix-audit</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-webmvc</artifactId> - <version>${spring-version}</version> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - <version>${spring-version}</version> - </dependency> - - <dependency> - <groupId>org.mortbay.jetty</groupId> - <artifactId>servlet-api-2.5</artifactId> - <scope>provided</scope> - </dependency> - - <!-- web container --> - <dependency> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jetty</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jetty-util</artifactId> - <scope>test</scope> - </dependency> - - <!-- SiteMesh for layout --> - <dependency> - <groupId>opensymphony</groupId> - <artifactId>sitemesh</artifactId> - </dependency> - - <!-- JSTL support --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jstl</artifactId> - </dependency> - <dependency> - <groupId>taglibs</groupId> - <artifactId>standard</artifactId> - </dependency> - - <!-- File upload --> - <dependency> - <groupId>commons-fileupload</groupId> - <artifactId>commons-fileupload</artifactId> - </dependency> - - </dependencies> - <build> - <plugins> - <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-war-plugin</artifactId> - <configuration> - <warSourceDirectory>src/main/webapp/</warSourceDirectory> - </configuration> - </plugin> - <plugin> - <groupId>org.mortbay.jetty</groupId> - <artifactId>maven-jetty-plugin</artifactId> - <version>${jetty-version}</version> - <configuration> - <connectors> - <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector"> - <port>${jetty.port}</port> - <maxIdleTime>60000</maxIdleTime> - </connector> - </connectors> - <systemProperties> - <!-- enable easy connection to JConsole --> - <systemProperty> - <name>com.sun.management.jmxremote</name> - <value /> - </systemProperty> - </systemProperties> - <scanIntervalSeconds>10</scanIntervalSeconds> - </configuration> - </plugin> - </plugins> - </build> - - <properties> - <jetty.port>8080</jetty.port> - <topDirectoryLocation>../..</topDirectoryLocation> - </properties> - +<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</groupId> + <artifactId>servicemix</artifactId> + <version>3.1.1-incubating-SNAPSHOT</version> + </parent> + + <artifactId>servicemix-web-console</artifactId> + <packaging>war</packaging> + <name>ServiceMix :: Web Console</name> + + <dependencies> + + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-core</artifactId> + <exclusions> + <exclusion> + <groupId>org.apache.geronimo.modules</groupId> + <artifactId>geronimo-transaction</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.geronimo.modules</groupId> + <artifactId>geronimo-connector</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jms_1.1_spec</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jta_1.0.1B_spec</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-j2ee-management_1.0_spec</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-qname_1.1_spec</artifactId> + </exclusion> + <exclusion> + <groupId>stax</groupId> + <artifactId>stax-api</artifactId> + </exclusion> + <exclusion> + <groupId>org.jencks</groupId> + <artifactId>jencks</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.xbean</groupId> + <artifactId>xbean-server</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.xbean</groupId> + <artifactId>xbean-kernel</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.xbean</groupId> + <artifactId>xbean-naming</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.activemq</groupId> + <artifactId>activemq-core</artifactId> + </exclusion> + <exclusion> + <groupId>wsdl4j</groupId> + <artifactId>wsdl4j</artifactId> + </exclusion> + <exclusion> + <groupId>xstream</groupId> + <artifactId>xstream</artifactId> + </exclusion> + <exclusion> + <groupId>jaxen</groupId> + <artifactId>jaxen</artifactId> + </exclusion> + <exclusion> + <groupId>hsqldb</groupId> + <artifactId>hsqldb</artifactId> + </exclusion> + <exclusion> + <groupId>woodstox</groupId> + <artifactId>wstx-asl</artifactId> + </exclusion> + <exclusion> + <groupId>xalan</groupId> + <artifactId>xalan</artifactId> + </exclusion> + <exclusion> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + </exclusion> + <exclusion> + <groupId>mx4j</groupId> + <artifactId>mx4j</artifactId> + </exclusion> + <exclusion> + <groupId>mx4j</groupId> + <artifactId>mx4j-remote</artifactId> + </exclusion> + <exclusion> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.servicemix</groupId> + <artifactId>servicemix-audit</artifactId> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-webmvc</artifactId> + <version>${spring-version}</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-aop</artifactId> + <version>${spring-version}</version> + </dependency> + + <dependency> + <groupId>org.mortbay.jetty</groupId> + <artifactId>servlet-api-2.5</artifactId> + <scope>provided</scope> + </dependency> + + <!-- web container --> + <dependency> + <groupId>org.mortbay.jetty</groupId> + <artifactId>jetty</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mortbay.jetty</groupId> + <artifactId>jetty-util</artifactId> + <scope>test</scope> + </dependency> + + <!-- SiteMesh for layout --> + <dependency> + <groupId>opensymphony</groupId> + <artifactId>sitemesh</artifactId> + </dependency> + + <!-- JSTL support --> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>jstl</artifactId> + </dependency> + <dependency> + <groupId>taglibs</groupId> + <artifactId>standard</artifactId> + </dependency> + + <!-- File upload --> + <dependency> + <groupId>commons-fileupload</groupId> + <artifactId>commons-fileupload</artifactId> + </dependency> + + </dependencies> + <build> + <plugins> + <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-war-plugin</artifactId> + <configuration> + <warSourceDirectory>src/main/webapp/</warSourceDirectory> + </configuration> + </plugin> + <plugin> + <groupId>org.mortbay.jetty</groupId> + <artifactId>maven-jetty-plugin</artifactId> + <version>${jetty-version}</version> + <configuration> + <connectors> + <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector"> + <port>${jetty.port}</port> + <maxIdleTime>60000</maxIdleTime> + </connector> + </connectors> + <systemProperties> + <!-- enable easy connection to JConsole --> + <systemProperty> + <name>com.sun.management.jmxremote</name> + <value /> + </systemProperty> + </systemProperties> + <scanIntervalSeconds>10</scanIntervalSeconds> + </configuration> + </plugin> + </plugins> + </build> + + <properties> + <jetty.port>8080</jetty.port> + <topDirectoryLocation>../..</topDirectoryLocation> + </properties> + </project>
