From 6ba3b6fc452265fb595b7f32055423c606ed77fd Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 1 Aug 2013 22:26:13 +0200 Subject: o Initial import. --- container-core/pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 container-core/pom.xml (limited to 'container-core/pom.xml') diff --git a/container-core/pom.xml b/container-core/pom.xml new file mode 100644 index 0000000..e16c761 --- /dev/null +++ b/container-core/pom.xml @@ -0,0 +1,32 @@ + + + 4.0.0 + + container-playground + io.trygvis.container + 1.0-SNAPSHOT + + container-core + + 3.2.2.RELEASE + + + + org.springframework + spring-beans + ${version.spring} + + + org.springframework + spring-jdbc + ${version.spring} + + + org.springframework + spring-tx + ${version.spring} + + + -- cgit v1.2.3