| | |
| | | <artifactId>jts</artifactId> |
| | | <version>1.13</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.osgeo</groupId> |
| | | <artifactId>proj4j</artifactId> |
| | | <version>0.1.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.commons</groupId> |
| | | <artifactId>commons-imaging</artifactId> |
| | | <version>1.0-alpha2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.citygml4j</groupId> |
| | | <artifactId>citygson</artifactId> |
| | | <version>1.1.3.8</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/libs/citygson-1.1.3.8.jar</systemPath> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>cn.smartearth</groupId> |
| | | <artifactId>sem</artifactId> |
| | | <version>1.1.1</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/libs/sem-1.1.1.jar</systemPath> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.google.code.gson</groupId> |
| | | <artifactId>gson</artifactId> |
| | | <version>2.8.2</version> |
| | | </dependency> |
| | | </dependencies> |
| | | <repositories> |
| | | <repository> |
| | |
| | | </excludes> |
| | | </configuration> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <configuration> |
| | | <jvmArguments> |
| | | -Xms2048m -Xmx4096m -XX:+PrintGCDetails |
| | | </jvmArguments> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | </project> |