diff --git a/rest/taskana-rest-spring/pom.xml b/rest/taskana-rest-spring/pom.xml index cdcefbfda..175f9c796 100644 --- a/rest/taskana-rest-spring/pom.xml +++ b/rest/taskana-rest-spring/pom.xml @@ -1,283 +1,283 @@ - - 4.0.0 - - pro.taskana - taskana-rest-spring - 1.0.6-SNAPSHOT - - ${project.groupId}:${project.artifactId} - The taskana rest logic. - http://taskana.pro - - - - The Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - - - Holger Hagen - holger.hagen@novatec-gmbh.de - NovaTec Consulting GmbH - https://www.novatec-gmbh.de - - - - - scm:git:git://github.com/taskana/taskana.git - scm:git:ssh://github.com:taskana/taskana.git - http://github.com/taskana/taskana/tree/master - - - - UTF-8 - UTF-8 - 1.8 - 1.8 - 1.8 - 5.0.5.RELEASE - 2.3.2.RELEASE - - - - - snapshot - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - true - - ossrh - https://oss.sonatype.org/ - false - - - - - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - - - release - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - true - - ossrh - https://oss.sonatype.org/ - false - - - - - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - - - - org.springframework - spring-web - ${spring.version} - - - org.springframework - spring-beans - ${spring.version} - - - org.springframework - spring-jdbc - ${spring.version} - - - org.springframework.hateoas - spring-hateoas - 0.24.0.RELEASE - - - org.springframework.ldap - spring-ldap-core - ${spring.ldap.version} - - - javax.servlet - javax.servlet-api - 4.0.1 - provided - - - javax.validation - validation-api - 2.0.1.Final - - - com.fasterxml.jackson.core - jackson-databind - 2.9.6 - - - - pro.taskana - taskana-spring - ${project.version} - - - - - org.springframework - spring-test - 5.0.5.RELEASE - test - - - org.springframework.plugin - spring-plugin-core - 1.2.0.RELEASE - test - - - junit - junit - 4.12 - test - - - org.slf4j - slf4j-simple - 1.6.1 - test - - - com.h2database - h2 - 1.4.197 - test - - - - org.springframework.ldap - spring-ldap-test - ${spring.ldap.version} - test - - - commons-logging - commons-logging - - - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.17 - - - validate - validate - - ../../qa/checkstyle/checkstyle.xml - UTF-8 - true - true - true - true - - - check - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.5.1 - - true - - -Xlint:all - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - - - - - - - + + 4.0.0 + + pro.taskana + taskana-rest-spring + 1.0.6-SNAPSHOT + + ${project.groupId}:${project.artifactId} + The taskana rest logic. + http://taskana.pro + + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + Holger Hagen + holger.hagen@novatec-gmbh.de + NovaTec Consulting GmbH + https://www.novatec-gmbh.de + + + + + scm:git:git://github.com/taskana/taskana.git + scm:git:ssh://github.com:taskana/taskana.git + http://github.com/taskana/taskana/tree/master + + + + UTF-8 + UTF-8 + 1.8 + 1.8 + 1.8 + 5.0.5.RELEASE + 2.3.2.RELEASE + + + + + snapshot + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + false + + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + false + + + + + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + + org.springframework + spring-web + ${spring.version} + + + org.springframework + spring-beans + ${spring.version} + + + org.springframework + spring-jdbc + ${spring.version} + + + org.springframework.hateoas + spring-hateoas + 0.24.0.RELEASE + + + org.springframework.ldap + spring-ldap-core + ${spring.ldap.version} + + + javax.servlet + javax.servlet-api + 4.0.1 + provided + + + javax.validation + validation-api + 2.0.1.Final + + + com.fasterxml.jackson.core + jackson-databind + 2.9.8 + + + + pro.taskana + taskana-spring + ${project.version} + + + + + org.springframework + spring-test + 5.0.5.RELEASE + test + + + org.springframework.plugin + spring-plugin-core + 1.2.0.RELEASE + test + + + junit + junit + 4.12 + test + + + org.slf4j + slf4j-simple + 1.6.1 + test + + + com.h2database + h2 + 1.4.197 + test + + + + org.springframework.ldap + spring-ldap-test + ${spring.ldap.version} + test + + + commons-logging + commons-logging + + + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17 + + + validate + validate + + ../../qa/checkstyle/checkstyle.xml + UTF-8 + true + true + true + true + + + check + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 + + true + + -Xlint:all + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + +