Skip to content

Commit f81e8e0

Browse files
committed
refactor: remove unused Maven comment and clean up JTS dependency in pom.xml
- Deleted redundant comment for Maven compiler arguments to streamline configuration. - Removed outdated JTS dependency source comment.
1 parent d55a113 commit f81e8e0

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
<artifactId>flatbuffers-java</artifactId>
8383
<version>25.2.10</version>
8484
</dependency>
85-
<!-- Source: https://mvnrepository.com/artifact/org.locationtech.jts/jts-core -->
8685
<dependency>
8786
<groupId>org.locationtech.jts</groupId>
8887
<artifactId>jts-core</artifactId>
@@ -136,12 +135,6 @@
136135
<groupId>org.apache.maven.plugins</groupId>
137136
<artifactId>maven-compiler-plugin</artifactId>
138137
<version>3.14.1</version>
139-
<!-- <configuration>-->
140-
<!-- <compilerArgs>-->
141-
<!-- <arg>&#45;&#45;add-modules</arg>-->
142-
<!-- <arg>jdk.incubator.vector</arg>-->
143-
<!-- </compilerArgs>-->
144-
<!-- </configuration>-->
145138
</plugin>
146139
<plugin>
147140
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)