diff --git a/ors-api/pom.xml b/ors-api/pom.xml index 721db0d8a4..3f0c0f7eef 100644 --- a/ors-api/pom.xml +++ b/ors-api/pom.xml @@ -106,10 +106,41 @@ ${project.version} + + com.github.GIScience.graphhopper + graphhopper-core + + + + com.github.GIScience.graphhopper + graphhopper-web-api + + + + + com.graphhopper.external + jackson-datatype-jts + 0.12-2.5-1 + + + + com.google.guava + guava + + + + com.googlecode.json-simple + json-simple + + + jakarta.servlet @@ -122,36 +153,52 @@ jakarta.xml.bind-api + - org.apache.logging.log4j - log4j - pom + org.apache.commons + commons-lang3 + + org.apache.logging.log4j log4j-1.2-api + + + org.json @@ -170,6 +217,8 @@ + org.springframework.boot spring-boot-starter-actuator @@ -185,27 +234,25 @@ + + + - - - com.vaadin.external.google - android-json - - + spring-boot-configuration-processor + true + --> org.springframework.boot - spring-boot-configuration-processor - true + spring-boot-test + test @@ -214,16 +261,61 @@ test + + + org.junit.jupiter junit-jupiter-engine runtime + + org.junit.jupiter + junit-jupiter-api + runtime + + + org.junit.jupiter + junit-jupiter-params + test + + + org.springframework + spring-jcl + + + org.springframework + spring-web + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-webmvc + + + org.springframework + spring-test + test + + + + org.springframework.boot + spring-boot + + + org.springframework.boot + spring-boot-autoconfigure + org.springframework.boot spring-boot-starter-tomcat @@ -247,18 +348,55 @@ + + org.codehaus.janino + commons-compiler + 3.1.10 + + + commons-logging + commons-logging + 1.2 + test + + io.swagger.parser.v3 swagger-parser + + io.swagger.parser.v3 + swagger-parser-core + + + io.swagger.core.v3 + swagger-models + + + io.swagger.core.v3 + swagger-annotations + + + org.springdoc springdoc-openapi-starter-webmvc-ui + + + org.springdoc + springdoc-openapi-starter-common + + + org.locationtech.jts + jts-core + com.fasterxml.jackson.datatype jackson-datatype-jsr310 @@ -275,6 +413,18 @@ com.fasterxml.jackson.core jackson-annotations + + org.hamcrest + hamcrest + 2.2 + test + + + io.rest-assured + json-path + 5.3.2 + test + @@ -332,4 +482,4 @@ - + \ No newline at end of file diff --git a/ors-engine/pom.xml b/ors-engine/pom.xml index f8486b87c5..18b58e6e9d 100644 --- a/ors-engine/pom.xml +++ b/ors-engine/pom.xml @@ -53,27 +53,64 @@ + + 5.9.3 + + + + com.carrotsearch + hppc + 0.8.1 + + + + com.google.guava + guava + + + + com.googlecode.json-simple + json-simple + + + + + org.springframework + spring-core + + + + + org.locationtech.jts + jts-core + + + + org.geotools gt-main @@ -86,44 +123,69 @@ org.geotools - gt-epsg-hsql + gt-opengis + + org.geotools + gt-referencing + + + + + org.geotools + gt-epsg-hsql + + org.geotools gt-geojson + + + org.geotools + gt-swing + + + org.geotools + gt-shapefile + + commons-io commons-io - org.geotools - gt-swing + org.apache.commons + commons-compress + 1.26.0 - org.geotools - gt-shapefile + org.apache.commons + commons-lang3 + org.apache.logging.log4j log4j-1.2-api - - org.apache.logging.log4j - log4j-api - org.apache.logging.log4j log4j-core @@ -139,84 +201,46 @@ progressbar + - com.github.GIScience.graphhopper - graphhopper-core - v4.9.1 - - - com.fasterxml.jackson.dataformat - jackson-dataformat-xml - - + org.junit.jupiter + junit-jupiter-params + ${jupiter.version} + test - com.github.GIScience.graphhopper - graphhopper-reader-gtfs - v4.9.1 - - - com.fasterxml.jackson.dataformat - jackson-dataformat-xml - - + org.junit.jupiter + junit-jupiter-api + ${jupiter.version} + runtime com.github.GIScience.graphhopper - graphhopper-map-matching - v4.9.1 - - - com.fasterxml.jackson.dataformat - jackson-dataformat-xml - - + graphhopper-core - com.typesafe @@ -234,56 +258,79 @@ postgresql + + + + net.jqwik + jqwik-api + test + org.json json + + + + + + + + + - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 1c4d723f06..dd657fcb41 100644 --- a/pom.xml +++ b/pom.xml @@ -46,20 +46,26 @@ UTF-8 ${maven.build.timestamp} yyyy-MM-dd'T'HH:mm:ss'Z' - 2.1.0 + 2.1.0 2.1.16 2.0 29.1 + + v4.9.1 + 2.0.7 2.20.0 2.14.2 2.11.0 1.4.1 + 1.19.0 20231013 42.7.2 0.10.0 3.25.0 1.6.5 + 1.1.1 + 2.2.14 GIScience_openrouteservice ${project.artifactId} giscience @@ -107,6 +113,66 @@ + + com.github.GIScience.graphhopper + graphhopper-core + ${graphhopper.version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + + + + + com.github.GIScience.graphhopper + graphhopper-web-api + ${graphhopper.version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + + + + + com.github.GIScience.graphhopper + graphhopper-reader-gtfs + ${graphhopper.version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + + + + + com.github.GIScience.graphhopper + graphhopper-map-matching + ${graphhopper.version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + + + + + com.google.guava + guava + 33.0.0-jre + + + + com.googlecode.json-simple + json-simple + ${json-simple.version} + + @@ -116,10 +182,36 @@ test + + io.swagger.parser.v3 + swagger-parser-core + ${swagger-parser.version} + test + + + + io.swagger.core.v3 + swagger-models + ${swagger-core.version} + + + + io.swagger.core.v3 + swagger-annotations + ${swagger-core.version} + test + + org.springdoc springdoc-openapi-starter-webmvc-ui - ${springdoc-openapi-starter-webmvc-ui.version} + ${springdoc-openapi-starter.version} + + + + org.springdoc + springdoc-openapi-starter-common + ${springdoc-openapi-starter.version} @@ -207,6 +299,18 @@ ${jqwik.version} + + net.jqwik + jqwik-api + ${jqwik.version} + + + + org.locationtech.jts + jts-core + ${jts.version} + + org.geotools gt-main @@ -219,6 +323,18 @@ ${geotools.version} + + org.geotools + gt-opengis + ${geotools.version} + + + + org.geotools + gt-referencing + ${geotools.version} + + org.geotools gt-epsg-hsql @@ -397,4 +513,4 @@ - + \ No newline at end of file