From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../CamelPrototype/pom.xml | 200 +++++++++++++++++++++ 1 file changed, 200 insertions(+) create mode 100644 Master/Daten- und Systemintegration/CamelPrototype/pom.xml (limited to 'Master/Daten- und Systemintegration/CamelPrototype/pom.xml') diff --git a/Master/Daten- und Systemintegration/CamelPrototype/pom.xml b/Master/Daten- und Systemintegration/CamelPrototype/pom.xml new file mode 100644 index 0000000..b74243b --- /dev/null +++ b/Master/Daten- und Systemintegration/CamelPrototype/pom.xml @@ -0,0 +1,200 @@ + + + + 4.0.0 + de.h_da.fbi.dsi.ws0910 + camelprototype + war + 1.0-SNAPSHOT + H_DA/FBI/DSI Camel Prototype WS2009/2010 + + + 2.2.5 + 6.1.9 + 2.1.0 + + + + + + + + org.apache.camel + camel-core + ${camel-version} + + + org.apache.camel + camel-spring-javaconfig + ${camel-version} + + + org.apache.camel + camel-spring + ${camel-version} + + + org.apache.camel + camel-csv + ${camel-version} + + + org.apache.camel + camel-cxf + ${camel-version} + + + org.apache.camel + camel-jetty + ${camel-version} + + + org.apache.camel + camel-velocity + ${camel-version} + + + org.apache.camel + camel-mail + ${camel-version} + + + xerces + xercesImpl + 2.8.1 + + + + + hsqldb + hsqldb + 1.8.0.10 + + + + org.apache.derby + derby + 10.4.2.0 + + + + + org.apache.cxf + cxf-rt-core + ${cxf-version} + + + org.apache.cxf + cxf-rt-frontend-jaxws + ${cxf-version} + + + + + org.apache.cxf + cxf-rt-transports-http-jetty + ${cxf-version} + + + + + log4j + log4j + 1.2.14 + + + + + + + junit + junit + + 4.7 + test + + + org.springframework + spring-test + 2.5.6 + + + + org.jvnet.mock-javamail + mock-javamail + 1.7 + test + + + + + javax.mail + mail + 1.4.1 + test + + + + org.apache.camel + camel-core + ${camel-version} + test + test-jar + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + org.apache.cxf + cxf-codegen-plugin + ${cxf-version} + + + generate-sources + generate-sources + + ${basedir}/target/generated/src/main/java + + + ${basedir}/src/main/resources/OrderService.wsdl + + + + + wsdl2java + + + + + + + org.mortbay.jetty + maven-jetty-plugin + ${jetty-version} + + + + org.apache.camel + camel-maven-plugin + ${camel-version} + + + + -- cgit v1.2.3