diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-09-05 12:12:34 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-09-05 12:58:53 -0700 |
commit | aa9685086bc7c9094aca1f11280f9db2434810d7 (patch) | |
tree | 68a37bd3d0ef92a06c78c1b8725704daa8b3821d /pom.xml | |
parent | f2c1c952765c0a4df2545ebec7b7f6e5c59617b1 (diff) |
Changes to remove maven-staging-plugin
Root pom ccsdk version updated to latest and
dependency versions are fixed so that they are
compliant with the maven enforcer plugin.
Change-Id: If85006519678a14af6ace21268eb0bfc195e4215
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent</artifactId> - <version>1.0.3</version> + <version>1.3.2</version> </parent> @@ -220,11 +220,6 @@ limitations under the License. </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> - <artifactId>sal-binding-api</artifactId> - <version>${odl.mdsal.version}</version> - </dependency> - <dependency> - <groupId>org.opendaylight.controller</groupId> <artifactId>sal-test-model</artifactId> <version>${odl.mdsal.version}</version> </dependency> @@ -642,7 +637,7 @@ limitations under the License. <module>appc-outbound</module> <module>appc-inbound</module> <module>appc-sequence-generator</module> - <module>appc-client</module> +<!-- <module>appc-client</module> --> </modules> </profile> <profile> |