We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22478c4 commit fa2b34fCopy full SHA for fa2b34f
pom.xml
@@ -56,14 +56,15 @@
56
<plugin>
57
<groupId>org.apache.maven.plugins</groupId>
58
<artifactId>maven-compiler-plugin</artifactId>
59
+ <version>3.10.1</version>
60
61
<configuration>
62
<source>${java.version}</source>
63
<target>${java.version}</target>
64
65
<compilerId>eclipse</compilerId>
66
</configuration>
- <dependencies>
67
+ <dependencies>
68
<dependency>
69
<groupId>org.codehaus.plexus</groupId>
70
<artifactId>plexus-compiler-eclipse</artifactId>
@@ -72,7 +73,7 @@
72
73
74
<groupId>org.eclipse.jdt</groupId>
75
<artifactId>ecj</artifactId>
- <version>3.25.0</version>
76
+ <version>3.33.0</version>
77
</dependency>
78
</dependencies>
79
</plugin>
0 commit comments