Fork me on GitHub

Project Dependency Management

compile

The following is a list of compile dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run the submodule:

GroupId ArtifactId Version Type License
ch.qos.logback logback-classic 1.2.3 jar Eclipse Public License - v 1.0, GNU Lesser General Public License
com.fasterxml.jackson.core jackson-annotations 2.11.0 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-core 2.11.0 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-databind 2.11.0 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.dataformat jackson-dataformat-xml 2.11.0 jar The Apache Software License, Version 2.0
com.gurkensalat.osm osm-parser 0.0.1-SNAPSHOT jar Apache 2.0
com.javadocmd simplelatlng 1.3.1 jar The Apache Software License, Version 2.0
commons-dbcp commons-dbcp 1.4 jar The Apache Software License, Version 2.0
commons-io commons-io 2.6 jar Apache License, Version 2.0
javax.interceptor javax.interceptor-api 1.2 jar CDDL + GPLv2 with classpath exception
javax.transaction javax.transaction-api 1.2 jar CDDL + GPLv2 with classpath exception
mysql mysql-connector-java 5.1.32 jar The GNU General Public License, Version 2
net.sf.opencsv opencsv 2.3 jar Apache 2
org.apache.commons commons-lang3 3.10 jar Apache License, Version 2.0
org.flywaydb flyway-core ${flyway.version} jar -
org.hibernate hibernate-core 5.0.7.Final jar GNU Lesser General Public License
org.hibernate hibernate-entitymanager 5.0.7.Final jar GNU Lesser General Public License
org.hibernate.javax.persistence hibernate-jpa-2.1-api 1.0.0.Final jar Eclipse Public License (EPL), Version 1.0, Eclipse Distribution License (EDL), Version 1.0
org.javassist javassist 3.18.2-GA jar MPL 1.1, LGPL 2.1, Apache License 2.0
org.slf4j jcl-over-slf4j 1.7.30 jar Apache License, Version 2.0
org.slf4j slf4j-api 1.7.30 jar MIT License
org.springframework spring-aspects 5.2.6.RELEASE jar Apache License, Version 2.0
org.springframework spring-context 5.2.6.RELEASE jar Apache License, Version 2.0
org.springframework spring-core 5.2.6.RELEASE jar Apache License, Version 2.0
org.springframework spring-orm 5.2.6.RELEASE jar Apache License, Version 2.0
org.springframework spring-web 5.2.6.RELEASE jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter 2.3.0.RELEASE jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-data-jpa 2.3.0.RELEASE jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-data-rest 2.3.0.RELEASE jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-jetty 2.3.0.RELEASE jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-thymeleaf 2.3.0.RELEASE jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-web 2.3.0.RELEASE jar Apache License, Version 2.0
org.springframework.data spring-data-jpa 2.3.0.RELEASE jar Apache License, Version 2.0
org.springframework.data spring-data-rest-core 3.2.3.RELEASE jar Apache License, Version 2.0

test

The following is a list of test dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run unit tests for the submodule:

GroupId ArtifactId Version Type License
com.h2database h2 1.4.191 jar MPL 2.0, and EPL 1.0
junit junit 4.12 jar Eclipse Public License 1.0
org.kubek2k springockito-annotations 1.0.9 jar MIT
org.mockito mockito-core 1.10.19 jar The MIT License
org.springframework spring-test 5.2.6.RELEASE jar Apache License, Version 2.0

provided

The following is a list of provided dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile the submodule, but should be provided by default when using the library:

GroupId ArtifactId Version Type License
org.projectlombok lombok 1.18.12 jar The MIT License