From 9d66c42460dda63a6380ba0f30004fcd92a4f5c4 Mon Sep 17 00:00:00 2001 From: Busfreak Date: Fri, 10 Mar 2023 00:30:42 +0100 Subject: erste Version --- DNPMPlugins/pom.xml | 167 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 DNPMPlugins/pom.xml (limited to 'DNPMPlugins/pom.xml') diff --git a/DNPMPlugins/pom.xml b/DNPMPlugins/pom.xml new file mode 100644 index 0000000..814d865 --- /dev/null +++ b/DNPMPlugins/pom.xml @@ -0,0 +1,167 @@ + + 4.0.0 + DNPMHelper + DNPMHelper + 0.0.2 + DNPMHelper + + + + + de.itc + onkostar-parent + 2.11.1.1 + system + ${project.basedir}/libs/onkostar-api-2.11.1.1.jar + + + + + ca.uhn.hapi + hapi-base + 2.2 + system + ${project.basedir}/libs/hapi-base-2.2.jar + + + + + ca.uhn.hapi + hapi-structures-v23 + 2.2 + system + ${project.basedir}/libs/hapi-structures-v23-2.2.jar + + + ca.uhn.hapi + hapi-structures-v24 + 2.2 + system + ${project.basedir}/libs/hapi-structures-v24-2.2.jar + + + ca.uhn.hapi + hapi-structures-v25 + 2.2 + system + ${project.basedir}/libs/hapi-structures-v25-2.2.jar + + + ca.uhn.hapi + hapi-structures-v26 + 2.2 + system + ${project.basedir}/libs/hapi-structures-v26-2.2.jar + + + org.springframework + spring-beans + 4.3.8.RELEASE + system + ${project.basedir}/libs/spring-beans-4.3.8.RELEASE.jar + + + + + org.hibernate + hibernate-core + 5.1.8.Final + system + ${project.basedir}/libs/hibernate-core-5.1.8.Final.jar + + + + + com.fasterxml.jackson.core + jackson-databind + 2.10.1 + + + org.springframework.boot + spring-boot-starter-web + 2.2.1.RELEASE + compile + + + org.springframework + spring-tx + 3.2.1.RELEASE + + + org.apache.logging.log4j + log4j-api + 2.14.1 + + + org.apache.logging.log4j + log4j-core + 2.14.1 + + + javax.xml.bind + jaxb-api + 2.3.0 + provided + + + org.springframework + spring-jdbc + 5.3.14 + + + org.apache.commons + commons-csv + 1.2 + provided + + + commons-lang + commons-lang + 2.6 + provided + + + + + + + + + + maven-jar-plugin + 2.4 + + C:\Onkostar-System\Onkostar\files\onkostar\plugins + + + + default-jar + package + + jar + + + + + + maven-compiler-plugin + 3.8.1 + + 11 + 11 + + + + + + + 11 + 11 + 11 + UTF-8 + + 4.3.8.RELEASE + + \ No newline at end of file -- cgit v1.2.3