# HG changeset patch # User jurzua # Date 1414589362 0 # Node ID 0e0082e1e12fe361019cddcd909060f3089cf757 # Parent 615d27dce9b38e9d390434539b96ecf9d62b2bbb diff -r 615d27dce9b3 -r 0e0082e1e12f pom.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pom.xml Wed Oct 29 13:29:22 2014 +0000 @@ -0,0 +1,285 @@ + + + + 4.0.0 + de.mpiwg.openmind + openmind + jar + + 1.0.0 + openmind + + + Max Planck Institute for the History of Science + www.mpiwg-berlin.mpg.de + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + + + cl.talca + hashMapping + 1.0 + + + + + + org.slf4j + slf4j-log4j12 + 1.6.4 + + + + log4j + log4j + 1.2.16 + + + + + junit + junit + 4.10 + test + + + + + commons-lang + commons-lang + 2.6 + + + + org.jdom + jdom + 1.1.3 + + + org.apache.httpcomponents + httpclient + 4.2.5 + + + joda-time + joda-time + 2.2 + + + org.json + json + 20090211 + + + + + org.hibernate + hibernate-core + 3.5.6-Final + + + org.hibernate + hibernate-entitymanager + 3.5.6-Final + + + org.hibernate + hibernate-c3p0 + 3.5.6-Final + + + + + c3p0 + c3p0 + 0.9.1.2 + + + mysql + mysql-connector-java + 5.1.6 + + + + postgresql + postgresql + 9.1-901.jdbc4 + + + + + org.springframework + spring-context + 3.0.0.RELEASE + + + org.springframework + spring-tx + 3.0.0.RELEASE + + + org.springframework + spring-support + 1.2.9 + + + quartz + quartz + 1.5.2 + + + javolution + javolution + 5.5.1 + + + + + + + + + false + src/main/resources + + + false + src/main/java + + ** + + + **/*.java + + + + + + false + src/test/resources + + + false + src/test/java + + ** + + + **/*.java + + + + + + true + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + + 1.6 + 1.6 + UTF-8 + true + true + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.9 + + 2.0 + true + + + + maven-assembly-plugin + + + + fully.qualified.MainClass + + + + jar-with-dependencies + + + + + + + + + Apache Nexus + https://repository.apache.org/content/repositories/snapshots/ + + false + + + true + + + + snapshots + http://anonsvn.icefaces.org/repo/maven2/releases/ + + + java.net + http://download.java.net/maven/2 + + + +