diff --git a/dook/pom.xml b/dook/pom.xml new file mode 100644 index 0000000..3ac4488 --- /dev/null +++ b/dook/pom.xml @@ -0,0 +1,322 @@ + + + + dch-health + com.dch + 1.0-SNAPSHOT + + 4.0.0 + + dch-drug + 药物循证数据库维护 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + 1.7 + + + + + + + + com.dch + dch-base + 1.0-SNAPSHOT + + + + com.dch + dch-solr + 1.0-SNAPSHOT + + + + com.thoughtworks.xstream + xstream + + + javax.servlet + servlet-api + + + org.mortbay.jetty + jetty + + + javax.validation + validation-api + + + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-log4j12 + + + commons-logging + commons-logging-api + + + log4j + log4j + + + ch.qos.logback + logback-classic + + + + junit + junit + test + + + + cglib + cglib-nodep + + + com.googlecode.jmockit + jmockit + test + + + + + com.sun.jersey + jersey-core + + + com.sun.jersey + jersey-servlet + + + com.sun.jersey + jersey-server + + + com.sun.jersey + jersey-json + + + com.sun.jersey.contribs + jersey-guice + + + com.sun.jersey.contribs + jersey-moxy + + + + com.sun.jersey.contribs + jersey-multipart + + + + org.codehaus.jackson + jackson-core-asl + + + + org.springframework + spring-core + + + commons-logging + commons-logging + + + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-context-support + + + org.springframework + spring-aop + + + commons-logging + commons-logging + + + + + org.springframework + spring-tx + + + org.springframework + spring-web + + + org.springframework + spring-webmvc + + + + org.springframework + spring-orm + + + org.springframework + spring-jdbc + + + org.springframework + spring-tx + + + + + org.springframework.data + spring-data-jpa + + + + org.springframework + spring-expression + + + + + com.sun.jersey.contribs + jersey-spring + + + org.springframework + spring + + + spring-core + org.springframework + + + spring-beans + org.springframework + + + spring-context + org.springframework + + + spring-web + org.springframework + + + spring-aop + org.springframework + + + spring-tx + org.springframework + + + + + + + org.aspectj + aspectjweaver + + + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + + javax.servlet + jstl + jar + + + javax.servlet + servlet-api + provided + + + javax.servlet.jsp + jsp-api + provided + + + + com.google.guava + guava + + + + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + + commons-io + commons-io + ${commons-io.version} + + + commons-codec + commons-codec + ${commons-codec.version} + + + commons-fileupload + commons-fileupload + ${commons-fileupload.version} + + + commons-beanutils + commons-beanutils + ${commons-beanutils.version} + + + commons-logging + commons-logging + + + + + + + com.mchange + c3p0 + + + +