You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2023/01/11 14:47:12 UTC

[plc4x] 04/04: fix(build): Updated the plexus-compiler-ecplise plugin

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch feature/cdutz/connection-cache-and-scraper-ng
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit fe24a4e4dfcbf84ea2266b0a1b21c37222d848d3
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Jan 11 15:46:56 2023 +0100

    fix(build): Updated the plexus-compiler-ecplise plugin
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6ea3f92460..81d650efa7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1126,11 +1126,17 @@
             <release>${java.version}</release>
           </configuration>
           <dependencies>
+            <dependency>
+              <groupId>org.codehaus.plexus</groupId>
+              <artifactId>plexus-compiler-api</artifactId>
+              <version>2.13.0</version>
+            </dependency>
             <dependency>
               <groupId>org.codehaus.plexus</groupId>
               <artifactId>plexus-compiler-eclipse</artifactId>
-              <version>2.12.1</version>
+              <version>2.13.0</version>
             </dependency>
+            <!-- Redundant import, however we might need to bump this version more often -->
             <dependency>
               <groupId>org.eclipse.jdt</groupId>
               <artifactId>ecj</artifactId>