X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ui%2Fpom.xml;fp=ui%2Fpom.xml;h=85890da3439206224d5dd75517e0acf1d5519dd7;hb=c5ad3fa5dcff60eb9108ed303806ff28b31a9c09;hp=0000000000000000000000000000000000000000;hpb=e8d760fe817577deae92c372b877507adc100a5f;p=validation.git diff --git a/ui/pom.xml b/ui/pom.xml new file mode 100755 index 0000000..85890da --- /dev/null +++ b/ui/pom.xml @@ -0,0 +1,236 @@ + + + + 4.0.0 + org.akraino.validation + ui + war + 0.0.1-SNAPSHOT + AECBlueprintValidationUI Maven Webapp + http://maven.apache.org + + 1.8 + 4.3.0.RELEASE + 3.2.3.RELEASE + 2.7.5 + UTF-8 + 1.19.4 + 27.1-jre + + + + + central + Central Repository + http://repo.maven.apache.org/maven2 + default + + false + + + + + + + central + Maven Plugin Repository + http://repo1.maven.org/maven2 + default + + false + + + never + + + + + + + junit + junit + 4.12 + test + + + commons-codec + commons-codec + 1.11 + + + org.springframework + spring-webmvc + ${org.springframework-version} + + + org.springframework + spring-context + ${org.springframework-version} + + + org.springframework + spring-orm + ${org.springframework-version} + + + org.springframework + spring-tx + ${org.springframework-version} + + + commons-fileupload + commons-fileupload + 1.3.2 + + + org.hibernate + hibernate-core + 5.2.6.Final + + + org.javassist + javassist + 3.18.2-GA + + + org.hibernate + hibernate-c3p0 + 5.2.6.Final + + + commons-dbcp + commons-dbcp + 1.4 + + + com.mchange + c3p0 + 0.9.5.2 + + + org.hibernate + hibernate-validator + 5.4.1.Final + + + log4j + log4j + 1.2.17 + + + org.springframework + spring-test + ${org.springframework-version} + test + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + javax.servlet + jstl + 1.2 + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.library} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + ${jackson.library} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${jackson.library} + + + org.apache.commons + commons-lang3 + 3.4 + + + org.postgresql + postgresql + 42.2.2 + + + com.sun.jersey + jersey-json + ${jersey-version} + + + com.sun.jersey + jersey-client + ${jersey-version} + + + com.google.guava + guava + ${google.guava-version} + + + org.json + json + 20180813 + + + org.jsoup + jsoup + 1.12.1 + + + commons-httpclient + commons-httpclient + 3.1 + + + + + + AECBlueprintValidationUI + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + ${java-version} + ${java-version} + + + + org.apache.maven.plugins + maven-war-plugin + 2.4 + + src/main/webapp + AECBlueprintValidationUI + false + + + + + +