diff --git a/pom.xml b/pom.xml index 8719cea..a722d04 100644 --- a/pom.xml +++ b/pom.xml @@ -7,9 +7,9 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -62,12 +62,18 @@ 8 - 3.2.5 - 1.0.0.v20140518 + 3.6.3 + 1.4.1 2022-11-16T01:25:26Z + + org.apache.maven + maven-model + ${mavenVersion} + provided + org.apache.maven maven-core @@ -75,14 +81,20 @@ provided - org.eclipse.aether - aether-api + org.apache.maven + maven-artifact + ${mavenVersion} + provided + + + org.apache.maven.resolver + maven-resolver-api ${resolverVersion} provided - org.eclipse.aether - aether-util + org.apache.maven.resolver + maven-resolver-util ${resolverVersion} @@ -100,7 +112,6 @@ org.junit.jupiter junit-jupiter-api - 5.10.2 test