去除依赖
parent
b30122a354
commit
a4e2e494d2
30
pom.xml
30
pom.xml
|
|
@ -61,20 +61,20 @@
|
||||||
<version>3.3</version>
|
<version>3.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<!-- <dependency>-->
|
||||||
<groupId>org.springframework.boot</groupId>
|
<!-- <groupId>org.springframework.boot</groupId>-->
|
||||||
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
|
<!-- <artifactId>spring-boot-starter-data-elasticsearch</artifactId>-->
|
||||||
</dependency>
|
<!-- </dependency>-->
|
||||||
<dependency>
|
<!-- <dependency>-->
|
||||||
<groupId>org.springframework.data</groupId>
|
<!-- <groupId>org.springframework.data</groupId>-->
|
||||||
<artifactId>spring-data-elasticsearch</artifactId>
|
<!-- <artifactId>spring-data-elasticsearch</artifactId>-->
|
||||||
<version>5.2.3</version>
|
<!-- <version>5.2.3</version>-->
|
||||||
</dependency>
|
<!-- </dependency>-->
|
||||||
<dependency>
|
<!-- <dependency>-->
|
||||||
<groupId>org.locationtech.jts</groupId>
|
<!-- <groupId>org.locationtech.jts</groupId>-->
|
||||||
<artifactId>jts-core</artifactId>
|
<!-- <artifactId>jts-core</artifactId>-->
|
||||||
<version>1.18.1</version>
|
<!-- <version>1.18.1</version>-->
|
||||||
</dependency>
|
<!-- </dependency>-->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
@ -126,4 +126,4 @@
|
||||||
<url>http://local.gunshiiot.com:8081/repository/maven-snapshots/</url>
|
<url>http://local.gunshiiot.com:8081/repository/maven-snapshots/</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue