summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Miller <marco.miller@ericsson.com>2021-11-11 09:17:54 -0500
committerThomas Wolf <thomas.wolf@paranor.ch>2021-11-12 23:33:42 +0100
commitd4296d96bb13ec100f396271c3a9c9c9c9b31dad (patch)
treeeed58dd35bce905402b69073a3b83e59d460b593
parente7838b9c080011817ddb59c53298237a9c24a7a6 (diff)
downloadjgit-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.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 311f0a5a6d..f7629411b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>