introduce base adaptor 40/92840/10
authorSmokowski, Kevin (ks6305) <kevin.smokowski@att.com>
Tue, 6 Aug 2019 19:36:13 +0000 (19:36 +0000)
committerKevin Smokowski <kevin.smokowski@att.com>
Fri, 9 Aug 2019 16:48:01 +0000 (16:48 +0000)
commit375001472fa8c286ac61557c63f2703da923b1d1
tree6de38be4d3c6dd154699322241a7bb5d67b0d86b
parentbe718ade10ffe698739ae724d50628e559d28805
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
18 files changed:
artifacts/pom.xml
base/http/features/ccsdk-base-http/pom.xml [new file with mode: 0644]
base/http/features/features-base-http/pom.xml [new file with mode: 0644]
base/http/features/pom.xml [new file with mode: 0644]
base/http/installer/pom.xml [new file with mode: 0644]
base/http/installer/src/assembly/assemble_installer_zip.xml [new file with mode: 0644]
base/http/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
base/http/installer/src/main/resources/scripts/install-feature.sh [new file with mode: 0644]
base/http/pom.xml [new file with mode: 0644]
base/http/provider/pom.xml [new file with mode: 0644]
base/http/provider/src/main/java/org/onap/ccsdk/sli/adaptors/base/http/AbstractHttpAdapter.java [new file with mode: 0644]
base/http/provider/src/main/java/org/onap/ccsdk/sli/adaptors/base/http/BasicAuthFilter.java [new file with mode: 0644]
base/http/provider/src/test/java/org/onap/ccsdk/sli/adaptors/base/http/AbstractHttpAdapterTest.java [new file with mode: 0644]
base/http/provider/src/test/java/org/onap/ccsdk/sli/adaptors/base/http/BasicAuthFilterTest.java [new file with mode: 0644]
base/http/provider/src/test/resources/testprops.properties [new file with mode: 0644]
base/pom.xml [new file with mode: 0644]
features/ccsdk-sli-adaptors-all/pom.xml
pom.xml