From 4765b651395cf25c5e17ed238b613496fafb4f9a Mon Sep 17 00:00:00 2001 From: Fotis Paraskevopoulos Date: Fri, 2 Dec 2011 11:58:11 +0200 Subject: [PATCH] Preparing directory structure for project --- .gitignore | 3 + eu.alert-project.iccs.events.core/pom.xml | 217 ++++++++++++++++++++++ 2 files changed, 220 insertions(+) create mode 100644 .gitignore create mode 100644 eu.alert-project.iccs.events.core/pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..79ca227 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/.idea +*.iml +*.dump \ No newline at end of file diff --git a/eu.alert-project.iccs.events.core/pom.xml b/eu.alert-project.iccs.events.core/pom.xml new file mode 100644 index 0000000..de3dd1d --- /dev/null +++ b/eu.alert-project.iccs.events.core/pom.xml @@ -0,0 +1,217 @@ + + + 4.0.0 + + eu.alert-project.iccs.events + eu.alert-project.iccs.events + core + 0.0.1-SNAPSHOT + + + + + UTF-8 + + + 4.8.1 + 2.4.8 + + 1.6.1 + 3.0.4.RELEASE + + + 2.4 + 1.3 + 1.4 + + + + + + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + utf-8 + + + + + + + + org.slf4j + slf4j-api + ${org.slf4j.slf4j-api.version} + + + + commons-lang + commons-lang + ${commons-lang.commons-lang.version} + + + + + org.springframework + spring-core + ${org.springframework.version} + + + + org.springframework + spring-aop + ${org.springframework.version} + + + + org.springframework + spring-tx + ${org.springframework.version} + + + + org.springframework + spring-context + ${org.springframework.version} + + + + org.springframework + spring-context-support + ${org.springframework.version} + + + + + org.springframework + spring-orm + ${org.springframework.version} + + + org.springframework + spring-jdbc + ${org.springframework.version} + + + org.springframework + spring-beans + ${org.springframework.version} + + + + org.springframework + spring-test + ${org.springframework.version} + + + + org.springframework + spring-oxm + ${org.springframework.version} + + + + com.thoughtworks.xstream + xstream + 1.3.1 + + + + + junit + junit + ${junit.junit.version} + + + + + joda-time + joda-time + 1.6.2 + + + + commons-codec + commons-codec + ${commons-codec.commons-codec.version} + + + commons-io + commons-io + ${commons-io.commons-io.version} + + + + + + + + + org.slf4j + slf4j-api + ${org.slf4j.slf4j-api.version} + + + + org.slf4j + slf4j-log4j12 + ${org.slf4j.slf4j-api.version} + + + + org.slf4j + jcl-over-slf4j + ${org.slf4j.slf4j-api.version} + + + commons-logging + commons-logging + 1.1.1 + + + + + + commons-lang + commons-lang + + + + + junit + junit + test + + + org.springframework + spring-test + test + + + + commons-codec + commons-codec + test + + + + + + imu-repository + Maven Repository Manager running on repo.mycompany.com + http://imu.epd.ece.ntua.gr:9991/artifactory/repos/ + + + + + imu-repository + Maven Repository Manager running on repo.mycompany.com + http://imu.epd.ece.ntua.gr:9991/artifactory/repos/ + + + + \ No newline at end of file