From d5b088d1fabe205ef9b1e57cbd233c9d316ba71a Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Thu, 3 Oct 2024 15:11:16 -0500 Subject: [PATCH] update commons-io version --- .../src/it/assembly-archive-update-it/pom.xml | 2 +- liberty-maven-plugin/src/it/binary-scanner-it/pom.xml | 2 +- liberty-maven-plugin/src/it/dev-container-it/pom.xml | 2 +- liberty-maven-plugin/src/it/dev-it/pom.xml | 2 +- .../src/it/dev-skip-install-feature-it/pom.xml | 2 +- .../java/net/wasdev/wlp/maven/test/it/LooseConfigTestIT.java | 2 +- .../java/net/wasdev/wlp/maven/test/it/LooseConfigTestIT.java | 4 ++-- .../java/net/wasdev/wlp/maven/test/it/LooseConfigTestIT.java | 4 ++-- liberty-maven-plugin/src/it/ear-project-it/pom.xml | 2 +- liberty-maven-plugin/src/it/generate-features-it/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- liberty-maven-plugin/src/it/loose-war-ejb-it/war/pom.xml | 2 +- liberty-maven-plugin/src/it/loose-war-ejb-type-it/war/pom.xml | 2 +- liberty-maven-plugin/src/it/verify-user-feature-it/pom.xml | 2 +- 15 files changed, 17 insertions(+), 17 deletions(-) diff --git a/liberty-maven-plugin/src/it/assembly-archive-update-it/pom.xml b/liberty-maven-plugin/src/it/assembly-archive-update-it/pom.xml index d09b270b5..70e5c76c6 100644 --- a/liberty-maven-plugin/src/it/assembly-archive-update-it/pom.xml +++ b/liberty-maven-plugin/src/it/assembly-archive-update-it/pom.xml @@ -22,7 +22,7 @@ commons-io commons-io - 2.8.0 + 2.14.0 diff --git a/liberty-maven-plugin/src/it/binary-scanner-it/pom.xml b/liberty-maven-plugin/src/it/binary-scanner-it/pom.xml index ebfe54b41..9950e9c91 100755 --- a/liberty-maven-plugin/src/it/binary-scanner-it/pom.xml +++ b/liberty-maven-plugin/src/it/binary-scanner-it/pom.xml @@ -37,7 +37,7 @@ commons-io commons-io - 2.10.0 + 2.14.0 org.codehaus.plexus diff --git a/liberty-maven-plugin/src/it/dev-container-it/pom.xml b/liberty-maven-plugin/src/it/dev-container-it/pom.xml index 1538be9f5..d8e417f70 100755 --- a/liberty-maven-plugin/src/it/dev-container-it/pom.xml +++ b/liberty-maven-plugin/src/it/dev-container-it/pom.xml @@ -35,7 +35,7 @@ commons-io commons-io - 2.11.0 + 2.14.0 org.codehaus.plexus diff --git a/liberty-maven-plugin/src/it/dev-it/pom.xml b/liberty-maven-plugin/src/it/dev-it/pom.xml index 14f61f504..218102db3 100755 --- a/liberty-maven-plugin/src/it/dev-it/pom.xml +++ b/liberty-maven-plugin/src/it/dev-it/pom.xml @@ -35,7 +35,7 @@ commons-io commons-io - 2.11.0 + 2.14.0 org.codehaus.plexus diff --git a/liberty-maven-plugin/src/it/dev-skip-install-feature-it/pom.xml b/liberty-maven-plugin/src/it/dev-skip-install-feature-it/pom.xml index 9592bb334..1d2adaeee 100755 --- a/liberty-maven-plugin/src/it/dev-skip-install-feature-it/pom.xml +++ b/liberty-maven-plugin/src/it/dev-skip-install-feature-it/pom.xml @@ -35,7 +35,7 @@ commons-io commons-io - 2.11.0 + 2.14.0 org.codehaus.plexus diff --git a/liberty-maven-plugin/src/it/ear-project-it/SampleEAR-classifier-app/src/test/java/net/wasdev/wlp/maven/test/it/LooseConfigTestIT.java b/liberty-maven-plugin/src/it/ear-project-it/SampleEAR-classifier-app/src/test/java/net/wasdev/wlp/maven/test/it/LooseConfigTestIT.java index f70f47ace..9cb843f5f 100644 --- a/liberty-maven-plugin/src/it/ear-project-it/SampleEAR-classifier-app/src/test/java/net/wasdev/wlp/maven/test/it/LooseConfigTestIT.java +++ b/liberty-maven-plugin/src/it/ear-project-it/SampleEAR-classifier-app/src/test/java/net/wasdev/wlp/maven/test/it/LooseConfigTestIT.java @@ -83,7 +83,7 @@ public void testLooseApplicationFileContent() throws Exception { nodes = (NodeList) xPath.compile(expression).evaluate(inputDoc, XPathConstants.NODESET); assertEquals("Number of element ==>", 3, nodes.getLength()); // test runtime scope dependency to be included in the ?WEB-INF/lib - assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.11.0.jar", + assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.14.0.jar", nodes.item(2).getAttributes().getNamedItem("targetInArchive").getNodeValue()); } } diff --git a/liberty-maven-plugin/src/it/ear-project-it/SampleEAR/src/test/java/net/wasdev/wlp/maven/test/it/LooseConfigTestIT.java b/liberty-maven-plugin/src/it/ear-project-it/SampleEAR/src/test/java/net/wasdev/wlp/maven/test/it/LooseConfigTestIT.java index 2a1ac53ce..a3756ed0a 100644 --- a/liberty-maven-plugin/src/it/ear-project-it/SampleEAR/src/test/java/net/wasdev/wlp/maven/test/it/LooseConfigTestIT.java +++ b/liberty-maven-plugin/src/it/ear-project-it/SampleEAR/src/test/java/net/wasdev/wlp/maven/test/it/LooseConfigTestIT.java @@ -85,9 +85,9 @@ public void testLooseApplicationFileContent() throws Exception { nodes = (NodeList) xPath.compile(expression).evaluate(inputDoc, XPathConstants.NODESET); assertEquals("Number of element ==>", 5, nodes.getLength()); // test runtime scope dependency to be included in the ?WEB-INF/lib - assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.11.0.jar", + assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.14.0.jar", nodes.item(2).getAttributes().getNamedItem("targetInArchive").getNodeValue()); - assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.11.0.jar", + assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.14.0.jar", nodes.item(4).getAttributes().getNamedItem("targetInArchive").getNodeValue()); } } diff --git a/liberty-maven-plugin/src/it/ear-project-it/SampleWLP/src/test/java/net/wasdev/wlp/maven/test/it/LooseConfigTestIT.java b/liberty-maven-plugin/src/it/ear-project-it/SampleWLP/src/test/java/net/wasdev/wlp/maven/test/it/LooseConfigTestIT.java index d1d725fff..c08f809d4 100644 --- a/liberty-maven-plugin/src/it/ear-project-it/SampleWLP/src/test/java/net/wasdev/wlp/maven/test/it/LooseConfigTestIT.java +++ b/liberty-maven-plugin/src/it/ear-project-it/SampleWLP/src/test/java/net/wasdev/wlp/maven/test/it/LooseConfigTestIT.java @@ -84,9 +84,9 @@ public void testLooseApplicationFileContent() throws Exception { nodes = (NodeList) xPath.compile(expression).evaluate(inputDoc, XPathConstants.NODESET); assertEquals("Number of element ==>", 5, nodes.getLength()); // test runtime scope dependency to be included in the ?WEB-INF/lib - assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.11.0.jar", + assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.14.0.jar", nodes.item(2).getAttributes().getNamedItem("targetInArchive").getNodeValue()); - assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.11.0.jar", + assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.14.0.jar", nodes.item(4).getAttributes().getNamedItem("targetInArchive").getNodeValue()); } } diff --git a/liberty-maven-plugin/src/it/ear-project-it/pom.xml b/liberty-maven-plugin/src/it/ear-project-it/pom.xml index b3ba0caca..42ca16446 100644 --- a/liberty-maven-plugin/src/it/ear-project-it/pom.xml +++ b/liberty-maven-plugin/src/it/ear-project-it/pom.xml @@ -40,7 +40,7 @@ commons-io commons-io - 2.11.0 + 2.14.0 runtime diff --git a/liberty-maven-plugin/src/it/generate-features-it/pom.xml b/liberty-maven-plugin/src/it/generate-features-it/pom.xml index 0486308e9..467171d5c 100755 --- a/liberty-maven-plugin/src/it/generate-features-it/pom.xml +++ b/liberty-maven-plugin/src/it/generate-features-it/pom.xml @@ -39,7 +39,7 @@ commons-io commons-io - 2.10.0 + 2.14.0 org.codehaus.plexus diff --git a/liberty-maven-plugin/src/it/kernel-install-versionless-feature-fail-bad-platform-it/pom.xml b/liberty-maven-plugin/src/it/kernel-install-versionless-feature-fail-bad-platform-it/pom.xml index 84431db1e..2b4cd2bd3 100644 --- a/liberty-maven-plugin/src/it/kernel-install-versionless-feature-fail-bad-platform-it/pom.xml +++ b/liberty-maven-plugin/src/it/kernel-install-versionless-feature-fail-bad-platform-it/pom.xml @@ -23,7 +23,7 @@ commons-io commons-io - 2.8.0 + 2.14.0 diff --git a/liberty-maven-plugin/src/it/kernel-install-versionless-feature-fail-no-platform-it/pom.xml b/liberty-maven-plugin/src/it/kernel-install-versionless-feature-fail-no-platform-it/pom.xml index 09fed6481..2bc70923e 100644 --- a/liberty-maven-plugin/src/it/kernel-install-versionless-feature-fail-no-platform-it/pom.xml +++ b/liberty-maven-plugin/src/it/kernel-install-versionless-feature-fail-no-platform-it/pom.xml @@ -23,7 +23,7 @@ commons-io commons-io - 2.8.0 + 2.14.0 diff --git a/liberty-maven-plugin/src/it/loose-war-ejb-it/war/pom.xml b/liberty-maven-plugin/src/it/loose-war-ejb-it/war/pom.xml index 8cd35655c..599aa188e 100644 --- a/liberty-maven-plugin/src/it/loose-war-ejb-it/war/pom.xml +++ b/liberty-maven-plugin/src/it/loose-war-ejb-it/war/pom.xml @@ -23,7 +23,7 @@ commons-io commons-io - 2.8.0 + 2.14.0 junit diff --git a/liberty-maven-plugin/src/it/loose-war-ejb-type-it/war/pom.xml b/liberty-maven-plugin/src/it/loose-war-ejb-type-it/war/pom.xml index d75ccda23..751a5eada 100644 --- a/liberty-maven-plugin/src/it/loose-war-ejb-type-it/war/pom.xml +++ b/liberty-maven-plugin/src/it/loose-war-ejb-type-it/war/pom.xml @@ -23,7 +23,7 @@ commons-io commons-io - 2.8.0 + 2.14.0 junit diff --git a/liberty-maven-plugin/src/it/verify-user-feature-it/pom.xml b/liberty-maven-plugin/src/it/verify-user-feature-it/pom.xml index 89e89bde7..d8d04bf4a 100644 --- a/liberty-maven-plugin/src/it/verify-user-feature-it/pom.xml +++ b/liberty-maven-plugin/src/it/verify-user-feature-it/pom.xml @@ -23,7 +23,7 @@ commons-io commons-io - 2.8.0 + 2.14.0