INTEXT-25 - Polish pom and update dependency versions
Reference: https://jira.springsource.org/browse/INTEXT-25
This commit is contained in:
@@ -19,6 +19,12 @@
|
|||||||
<maven>2.2.1</maven>
|
<maven>2.2.1</maven>
|
||||||
</prerequisites>
|
</prerequisites>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
<spring.integration.version>2.2.0.RC2</spring.integration.version>
|
||||||
|
<junit.version>4.10</junit.version>
|
||||||
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
@@ -57,19 +63,19 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.integration</groupId>
|
<groupId>org.springframework.integration</groupId>
|
||||||
<artifactId>spring-integration-core</artifactId>
|
<artifactId>spring-integration-core</artifactId>
|
||||||
<version>2.2.0.M3</version>
|
<version>${spring.integration.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.integration</groupId>
|
<groupId>org.springframework.integration</groupId>
|
||||||
<artifactId>spring-integration-xml</artifactId>
|
<artifactId>spring-integration-xml</artifactId>
|
||||||
<version>2.2.0.M3</version>
|
<version>${spring.integration.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.integration</groupId>
|
<groupId>org.springframework.integration</groupId>
|
||||||
<artifactId>spring-integration-test</artifactId>
|
<artifactId>spring-integration-test</artifactId>
|
||||||
<version>2.2.0.M3</version>
|
<version>${spring.integration.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -82,27 +88,27 @@
|
|||||||
<groupId>net.sf.saxon</groupId>
|
<groupId>net.sf.saxon</groupId>
|
||||||
<artifactId>Saxon-HE</artifactId>
|
<artifactId>Saxon-HE</artifactId>
|
||||||
<version>9.4</version>
|
<version>9.4</version>
|
||||||
<scope>optional</scope>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.xqj.sedna</groupId>
|
<groupId>net.xqj.sedna</groupId>
|
||||||
<artifactId>sedna-xqj</artifactId>
|
<artifactId>sedna-xqj</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<scope>optional</scope>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.xqj2</groupId>
|
<groupId>com.xqj2</groupId>
|
||||||
<artifactId>xqj2</artifactId>
|
<artifactId>xqj2</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>0.1.0</version>
|
||||||
<scope>optional</scope>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit-dep</artifactId>
|
<artifactId>junit-dep</artifactId>
|
||||||
<version>4.10</version>
|
<version>${junit.version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user