02/03: Correction des dépendances en vue d'une release
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository maven-helper-plugin. See https://gitlab.nuiton.org/nuiton/maven-helper-plugin.git commit 767b3227ee165e90cf4e7c6cad4a931eda99d097 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Jan 21 10:58:27 2020 +0100 Correction des dépendances en vue d'une release --- helper-maven-plugin-test-api/pom.xml | 5 +++++ pom.xml | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/helper-maven-plugin-test-api/pom.xml b/helper-maven-plugin-test-api/pom.xml index 1c7108b..fc5478f 100644 --- a/helper-maven-plugin-test-api/pom.xml +++ b/helper-maven-plugin-test-api/pom.xml @@ -93,6 +93,11 @@ <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.maven.resolver</groupId> + <artifactId>maven-resolver-api</artifactId> + </dependency> + <dependency> <groupId>org.eclipse.aether</groupId> <artifactId>aether-api</artifactId> diff --git a/pom.xml b/pom.xml index c68dfd4..fcb905d 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,8 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.9</version> + <!-- XXX AThimel 21/01/2020 On ne peut pas utiliser la version 3.9+ si on veut rester compatible Java 7 --> + <version>3.8.1</version> </dependency> <dependency> @@ -193,6 +194,13 @@ <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.maven.resolver</groupId> + <artifactId>maven-resolver-api</artifactId> + <version>1.4.1</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-aether-provider</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm