X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=BRMSGateway%2Fpom.xml;h=7ae6449308e9ff1bfab3b0c4e9582087d4451409;hp=6f530b376b36b58d9ae5b3128bf1c411c41a852f;hb=67de0163434349c52291e49cc7bbeadcba03747c;hpb=775f45908025e46a40c9c147fca2066af5c8c5b8 diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 6f530b376..7ae644930 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,119 +19,147 @@ --> - 4.0.0 - - org.onap.policy.engine - PolicyEngineSuite - 1.2.0-SNAPSHOT - - BRMSGateway - This application will take in BRMS rules and acts as interface between PR and PDP XACML - - - org.onap.policy.engine - PolicyEngineAPI - ${project.version} - - - com.att.nsa - cambriaClient - - - - - junit - junit - 4.11 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.onap.policy.engine + PolicyEngineSuite + 1.3.0-SNAPSHOT + + BRMSGateway + This application will take in BRMS rules and acts as interface between PR and PDP XACML + + + com.h2database + h2 test - - org.apache.maven - maven-model - 2.2.1 - - - org.apache.maven.shared - maven-invoker - 2.2 - - - org.onap.policy.common - integrity-monitor - ${project.version} - - - org.sonatype.nexus - nexus-rest-client-java - 2.3.1 - - - com.thoughtworks.xstream - xstream - 1.3.1 - - - com.att.nsa - cambriaClient - 0.0.1 - - - org.slf4j - slf4j-log4j12 - - - - - org.onap.dmaap.messagerouter.dmaapclient - dmaapClient - ${dmaap.version} - - - org.slf4j - slf4j-log4j12 - - - com.att.aft - dme2 - - - - - org.apache.httpcomponents - httpclient - 4.5.2 - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - 2.2 - - - - true - lib/ - org.onap.policy.brmsInterface.BRMSGateway - - - - jar-with-dependencies - - - - - make-assembly - package - - single - - - - - - + + org.onap.policy.engine + PolicyEngineAPI + ${project.version} + + + com.att.nsa + cambriaClient + + + + + org.apache.maven + maven-model + 3.5.3 + + + org.apache.maven.shared + maven-invoker + 3.0.0 + + + org.onap.policy.common + integrity-monitor + ${project.version} + + + com.thoughtworks.xstream + xstream + 1.4.10 + + + com.att.nsa + cambriaClient + 0.0.1 + + + org.slf4j + slf4j-log4j12 + + + + + org.onap.dmaap.messagerouter.dmaapclient + dmaapClient + ${dmaap.version} + + + org.slf4j + slf4j-log4j12 + + + com.att.aft + dme2 + + + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + + + + maven-checkstyle-plugin + + + onap-java-style + + check + + process-sources + + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory} + true + true + true + true + true + warning + + + + + + org.onap.oparent + checkstyle + 0.1.1 + compile + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2 + + + + true + lib/ + org.onap.policy.brms.api.BrmsGateway + + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + + +