File tree Expand file tree Collapse file tree
maven-external-dependency-plugin/maven-external-dependency-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 * information: "Portions copyright [year] [name of copyright owner]".
1414 *
1515 * Copyright 2012-2015 ForgeRock AS.
16- * Portions copyright 2024-2025 3A Systems LLC.
16+ * Portions copyright 2020-2026 3A Systems LLC.
1717-->
1818<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1919 <modelVersion >4.0.0</modelVersion >
5353 <mavenPluginPluginVersion >3.6.0</mavenPluginPluginVersion >
5454 <mavenResourcesVersion >2.7</mavenResourcesVersion >
5555 <plantUmlVersion >7993</plantUmlVersion >
56- <plexusUtilsVersion >3.3.0 </plexusUtilsVersion >
56+ <plexusUtilsVersion >4.0.3 </plexusUtilsVersion >
5757 <xCiteVersion >${project.version}</xCiteVersion >
5858
5959 </properties >
Original file line number Diff line number Diff line change 2121 ~ with the fields enclosed by brackets [] replaced by
2222 ~ your own identifying information:
2323 ~ "Portions Copyrighted [year] [name of copyright owner]"
24+ ~ Portions Copyrighted 2020-2026 3A Systems,LLC
2425 -->
2526<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2627 <modelVersion >4.0.0</modelVersion >
5051 <dependency >
5152 <groupId >org.codehaus.plexus</groupId >
5253 <artifactId >plexus-utils</artifactId >
53- <version >3.4.1 </version >
54+ <version >4.0.3 </version >
5455 </dependency >
5556 <dependency >
5657 <groupId >args4j</groupId >
Original file line number Diff line number Diff line change @@ -164,7 +164,12 @@ under the License.
164164 <dependency >
165165 <groupId >org.codehaus.plexus</groupId >
166166 <artifactId >plexus-utils</artifactId >
167- <version >3.3.0</version >
167+ <version >4.0.3</version >
168+ </dependency >
169+ <dependency >
170+ <groupId >org.codehaus.plexus</groupId >
171+ <artifactId >plexus-xml</artifactId >
172+ <version >4.1.1</version >
168173 </dependency >
169174 <dependency >
170175 <groupId >org.codehaus.plexus</groupId >
You can’t perform that action at this time.
0 commit comments