1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
5 <groupId>org.opendaylight.controller</groupId>
6 <artifactId>commons.opendaylight</artifactId>
7 <version>1.4.2-SNAPSHOT</version>
8 <relativePath>../../commons/opendaylight</relativePath>
11 <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
12 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
13 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
17 <artifactId>commons.httpclient</artifactId>
18 <version>0.1.2-SNAPSHOT</version>
19 <packaging>bundle</packaging>
24 <groupId>org.apache.felix</groupId>
25 <artifactId>maven-bundle-plugin</artifactId>
26 <version>${bundle.plugin.version}</version>
27 <extensions>true</extensions>
35 javax.security.auth.x500,
39 !org.apache.commons.codec.*,
41 !org.apache.avalon.framework.*
44 org.opendaylight.controller.commons.httpclient
47 httpclient,httpcore,commons-logging
49 <Embed-Transitive>false</Embed-Transitive>
51 <manifestLocation>${project.basedir}/META-INF</manifestLocation>
55 <groupId>org.apache.maven.plugins</groupId>
56 <artifactId>maven-checkstyle-plugin</artifactId>
57 <version>${checkstyle.version}</version>
60 <groupId>org.opendaylight.controller</groupId>
61 <artifactId>checkstyle</artifactId>
62 <version>0.0.3-SNAPSHOT</version>
66 <failsOnError>true</failsOnError>
67 <configLocation>controller/checkstyle.xml</configLocation>
74 <groupId>junit</groupId>
75 <artifactId>junit</artifactId>
78 <groupId>org.apache.httpcomponents</groupId>
79 <artifactId>httpclient</artifactId>
80 <version>4.3</version>
83 <groupId>org.apache.httpcomponents</groupId>
84 <artifactId>httpcore</artifactId>
85 <version>4.3</version>
88 <groupId>commons-logging</groupId>
89 <artifactId>commons-logging</artifactId>
90 <version>1.1.3</version>