From 7b02b1bb4c6a8d1f579ac28b26f03af6d0e298ce Mon Sep 17 00:00:00 2001 From: Eric Bonestroo Date: Fri, 12 Dec 2014 12:17:33 +0100 Subject: [PATCH] Added missing dependency --- spring-ws-boot/Calculator/pom.xml | 185 +++++++++++++++--------------- 1 file changed, 95 insertions(+), 90 deletions(-) diff --git a/spring-ws-boot/Calculator/pom.xml b/spring-ws-boot/Calculator/pom.xml index 8e74297..4f40016 100644 --- a/spring-ws-boot/Calculator/pom.xml +++ b/spring-ws-boot/Calculator/pom.xml @@ -1,102 +1,107 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - nl.ase.calculator - Calculator - 0.1.0 + nl.ase.calculator + Calculator + 0.1.0 - - org.springframework.boot - spring-boot-starter-parent - 1.1.4.RELEASE - + + org.springframework.boot + spring-boot-starter-parent + 1.1.4.RELEASE + - - - - org.springframework.boot - spring-boot-starter-ws - - - org.springframework.boot - spring-boot-starter-data-jpa - - - org.springframework.boot - spring-boot-starter-test - test - - - xmlrpc - xmlrpc-client - 3.0 - - - mysql - mysql-connector-java - 5.1.30 - - - wsdl4j - wsdl4j - 1.6.1 - - - + + + + org.springframework.boot + spring-boot-starter-ws + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-test + test + + + xmlrpc + xmlrpc-client + 3.0 + + + mysql + mysql-connector-java + 5.1.30 + + + wsdl4j + wsdl4j + 1.6.1 + + + org.apache.xmlrpc + xmlrpc-common + 3.1.3 + + + - - - UTF-8 - UTF-8 - nl.ase.calculator.CalculatorWsApplication - + + + UTF-8 + UTF-8 + nl.ase.calculator.CalculatorWsApplication + - - - - maven-compiler-plugin - - - org.springframework.boot - spring-boot-maven-plugin - + + + + maven-compiler-plugin + + + org.springframework.boot + spring-boot-maven-plugin + - - - org.codehaus.mojo - jaxb2-maven-plugin - 1.6 - - - xjc - - xjc - - - - - nl.ase.calculator - ${project.basedir}/src/main/resources/ - - - - - + + + org.codehaus.mojo + jaxb2-maven-plugin + 1.6 + + + xjc + + xjc + + + + + nl.ase.calculator + ${project.basedir}/src/main/resources/ + + + + + - - - spring-releases - http://repo.spring.io/libs-release - - - - - spring-releases - http://repo.spring.io/libs-release - - + + + spring-releases + http://repo.spring.io/libs-release + + + + + spring-releases + http://repo.spring.io/libs-release + +