From fd5ce47f5c25d5f4ad1113615f44996081bb2a4b Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 30 Jan 2017 16:27:59 +0000 Subject: [PATCH] Added dependencies in pom git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/parthenos-entities@141919 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) diff --git a/pom.xml b/pom.xml index ff38cb0..48e1cae 100644 --- a/pom.xml +++ b/pom.xml @@ -9,4 +9,104 @@ parthenos-entities 0.0.1-SNAPSHOT parthenos Entities + + + UTF-8 + ${project.basedir}/distro + InformationSystem + + + + scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId} + scm:https://svn.d4science.research-infrastructures.eu/gcube//trunk/information-system/${project.artifactId} + https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId} + + + + + + org.gcube.distribution + gcube-bom + LATEST + pom + import + + + org.gcube.information-system + information-system-bom + LATEST + pom + import + + + + + + + org.gcube.information-system + information-system-model + + + org.gcube.information-system + gcube-resources + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-core + + + + org.slf4j + slf4j-api + provided + + + + + junit + junit + 4.11 + test + + + ch.qos.logback + logback-classic + 1.0.13 + test + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + ${distroDirectory}/descriptor.xml + + + + + servicearchive + install + + single + + + + + + + \ No newline at end of file