[java-parent-project] branch main updated: JPAR-174 - maven-dependency-analyzer 1.11.3 not API compatible with maven-dependency-plugin 3.1.2
Phil Smart
philip.smart at jisc.ac.uk
Thu May 13 09:09:52 UTC 2021
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=3c5a797223187da01d61d6d337bebd7ec258ed0d
The following commit(s) were added to refs/heads/main by this push:
new 3c5a797 JPAR-174 - maven-dependency-analyzer 1.11.3 not API compatible with maven-dependency-plugin 3.1.2
3c5a797 is described below
commit 3c5a797223187da01d61d6d337bebd7ec258ed0d
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu May 13 10:09:49 2021 +0100
JPAR-174 - maven-dependency-analyzer 1.11.3 not API compatible with
maven-dependency-plugin 3.1.2
- removed the overridden maven-dependency-analyze dep. so it reverts
to 1.11.1.
https://issues.shibboleth.net/jira/browse/JPAR-174
---
pom.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 69cb7ea..1c653a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -693,14 +693,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>${maven-dependency-plugin.version}</version>
- <dependencies>
- <dependency>
- <groupId>org.apache.maven.shared</groupId>
- <artifactId>maven-dependency-analyzer</artifactId>
- <version>1.11.3</version>
- </dependency>
- </dependencies>
+ <version>${maven-dependency-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list