INTSAMPLE-33 Changes
This commit is contained in:
@@ -15,8 +15,6 @@
|
||||
<spring.integration.version>2.1.0.M3</spring.integration.version>
|
||||
<slf4j.version>1.6.1</slf4j.version>
|
||||
<junit.version>4.7</junit.version>
|
||||
<spring.test.version>3.0.6.RELEASE</spring.test.version>
|
||||
<derbyclient.driver.version>10.8.2.2</derbyclient.driver.version>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
@@ -125,20 +123,7 @@
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
<version>1.3.160</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Derby dependency -->
|
||||
<dependency>
|
||||
<groupId>org.apache.derby</groupId>
|
||||
<artifactId>derbyclient</artifactId>
|
||||
<version>${derbyclient.driver.version}</version>
|
||||
</dependency>
|
||||
</dependency>
|
||||
|
||||
<!-- Spring test -->
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-test</artifactId>
|
||||
<version>${spring.test.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
Reference in New Issue
Block a user