diff options
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> |