From 2dbbd943f4520da26f7d531c0feac9a2a367c264 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Fri, 25 Oct 2013 07:40:05 +0200 Subject: [PATCH] [New] initial commit of pom defining strolch bom --- .gitignore | 2 ++ README.md | 2 +- pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index 2f7896d1d..3caf15de1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ target/ +/.settings +/.project diff --git a/README.md b/README.md index 8359d50b2..710ae1ea2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ li.strolch.bom ============== -The default set of dependencies to start working with strolch +The default set of dependencies to start working with strolch projects diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..86e1d4483 --- /dev/null +++ b/pom.xml @@ -0,0 +1,36 @@ + + 4.0.0 + + + li.strolch + li.strolch.parent + 0.1.0-SNAPSHOT + ../li.strolch.parent + + + li.strolch.bom + pom + The default set of dependencies to start working with strolch projects + The default set of dependencies to start working with strolch projects + + + + li.strolch + li.strolch.model + + + li.strolch + li.strolch.persistence.xml + + + li.strolch + li.strolch.runtime + + + li.strolch + li.strolch.service + + + +