X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fcommons%2Fpom.xml;h=a2d2dac112e932d7578698bd1eccf54f54942f50;hp=09c075735a6c3b7090de71554c6fdefc73ef34ec;hb=refs%2Fchanges%2F10%2F7610%2F5;hpb=b1e455ac4685602b7b3290192906c607d2c92c71 diff --git a/opendaylight/northbound/commons/pom.xml b/opendaylight/northbound/commons/pom.xml index 09c075735a..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 + + @@ -78,6 +84,7 @@ 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, @@ -105,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 + + + + +