diff options
author | Dan Timoney <dtimoney@att.com> | 2018-02-12 10:35:37 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2018-02-12 10:35:37 -0500 |
commit | 1f55bc88e426a2f3cf7908967227332ca2002900 (patch) | |
tree | 11b660ef7c5ab70ad19969b1f18cf7ba942cb11f /odlparent/single-feature-parent/pom.xml | |
parent | 3e77e074b120ab2373732425db8902b8e6f57f12 (diff) |
Move common settings to parent
Configure versions plugin to work for multimodule projects
without parent/child relationships.
Change-Id: I9993930135ef40f2d2ca926bb733f189256bc000
Issue-ID: CCSDK-174
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'odlparent/single-feature-parent/pom.xml')
-rwxr-xr-x | odlparent/single-feature-parent/pom.xml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml index 2f488193..3b83b256 100755 --- a/odlparent/single-feature-parent/pom.xml +++ b/odlparent/single-feature-parent/pom.xml @@ -440,6 +440,20 @@ <dependencyManagement> <dependencies> <dependency> + <groupId>org.opendaylight.mdsal.model</groupId> + <artifactId>mdsal-model-artifacts</artifactId> + <version>0.11.1</version> + <type>pom</type> + <scope>import</scope> + </dependency> + <dependency> + <groupId>org.opendaylight.controller</groupId> + <artifactId>mdsal-artifacts</artifactId> + <version>1.6.1</version> + <type>pom</type> + <scope>import</scope> + </dependency> + <dependency> <groupId>org.onap.sdnc.core</groupId> <artifactId>sli-common</artifactId> <version>${sdnctl.sli.version}</version> @@ -1152,7 +1166,10 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> - <version>2.3</version> + <version>2.5</version> + <configuration> + <processAllModules>true</processAllModules> + </configuration> </plugin> <plugin> <artifactId>maven-scm-plugin</artifactId> |