diff --git a/spring-integration-scripting/pom.xml b/spring-integration-scripting/pom.xml new file mode 100644 index 0000000000..3582abbfa0 --- /dev/null +++ b/spring-integration-scripting/pom.xml @@ -0,0 +1,173 @@ + + + 4.0.0 + org.springframework.integration + spring-integration-scripting + 2.1.0.BUILD-SNAPSHOT + Spring Integration Scripting Support + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + src/main/java + + **/* + + + **/*.java + + + + src/main/resources + + **/* + + + + + + src/test/java + + **/* + + + **/*.java + + + + src/test/resources + + **/* + + + + + + maven-compiler-plugin + + 1.5 + 1.5 + + + + maven-surefire-plugin + + + **/*Tests.java + + + **/*Abstract*.java + + + + + + + + SpringSource External Bundle Repository + http://repository.springsource.com/maven/bundles/external/ + + + SpringSource Milestone Repository + http://maven.springframework.org/milestone/ + + + SpringSource Release Bundle Repository + http://repository.springsource.com/maven/bundles/release/ + + + SpringSource Release Repository + http://maven.springframework.org/release/ + + + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + + + org.springframework + spring-test + 3.0.6.RELEASE + test + + + cglib + cglib-nodep + 2.2 + test + + + log4j + log4j + 1.2.12 + test + + + org.python + jython-standalone + 2.5.2 + test + + + org.jruby + jruby + 1.6.3 + test + + + org.easymock + easymock + 2.3 + test + + + org.easymock + easymockclassextension + 2.3 + test + + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + + + org.hamcrest + hamcrest-all + 1.1 + test + + + org.codehaus.groovy + groovy-all + 1.7.5 + test + + + org.mockito + mockito-all + 1.8.4 + test + + + junit + junit-dep + 4.8.2 + test + + + + UTF8 + +