From 18b3e84b36ca6dc8e653e9148795b0d73cda770e Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 1 Sep 2006 22:14:10 +0000 Subject: [PATCH] --- pom.xml | 111 ++++++++++++++++++++++++++++++++++++++++++++++++ support/pom.xml | 84 ++++++++++++++++++++++++++++++++++++ 2 files changed, 195 insertions(+) create mode 100644 pom.xml create mode 100644 support/pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..303f8971 --- /dev/null +++ b/pom.xml @@ -0,0 +1,111 @@ + + 4.0.0 + org.wamblee + utils + pom + 0.2-SNAPSHOT + wamblee.org utility libraries + http://wamblee.org + + support + + + + junit + junit + 3.8.1 + test + + + dbunit + dbunit + 2.1 + test + + + jmock + jmock-cglib + 1.1.0 + test + + + + + + + commons-logging + commons-logging + 1.0.2 + + + commons-beanutils + commons-beanutils + 1.7.0 + + + springframework + spring-beans + 1.2.6 + + + springframework + spring-hibernate + 1.2.6 + + + + log4j + log4j + 1.2.8 + + + dom4j + dom4j + 1.6 + + + ehcache + ehcache + 1.1 + + + xerces + xerces + 2.4.0 + + + org.hibernate + hibernate + 3.0.5 + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Test.java + + + + + + + + diff --git a/support/pom.xml b/support/pom.xml new file mode 100644 index 00000000..a87d7cb0 --- /dev/null +++ b/support/pom.xml @@ -0,0 +1,84 @@ + + + + org.wamblee + utils + 0.2-SNAPSHOT + + + 4.0.0 + org.wamblee + support + jar + 0.2-SNAPSHOT + wamblee.org support library + http://wamblee.org + + + commons-logging + commons-logging + + + commons-beanutils + commons-beanutils + + + springframework + spring-beans + + + springframework + spring-hibernate + + + + log4j + log4j + + + dom4j + dom4j + + + ehcache + ehcache + + + xerces + xerces + + + org.hibernate + hibernate + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Test.java + + + + + + + + -- 2.31.1