From 4a51a8f96715ffb2a42189b93b9fa91b453b8530 Mon Sep 17 00:00:00 2001 From: sg481n Date: Thu, 3 Aug 2017 17:39:12 -0400 Subject:  [AAF-21] Initial code import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia1dd196befd061f6ba0c2be6bf4456a30ea50f97 Signed-off-by: sg481n --- core/pom.xml | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 core/pom.xml (limited to 'core/pom.xml') diff --git a/core/pom.xml b/core/pom.xml new file mode 100644 index 0000000..15c7e63 --- /dev/null +++ b/core/pom.xml @@ -0,0 +1,131 @@ + + + + com.att.cadi + parent + .. + 1.3.2 + + + 4.0.0 + CADI Core Framework (Code, Access, Data, Identity) + cadi-core + jar + https://github.com/att/AAF + CADI + + + + + javax.servlet + servlet-api + provided + + + + org.slf4j + slf4j-api + provided + + + + + + + + org.apache.maven.plugins + maven-jarsigner-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + + com.att.cadi.CmdLine + + + true + + + + + + test-jar + package + + test-jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + false + + + + attach-javadocs + + jar + + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrhdme + https://oss.sonatype.org/ + true + + + + + + -- cgit 1.2.3-korg