X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fcommons%2Fhttpclient%2Fpom.xml;h=07d3cdda96a00c24316b1939b37f27985576b6b1;hp=c078884ccf5c50c0ddb5e367ea8124f03b39b05c;hb=66249d6ccc367fad055a269f561860d2d96af385;hpb=3948bedd0129e44c0943bd77c91806425645cd72 diff --git a/opendaylight/commons/httpclient/pom.xml b/opendaylight/commons/httpclient/pom.xml index c078884ccf..07d3cdda96 100644 --- a/opendaylight/commons/httpclient/pom.xml +++ b/opendaylight/commons/httpclient/pom.xml @@ -7,28 +7,41 @@ 1.4.2-SNAPSHOT ../../commons/opendaylight - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main - HEAD - commons.httpclient 0.1.2-SNAPSHOT bundle + + + commons-logging + commons-logging + 1.1.3 + + + junit + junit + + + org.apache.httpcomponents + httpclient + 4.3 + + + org.apache.httpcomponents + httpcore + 4.3 + + org.apache.felix maven-bundle-plugin - ${bundle.plugin.version} true - - javax.crypto, + javax.crypto, javax.crypto.spec, javax.net, javax.net.ssl, @@ -38,14 +51,9 @@ org.ietf.jgss, !org.apache.commons.codec.*, !org.apache.log, - !org.apache.avalon.framework.* - - - org.opendaylight.controller.commons.httpclient - - - httpclient,httpcore,commons-logging - + !org.apache.avalon.framework.* + org.opendaylight.controller.commons.httpclient + httpclient,httpcore,commons-logging false ${project.basedir}/META-INF @@ -55,6 +63,10 @@ org.apache.maven.plugins maven-checkstyle-plugin ${checkstyle.version} + + true + controller/checkstyle.xml + org.opendaylight.controller @@ -62,32 +74,13 @@ 0.0.3-SNAPSHOT - - true - controller/checkstyle.xml - - - - junit - junit - - - org.apache.httpcomponents - httpclient - 4.3 - - - org.apache.httpcomponents - httpcore - 4.3 - - - commons-logging - commons-logging - 1.1.3 - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main +