aboutsummaryrefslogtreecommitdiffstats
path: root/base/http/features/pom.xml
diff options
context:
space:
mode:
authorSmokowski, Kevin (ks6305) <kevin.smokowski@att.com>2019-08-06 19:36:13 +0000
committerKevin Smokowski <kevin.smokowski@att.com>2019-08-09 16:48:01 +0000
commit375001472fa8c286ac61557c63f2703da923b1d1 (patch)
tree6de38be4d3c6dd154699322241a7bb5d67b0d86b /base/http/features/pom.xml
parentbe718ade10ffe698739ae724d50628e559d28805 (diff)
introduce base adaptor
introduce base adaptor for other adaptors to extend Issue-ID: CCSDK-1595 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I35d4499491cd87a7d651fa9ed654ad7c677ae2b8
Diffstat (limited to 'base/http/features/pom.xml')
-rw-r--r--base/http/features/pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/base/http/features/pom.xml b/base/http/features/pom.xml
new file mode 100644
index 00000000..a9abe519
--- /dev/null
+++ b/base/http/features/pom.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.onap.ccsdk.parent</groupId>
+ <artifactId>odlparent-lite</artifactId>
+ <version>1.3.2</version>
+ <relativePath/>
+ </parent>
+
+ <groupId>org.onap.ccsdk.sli.adaptors</groupId>
+ <artifactId>base-http-features</artifactId>
+ <version>0.5.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <name>ccsdk-sli-adaptors :: base-http :: ${project.artifactId}</name>
+
+ <modules>
+ <module>ccsdk-base-http</module>
+ <module>features-base-http</module>
+ </modules>
+</project>