X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight%2Fpom.xml;h=541c1300f35da009dc0ca2aa4434fe3e51b3dee9;hb=15fa131be8b16703089a6d8508546120cf15d45d;hp=d238ee75cc1f0bd8df7bb52931c4499917f56db9;hpb=05565ac29ed2e05fef72379c2d84ca43c01799b2;p=controller.git diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index d238ee75cc..7f9f56f6cd 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -634,10 +634,6 @@ org.opendaylight.controller.thirdparty net.sf.jung2 - - org.opendaylight.controller.thirdparty - org.apache.catalina.filters.CorsFilter - org.opendaylight.controller.thirdparty org.openflow.openflowj @@ -732,6 +728,27 @@ + + org.apache.maven.plugins + maven-dependency-plugin + 2.8 + + + unpack-provided-configs + + unpack-dependencies + + generate-resources + + ${project.build.directory}/configuration + sal-rest-connector-config,config-netty-config,md-sal-config,netconf-config,toaster-config,netconf-connector-config,sal-clustering-config + **\/*.xml,**/*.conf + true + false + + + + maven-assembly-plugin 2.3 @@ -910,6 +927,14 @@ org.opendaylight.controller netconf-ssh + + org.opendaylight.controller + netconf-auth + + + org.opendaylight.controller + netconf-usermanager + org.opendaylight.controller netconf-tcp @@ -1009,6 +1034,30 @@ org.opendaylight.controller sal-rest-connector + + org.opendaylight.controller + sal-rest-connector-config + + + org.opendaylight.controller + config-netty-config + + + org.opendaylight.controller + md-sal-config + + + org.opendaylight.controller + netconf-config + + + org.opendaylight.controller + netconf-connector-config + + + org.opendaylight.controller.samples + toaster-config + org.opendaylight.controller sal-rest-docgen @@ -1017,6 +1066,11 @@ org.opendaylight.controller sal-restconf-broker + + org.opendaylight.controller + sal-remoterpc-connector + + org.opendaylight.controller @@ -1056,6 +1110,10 @@ org.opendaylight.controller.md topology-lldp-discovery + + org.opendaylight.controller + liblldp + org.opendaylight.controller.md topology-manager @@ -1102,6 +1160,10 @@ org.opendaylight.controller.thirdparty ganymed + + org.apache.sshd + sshd-core + org.opendaylight.yangtools binding-generator-api @@ -1111,6 +1173,10 @@ org.opendaylight.yangtools binding-generator-impl + + org.opendaylight.yangtools + binding-data-codec + org.opendaylight.yangtools binding-generator-spi @@ -1189,6 +1255,14 @@ org.opendaylight.yangtools yang-parser-impl + + org.opendaylight.yangtools + yang-data-codec-gson + + + org.opendaylight.yangtools + yang-data-composite-node + org.opendaylight.yangtools.model @@ -1242,6 +1316,14 @@ jeromq 0.3.1 + + org.opendaylight.controller + sal-distributed-datastore + + + org.opendaylight.controller + sal-clustering-config + @@ -1285,6 +1367,20 @@ package + + unpack-provided-configs + + unpack-dependencies + + generate-resources + + ${project.build.directory}/configuration + sal-rest-connector-config,config-netty-config,md-sal-config,netconf-config,toaster-config,netconf-connector-config,sal-clustering-config + **\/*.xml,**/*.conf + true + false + +