diff options
author | Marco Miller <marco.miller@ericsson.com> | 2021-11-11 09:17:54 -0500 |
---|---|---|
committer | Thomas Wolf <thomas.wolf@paranor.ch> | 2021-11-12 23:33:42 +0100 |
commit | d4296d96bb13ec100f396271c3a9c9c9c9b31dad (patch) | |
tree | eed58dd35bce905402b69073a3b83e59d460b593 | |
parent | e7838b9c080011817ddb59c53298237a9c24a7a6 (diff) | |
download | jgit-d4296d96bb13ec100f396271c3a9c9c9c9b31dad.tar.gz jgit-d4296d96bb13ec100f396271c3a9c9c9c9b31dad.zip |
Upgrade plexus-compiler version to 2.9.0
Change-Id: I24ac698d3ccc01e79464b061068944ca82e8383b
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
-rw-r--r-- | pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -178,7 +178,7 @@ <maven-surefire-plugin-version>3.0.0-M5</maven-surefire-plugin-version> <maven-surefire-report-plugin-version>${maven-surefire-plugin-version}</maven-surefire-report-plugin-version> <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version> - <plexus-compiler-version>2.8.8</plexus-compiler-version> + <plexus-compiler-version>2.9.0</plexus-compiler-version> <hamcrest-version>2.2</hamcrest-version> <assertj-version>3.20.2</assertj-version> @@ -871,6 +871,11 @@ <version>${plexus-compiler-version}</version> </dependency> <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-compiler-api</artifactId> + <version>${plexus-compiler-version}</version> + </dependency> + <dependency> <groupId>org.eclipse.jdt</groupId> <artifactId>ecj</artifactId> <version>3.27.0</version> |