diff --git a/liberty-maven-plugin/src/it/appsdirectory-notset-configured-it/pom.xml b/liberty-maven-plugin/src/it/appsdirectory-notset-configured-it/pom.xml
index 92b6d981c..e115e9247 100644
--- a/liberty-maven-plugin/src/it/appsdirectory-notset-configured-it/pom.xml
+++ b/liberty-maven-plugin/src/it/appsdirectory-notset-configured-it/pom.xml
@@ -34,7 +34,7 @@
org.apache.derby
derby
- 10.15.2.0
+ 10.17.1.0
provided
@@ -99,7 +99,7 @@
org.apache.derby
derbyclient
- 10.15.2.0
+ 10.17.1.0
diff --git a/liberty-maven-plugin/src/it/appsdirectory-notset-configured-it/src/test/java/net/wasdev/wlp/maven/test/app/DefaultAppDirectoryTest.java b/liberty-maven-plugin/src/it/appsdirectory-notset-configured-it/src/test/java/net/wasdev/wlp/maven/test/app/DefaultAppDirectoryTest.java
index d31590319..5b889997b 100644
--- a/liberty-maven-plugin/src/it/appsdirectory-notset-configured-it/src/test/java/net/wasdev/wlp/maven/test/app/DefaultAppDirectoryTest.java
+++ b/liberty-maven-plugin/src/it/appsdirectory-notset-configured-it/src/test/java/net/wasdev/wlp/maven/test/app/DefaultAppDirectoryTest.java
@@ -87,19 +87,19 @@ public void testCopyDependenciesFilesExist() throws Exception {
Assert.assertFalse(f.getCanonicalFile() + " exists", f.exists());
// This was not defined in the dependencies and should not be copied.
- f = new File("liberty/usr/shared/resources/derbytools-10.15.2.0.jar");
+ f = new File("liberty/usr/shared/resources/derbytools-10.17.1.0.jar");
Assert.assertFalse(f.getCanonicalFile() + " exists", f.exists());
// This was not defined in the dependencies and should be copied because the full GAV coordinate was specified.
- f = new File("liberty/usr/shared/resources/derbyclient-10.15.2.0.jar");
+ f = new File("liberty/usr/shared/resources/derbyclient-10.17.1.0.jar");
Assert.assertTrue(f.getCanonicalFile() + " doesn't exist", f.exists());
// This was SCOPE_PROVIDED and should be copied.
- f = new File("liberty/usr/shared/resources/derby-10.15.2.0.jar");
+ f = new File("liberty/usr/shared/resources/derby-10.17.1.0.jar");
Assert.assertTrue(f.getCanonicalFile() + " doesn't exist", f.exists());
// This is a transitive dependency of org.apache.derby:derby and should be copied.
- f = new File("liberty/usr/shared/resources/derbyshared-10.15.2.0.jar");
+ f = new File("liberty/usr/shared/resources/derbyshared-10.17.1.0.jar");
Assert.assertTrue(f.getCanonicalFile() + " doesn't exist", f.exists());
}
diff --git a/liberty-maven-plugin/src/it/appsdirectory-notset-notconfigured-it/pom.xml b/liberty-maven-plugin/src/it/appsdirectory-notset-notconfigured-it/pom.xml
index 7626949c3..9c75885fc 100644
--- a/liberty-maven-plugin/src/it/appsdirectory-notset-notconfigured-it/pom.xml
+++ b/liberty-maven-plugin/src/it/appsdirectory-notset-notconfigured-it/pom.xml
@@ -22,12 +22,12 @@
org.apache.derby
derby
- 10.15.2.0
+ 10.17.1.0
org.apache.derby
derbyclient
- 10.15.2.0
+ 10.17.1.0
commons-logging
@@ -104,7 +104,7 @@
org.apache.derby
derbywar
- 10.15.2.0
+ 10.17.1.0
war
diff --git a/liberty-maven-plugin/src/it/appsdirectory-notset-notconfigured-it/src/test/java/net/wasdev/wlp/maven/test/app/DefaultAppDirectoryTest.java b/liberty-maven-plugin/src/it/appsdirectory-notset-notconfigured-it/src/test/java/net/wasdev/wlp/maven/test/app/DefaultAppDirectoryTest.java
index 2ca074fe4..6b3c23c10 100644
--- a/liberty-maven-plugin/src/it/appsdirectory-notset-notconfigured-it/src/test/java/net/wasdev/wlp/maven/test/app/DefaultAppDirectoryTest.java
+++ b/liberty-maven-plugin/src/it/appsdirectory-notset-notconfigured-it/src/test/java/net/wasdev/wlp/maven/test/app/DefaultAppDirectoryTest.java
@@ -102,7 +102,7 @@ public void testCopyDependenciesFilesExist() throws Exception {
Assert.assertTrue(f.getCanonicalFile() + " doesn't exist", f.exists());
// The next dependency specified the full GAV plus type `war`. The default location was used.
- f = new File("liberty/usr/servers/test/lib/global/derbywar-10.15.2.0.war");
+ f = new File("liberty/usr/servers/test/lib/global/derbywar-10.17.1.0.war");
Assert.assertTrue(f.getCanonicalFile() + " doesn't exist", f.exists());
}
}
diff --git a/liberty-maven-plugin/src/it/preserve-usr-dir-it/pom.xml b/liberty-maven-plugin/src/it/preserve-usr-dir-it/pom.xml
index 951b14d26..4623d7833 100644
--- a/liberty-maven-plugin/src/it/preserve-usr-dir-it/pom.xml
+++ b/liberty-maven-plugin/src/it/preserve-usr-dir-it/pom.xml
@@ -58,7 +58,7 @@
org.apache.derby
derby
- 10.13.1.1
+ 10.17.1.0
${project.build.directory}/liberty/wlp/usr/shared/resources