From c17ce648ecc3453df8754b936f2b344f13f6dc65 Mon Sep 17 00:00:00 2001 From: Pooja03 Date: Thu, 9 Aug 2018 17:49:09 +0530 Subject: Integratation of DMaaP, Mapping File DMaaP integratation, Mapping File, Initialization of Adapter Change-Id: I826aa2e64fa7c155f088a7519c24887ce88e2ec4 Issue-ID: DCAEGEN2-335 Signed-off-by: Pooja03 --- UniversalVesAdapter/pom.xml | 107 +++++++++++++++++++++++++++++++++----------- 1 file changed, 80 insertions(+), 27 deletions(-) (limited to 'UniversalVesAdapter/pom.xml') diff --git a/UniversalVesAdapter/pom.xml b/UniversalVesAdapter/pom.xml index 6bbe1cf..63531ce 100644 --- a/UniversalVesAdapter/pom.xml +++ b/UniversalVesAdapter/pom.xml @@ -10,7 +10,8 @@ OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= --> - 4.0.0 @@ -18,15 +19,42 @@ UniversalVesAdapter 0.0.1 + - org.onap.dcaegen2.services.mapper mapper 0.0.1-SNAPSHOT + + com.google.guava + guava + 25.1-jre + + + + com.google.code.gson + gson + 2.8.5 + + + + com.google.inject + guice + 4.2.0 + + + + org.apache.commons + commons-lang3 + 3.5 + + + com.google.inject.extensions + guice-assistedinject + 4.2.0 + org.milyn milyn-smooks-all @@ -43,30 +71,42 @@ dmaapClient 1.1.3 - + + + org.postgresql + postgresql + 42.2.4 + + + org.springframework + spring-jdbc + 5.0.7.RELEASE + org.springframework.boot spring-boot-starter-web - 2.0.1.RELEASE + 2.0.3.RELEASE org.springframework.boot spring-boot-starter-test - 2.0.1.RELEASE + 2.0.3.RELEASE test + + org.springframework.data + spring-data-commons + 2.0.6.RELEASE + + com.jayway.jsonpath json-path 2.4.0 test - - org.springframework.data - spring-data-commons - 2.0.6.RELEASE - + com.fasterxml.jackson.core jackson-databind @@ -107,9 +147,29 @@ xml-apis 1.4.01 + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + compile + + + org.apache.httpcomponents + httpmime + ${httpclient.version} + compile + + - + + org.springframework.boot + spring-boot-configuration-processor + true + 2.0.4.RELEASE + @@ -150,7 +210,8 @@ false ${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.universalvesadaptor openjdk:8-jre - ["java", "-jar", "/opt/${project.build.finalName}.jar", "server"] + ["java", "-jar", "/opt/${project.build.finalName}.jar", + "server"] /opt @@ -162,7 +223,7 @@ 8080 - + ${project.version} latest @@ -186,22 +247,14 @@ - - regex-property - - regex-property - - - docker.version - ${project.version} - (^[0-9]+.[0-9]+.[0-9]+$) - $1-STAGING - false - - + + UniversalVesAdapter -- cgit 1.2.3-korg