From cd99d57cccb88ea8a058eca530d62a81a665983c Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 11 Apr 2013 10:13:44 +0200 Subject: o Initial import. --- pom.xml | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100755 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100755 index 0000000..d53bbc1 --- /dev/null +++ b/pom.xml @@ -0,0 +1,109 @@ + + 4.0.0 + io.trygvis.2013.04 + quartz-based-queue + 1.0-SNAPSHOT + + + org.hibernate + hibernate-jpamodelgen + 1.2.0.Final + + + org.hibernate + hibernate-entitymanager + 4.1.9.Final + + + org.hibernate + hibernate-core + 4.1.9.Final + + + org.springframework + spring-context + 3.2.2.RELEASE + + + org.springframework + spring-context-support + 3.2.2.RELEASE + + + org.springframework + spring-orm + 3.2.2.RELEASE + + + org.springframework.data + spring-data-jpa + 1.2.0.RELEASE + + + com.jolbox + bonecp-spring + 0.7.1.RELEASE + + + org.quartz-scheduler + quartz + 2.1.7 + + + c3p0 + c3p0 + + + + + com.google.guava + guava + 14.0.1 + + + ch.qos.logback + logback-classic + 1.0.9 + + + org.slf4j + jul-to-slf4j + 1.7.2 + + + org.slf4j + jcl-over-slf4j + 1.7.2 + + + org.postgresql + postgresql + 9.2-1002-jdbc4 + + + + + + org.slf4j + slf4j-api + 1.7.2 + + + org.slf4j + log4j-over-slf4j + 1.7.2 + + + + + + + maven-compiler-plugin + + 1.7 + 1.7 + + + + + -- cgit v1.2.3