X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fcommons%2Fopendaylight%2Fpom.xml;h=77c807b0ed936fa27361274591aeb749e034f141;hp=43b69e4d87d4eb3838a2ff2945b3195d1f5aefab;hb=ccb09272d8234b70295c55ffa0419c27af1d69ec;hpb=37cf6538c44f41123b2261dd158f91078b07fb4f diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 43b69e4d87..77c807b0ed 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -84,7 +84,7 @@ 0.5.2-SNAPSHOT 0.7.1-SNAPSHOT 0.1.2-SNAPSHOT - 0.7.1-SNAPSHOT + 0.8.1-SNAPSHOT 0.0.3-SNAPSHOT 0.1.2-SNAPSHOT 0.0.3-SNAPSHOT @@ -113,6 +113,8 @@ 1.7 1.3.1 + 2.4.3 + ${project.build.directory}/generated-sources/xtend-gen @@ -1164,6 +1166,11 @@ + + org.eclipse.xtend + org.eclipse.xtend.lib + ${xtend.version} + org.opendaylight.controller sal-common @@ -1442,16 +1449,6 @@ config-persister-impl ${netconf.version} - - ${project.groupId} - ietf-netconf-monitoring - ${netconf.version} - - - ${project.groupId} - ietf-netconf-monitoring-extension - ${netconf.version} - @@ -1768,6 +1765,7 @@ maven-surefire-plugin ${surefire.version} + ${testvm.argLine} logback.configurationFile @@ -1804,6 +1802,17 @@ maven-release-plugin ${releaseplugin.version} + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + org.opendaylight.yangtools + yang-maven-plugin + ${yangtools.version} + + org.eclipse.m2e @@ -1991,6 +2000,21 @@ ${java.version.target} + + org.eclipse.xtend + xtend-maven-plugin + ${xtend.version} + + + + compile + + + ${xtend.dstdir} + + + +