This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch fix/opc-ua-fine-tuning in repository https://gitbox.apache.org/repos/asf/plc4x.git
commit 7719c55e6f2c10570c8f98cd6b02a7195d863ade Author: Christofer Dutz <[email protected]> AuthorDate: Tue Feb 17 18:20:37 2026 +0100 chore: Switched to the javac compiler. --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index b286bf0d5f..e425bc4952 100644 --- a/pom.xml +++ b/pom.xml @@ -1036,11 +1036,11 @@ Use the eclipse compiler instead of the normal jdk one, as we were seeing problems on the CI server when compiling the BACnet java driver. --> - <compilerId>eclipse</compilerId> + <!--compilerId>eclipse</compilerId--> <release>${java.version}</release> </configuration> <dependencies> - <dependency> + <!--dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-compiler-api</artifactId> <version>2.16.2</version> @@ -1049,13 +1049,13 @@ <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-compiler-eclipse</artifactId> <version>2.16.1</version> - </dependency> + </dependency--> <!-- Redundant import, however we might need to bump this version more often --> - <dependency> + <!--dependency> <groupId>org.eclipse.jdt</groupId> <artifactId>ecj</artifactId> <version>3.44.0</version> - </dependency> + </dependency--> </dependencies> </plugin>
