X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fcommons%2Fpom.xml;h=a2d2dac112e932d7578698bd1eccf54f54942f50;hb=18a4539ad844c05fcd30373efa43f873aca4c142;hp=83699d2b4b3e79c5ae4f160a404d68a2d99f85e3;hpb=3b38f7ab02985255a6112f7a418667a5d6c35391;p=controller.git diff --git a/opendaylight/northbound/commons/pom.xml b/opendaylight/northbound/commons/pom.xml index 83699d2b4b..a2d2dac112 100644 --- a/opendaylight/northbound/commons/pom.xml +++ b/opendaylight/northbound/commons/pom.xml @@ -12,7 +12,6 @@ 0.4.2-SNAPSHOT bundle - com.fasterxml.jackson.core jackson-databind @@ -65,6 +64,13 @@ org.opendaylight.controller usermanager + + + ch.qos.logback + logback-classic + test + + @@ -72,13 +78,13 @@ org.apache.felix maven-bundle-plugin - ${bundle.plugin.version} true org.opendaylight.controller.northbound.commons.exception, org.opendaylight.controller.northbound.commons.types, org.opendaylight.controller.northbound.commons.utils, + org.opendaylight.controller.northbound.commons.query, org.opendaylight.controller.northbound.commons javax.ws.rs, javax.ws.rs.ext, @@ -106,6 +112,40 @@ ${project.basedir}/META-INF + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + + add-source + + generate-sources + + + ${project.build.directory}/generated-sources/javacc + + + + + + + + org.codehaus.mojo + javacc-maven-plugin + 2.6 + + + javacc + + javacc + + + + +