diff --git a/core/pom.xml b/core/pom.xml index acbd63c0..2ea0e209 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,83 +2,38 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.predic8 soa-model-core - 1.5.1 + ${project.artifactId} jar - - Membrane SOA Model - Membrane SOA Model is an open-source toolkit and Java API for WSDL and XML Schema, licensed under ASF 2.0. that can: - -Parse, create or modify a WSDL or XML Schema Document from Java -Compare two WSDL or XML Schema Documents -Create a SOAP Request or Template -Analyze a WSDL or Schema document and generate an HMTL report - https://github.com/membrane/soa-model - - - - - Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - - - - Predic8 - info@predic8.de - Predic8 - http://www.predic8.de/ - - - - - predic8 GmbH - http://predic8.com/ - - - - scm:git:git@github.com:membrane/soa-model.git - scm:git:git@github.com:membrane/soa-model.git - https://github.com/membrane/soa-model - - - - UTF-8 - 5B8A65F6 - 2.3.9 - 1.7.9 - + + com.predic8 + soa-model-parent + ../pom.xml + 1.5.2 + junit junit - 4.5 test org.codehaus.groovy groovy - ${groovy.version} org.codehaus.groovy groovy-xml - ${groovy.version} org.codehaus.groovy groovy-json - ${groovy.version} org.apache.httpcomponents httpclient - 4.2.2 commons-logging @@ -89,24 +44,20 @@ Analyze a WSDL or Schema document and generate an HMTL report org.codehaus.groovy groovy-test - ${groovy.version} test org.slf4j slf4j-api - ${slf4j.version} org.slf4j jcl-over-slf4j - ${slf4j.version} runtime ch.qos.logback logback-classic - 1.1.2 test diff --git a/distribution/pom.xml b/distribution/pom.xml index ba63627c..a4d24c30 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -1,9 +1,17 @@ 4.0.0 - com.predic8 + soa-model-distribution - 1.5.1 + ${project.artifactId} + jar + + + com.predic8 + soa-model-parent + ../pom.xml + 1.5.2 + @@ -14,31 +22,15 @@ org.codehaus.groovy groovy - 2.0.4 org.apache.httpcomponents httpclient - 4.2.2 - - commons-cli commons-cli - 1.2 - diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..3f16370e --- /dev/null +++ b/pom.xml @@ -0,0 +1,134 @@ + + 4.0.0 + + com.predic8 + soa-model-parent + 1.5.2 + pom + + Membrane SOA Model + Membrane SOA Model is an open-source toolkit and Java API for WSDL and XML Schema, licensed under ASF 2.0. that can: + +Parse, create or modify a WSDL or XML Schema Document from Java +Compare two WSDL or XML Schema Documents +Create a SOAP Request or Template +Analyze a WSDL or Schema document and generate an HMTL report + https://github.com/membrane/soa-model + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + Predic8 + info@predic8.de + Predic8 + http://www.predic8.de/ + + + + + predic8 GmbH + http://predic8.com/ + + + + scm:git:git@github.com:membrane/soa-model.git + https://github.com/membrane/soa-model + + + + Github Issue Tracker + https://github.com/membrane/soa-model/issues + + + + core + distribution + + + + UTF-8 + 5B8A65F6 + 2.3.9 + 1.7.9 + + + + + + + + junit + junit + 4.5 + test + + + org.codehaus.groovy + groovy + ${groovy.version} + + + org.codehaus.groovy + groovy-xml + ${groovy.version} + + + org.codehaus.groovy + groovy-json + ${groovy.version} + + + org.apache.httpcomponents + httpclient + 4.2.2 + + + commons-logging + commons-logging + + + + + org.codehaus.groovy + groovy-test + ${groovy.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + + + ch.qos.logback + logback-classic + 1.1.2 + + + + org.apache.httpcomponents + httpclient + 4.2.2 + + + commons-cli + commons-cli + 1.2 + + + + + + +