Loading pom.xml +14 −12 Original line number Diff line number Diff line Loading @@ -25,12 +25,13 @@ <!-- REDMIC --> <redmic.exceptions.version>0.6.0</redmic.exceptions.version> <redmic.models.version>0.6.0</redmic.models.version> <redmic.models.version>0.7.0</redmic.models.version> <!-- Others --> <commons-io.version>1.3.2</commons-io.version> <elasticsearch.version>6.5.1</elasticsearch.version> <jts-core.version>1.15.0</jts-core.version> <jts-core.version>1.16.0</jts-core.version> <spatial4j.version>0.7</spatial4j.version> <!-- Environment variables --> <env.MAVEN_REPO_URL>https://artifactory.redmic.net/artifactory</env.MAVEN_REPO_URL> Loading @@ -52,6 +53,13 @@ <scope>provided</scope> </dependency> <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>transport</artifactId> </dependency> <!-- Other --> <dependency> <groupId>org.locationtech.jts</groupId> <artifactId>jts-core</artifactId> Loading @@ -63,13 +71,13 @@ </exclusion> </exclusions> </dependency> <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>transport</artifactId> <groupId>org.locationtech.spatial4j</groupId> <artifactId>spatial4j</artifactId> <version>${spatial4j.version}</version> </dependency> <!-- Other --> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-io</artifactId> Loading @@ -77,12 +85,6 @@ </dependency> <!-- tests --> <dependency> <groupId>org.skyscreamer</groupId> <artifactId>jsonassert</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> Loading Loading
pom.xml +14 −12 Original line number Diff line number Diff line Loading @@ -25,12 +25,13 @@ <!-- REDMIC --> <redmic.exceptions.version>0.6.0</redmic.exceptions.version> <redmic.models.version>0.6.0</redmic.models.version> <redmic.models.version>0.7.0</redmic.models.version> <!-- Others --> <commons-io.version>1.3.2</commons-io.version> <elasticsearch.version>6.5.1</elasticsearch.version> <jts-core.version>1.15.0</jts-core.version> <jts-core.version>1.16.0</jts-core.version> <spatial4j.version>0.7</spatial4j.version> <!-- Environment variables --> <env.MAVEN_REPO_URL>https://artifactory.redmic.net/artifactory</env.MAVEN_REPO_URL> Loading @@ -52,6 +53,13 @@ <scope>provided</scope> </dependency> <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>transport</artifactId> </dependency> <!-- Other --> <dependency> <groupId>org.locationtech.jts</groupId> <artifactId>jts-core</artifactId> Loading @@ -63,13 +71,13 @@ </exclusion> </exclusions> </dependency> <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>transport</artifactId> <groupId>org.locationtech.spatial4j</groupId> <artifactId>spatial4j</artifactId> <version>${spatial4j.version}</version> </dependency> <!-- Other --> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-io</artifactId> Loading @@ -77,12 +85,6 @@ </dependency> <!-- tests --> <dependency> <groupId>org.skyscreamer</groupId> <artifactId>jsonassert</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> Loading