From 94d7d990ac85143fd3605c9a094082592d554e2a Mon Sep 17 00:00:00 2001 From: liboNet Date: Thu, 21 Mar 2019 08:01:55 +0800 Subject: add rest serve and distribution framework . update the pom.xml to include a submodule main . add all common necessnary package into pom.xml . add rest server and test case . port the distribution framework . which supports both http and https Change-Id: I5ccc712342fc8929d11e553f3e09f36e93a80935 Issue-ID: MULTICLOUD-546 Signed-off-by: liboNet --- .../main/src/test/resources/ssl/policy-keystore | Bin 0 -> 4311 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 artifactbroker/main/src/test/resources/ssl/policy-keystore (limited to 'artifactbroker/main/src/test/resources/ssl') diff --git a/artifactbroker/main/src/test/resources/ssl/policy-keystore b/artifactbroker/main/src/test/resources/ssl/policy-keystore new file mode 100644 index 0000000..7d2b1ec Binary files /dev/null and b/artifactbroker/main/src/test/resources/ssl/policy-keystore differ -- cgit 1.2.3-korg