Skip to content

Commit

Permalink
Merge pull request #95 from GIScience/fix/update_dependencies
Browse files Browse the repository at this point in the history
fix: update dependencies
  • Loading branch information
takb authored Jan 16, 2024
2 parents 258cc46 + 5fbc5a1 commit 0552ea6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 20 deletions.
13 changes: 5 additions & 8 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
<version>3.1.2</version>
<version>3.1.6</version>
</dependency>
<dependency>
<groupId>org.locationtech.jts</groupId>
Expand All @@ -73,14 +73,12 @@
<dependency>
<groupId>ch.poole</groupId>
<artifactId>ConditionalRestrictionParser</artifactId>
<!-- TODO ORS: where is this defined? <version>${crparser.version}</version> -->
<version>0.3.1</version>
<version>0.3.4</version>
</dependency>
<dependency>
<groupId>ch.poole</groupId>
<artifactId>OpeningHoursParser</artifactId>
<!-- TODO ORS: where is this defined? <version>${ohparser.version}</version> -->
<version>0.25.0</version>
<version>0.28.1</version>
</dependency>

<!-- for using CGIAR: elevation data importing via tif files-->
Expand Down Expand Up @@ -124,13 +122,12 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
<type>pom</type>
<version>2.17.1</version>
<version>2.20.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<!-- was included in old dropwizard dependency. Not anymore in 4+. Until tests are migrated to junit 5 it needs this package. -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions hmm-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
<developers>
<developer>
<organization>BMW Car IT GmbH, BMW AG</organization>
<organizationUrl>http://www.bmw-carit.com, http://www.bmw.com</organizationUrl>
<organizationUrl>https://www.bmw-carit.com, https://www.bmw.com</organizationUrl>
</developer>
</developers>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down
13 changes: 3 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@
<org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.alignMultilineTryResources>true</org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.alignMultilineTryResources>
</properties>

<!-- ORS: remove? repositories>
<repository><id>simonpoole</id>
<name>OpeningHoursParser Repository</name>
<url>https://dl.bintray.com/simonpoole/osm</url>
</repository>
</repositories-->

<scm>
<connection>scm:git:[email protected]:graphhopper/graphhopper.git</connection>
<developerConnection>scm:git:[email protected]:graphhopper/graphhopper.git</developerConnection>
Expand All @@ -52,7 +45,7 @@
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>

Expand Down Expand Up @@ -97,7 +90,7 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-dependencies</artifactId>
<version>2.0.21</version>
<version>4.0.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -130,7 +123,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.21</version>
<version>1.25.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit 0552ea6

Please sign in to comment.