Code ReOrganization and Re-Architecture changes
[ovsdb.git] / plugin / pom.xml
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>
4   <parent>
5     <groupId>org.opendaylight.ovsdb</groupId>
6     <artifactId>ovsdb_commons</artifactId>
7     <version>1.1.0-SNAPSHOT</version>
8     <relativePath>../commons/parent</relativePath>
9   </parent>
10   <artifactId>ovsdb_plugin</artifactId>
11   <version>1.0.0-SNAPSHOT</version>
12   <packaging>bundle</packaging>
13
14   <properties>
15     <!-- used for filtering the integration test resource -->
16     <ovsdbserver.ipaddress>192.168.56.10</ovsdbserver.ipaddress>
17     <ovsdbserver.port>6640</ovsdbserver.port>
18     <skip.integrationtest>true</skip.integrationtest>
19   </properties>
20   <dependencies>
21     <dependency>
22       <groupId>ch.qos.logback</groupId>
23       <artifactId>logback-classic</artifactId>
24     </dependency>
25     <dependency>
26       <groupId>ch.qos.logback</groupId>
27       <artifactId>logback-core</artifactId>
28     </dependency>
29     <dependency>
30       <groupId>com.fasterxml.jackson.core</groupId>
31       <artifactId>jackson-annotations</artifactId>
32       <version>${jackson.version}</version>
33     </dependency>
34     <dependency>
35       <groupId>com.fasterxml.jackson.core</groupId>
36       <artifactId>jackson-core</artifactId>
37       <version>${jackson.version}</version>
38     </dependency>
39     <dependency>
40       <groupId>com.fasterxml.jackson.core</groupId>
41       <artifactId>jackson-databind</artifactId>
42       <version>${jackson.version}</version>
43     </dependency>
44     <dependency>
45       <groupId>com.google.code.gson</groupId>
46       <artifactId>gson</artifactId>
47       <version>2.1</version>
48       <scope>compile</scope>
49     </dependency>
50     <dependency>
51       <groupId>com.google.guava</groupId>
52       <artifactId>guava</artifactId>
53       <version>${guava.version}</version>
54     </dependency>
55     <dependency>
56       <groupId>commons-codec</groupId>
57       <artifactId>commons-codec</artifactId>
58       <version>1.4</version>
59       <optional>true</optional>
60     </dependency>
61     <dependency>
62       <groupId>commons-collections</groupId>
63       <artifactId>commons-collections</artifactId>
64       <version>1.0</version>
65     </dependency>
66     <dependency>
67       <groupId>commons-lang</groupId>
68       <artifactId>commons-lang</artifactId>
69       <version>2.3</version>
70     </dependency>
71     <dependency>
72       <groupId>equinoxSDK381</groupId>
73       <artifactId>org.eclipse.osgi</artifactId>
74     </dependency>
75     <dependency>
76       <groupId>io.netty</groupId>
77       <artifactId>netty-all</artifactId>
78       <version>4.0.10.Final</version>
79     </dependency>
80     <dependency>
81       <groupId>javax.portlet</groupId>
82       <artifactId>portlet-api</artifactId>
83       <version>2.0</version>
84     </dependency>
85     <dependency>
86       <groupId>junit</groupId>
87       <artifactId>junit</artifactId>
88     </dependency>
89     <dependency>
90       <groupId>org.apache.httpcomponents</groupId>
91       <artifactId>httpcore-nio</artifactId>
92       <version>4.2.1</version>
93       <optional>true</optional>
94     </dependency>
95     <dependency>
96       <groupId>org.opendaylight.controller</groupId>
97       <artifactId>clustering.services</artifactId>
98       <version>0.5.1-SNAPSHOT</version>
99     </dependency>
100     <dependency>
101       <groupId>org.opendaylight.controller</groupId>
102       <artifactId>sal</artifactId>
103       <version>0.7.1-SNAPSHOT</version>
104     </dependency>
105     <dependency>
106       <groupId>org.opendaylight.controller</groupId>
107       <artifactId>sal.connection</artifactId>
108       <version>0.1.2-SNAPSHOT</version>
109     </dependency>
110     <dependency>
111       <groupId>org.opendaylight.controller</groupId>
112       <artifactId>sal.networkconfiguration</artifactId>
113       <version>0.0.3-SNAPSHOT</version>
114     </dependency>
115     <dependency>
116       <groupId>org.opendaylight.ovsdb</groupId>
117       <artifactId>ovsdb_library</artifactId>
118       <version>1.0.0-SNAPSHOT</version>
119     </dependency>
120     <dependency>
121       <groupId>org.slf4j</groupId>
122       <artifactId>slf4j-api</artifactId>
123     </dependency>
124   </dependencies>
125
126   <build>
127     <testResources>
128       <testResource>
129         <filtering>true</filtering>
130         <directory>src/test/resources</directory>
131       </testResource>
132     </testResources>
133     <plugins>
134       <plugin>
135         <groupId>org.apache.felix</groupId>
136         <artifactId>maven-bundle-plugin</artifactId>
137         <version>2.3.6</version>
138         <extensions>true</extensions>
139         <configuration>
140           <instructions>
141             <Import-Package>org.opendaylight.controller.sal.packet,
142                             org.opendaylight.controller.sal.action,
143                             org.opendaylight.controller.sal.discovery,
144                             org.opendaylight.controller.sal.topology,
145                             org.opendaylight.controller.sal.core,
146                             org.opendaylight.controller.sal.flowprogrammer,
147                             org.opendaylight.controller.sal.reader,
148                             org.opendaylight.controller.sal.inventory,
149                             org.opendaylight.controller.sal.match,
150                             org.opendaylight.controller.sal.utils,
151                             org.opendaylight.controller.sal.connection,
152                             org.opendaylight.controller.clustering.services,
153                             org.opendaylight.controller.sal.networkconfig.bridgedomain,
154                             org.opendaylight.ovsdb.lib.table,
155                             org.opendaylight.ovsdb.plugin,
156                             org.opendaylight.ovsdb.lib.notation,
157                             org.opendaylight.ovsdb.lib.database,
158                             org.opendaylight.ovsdb.lib.operations,
159                             org.opendaylight.ovsdb.lib.message,
160                             org.apache.commons.lang3.builder,
161                             org.apache.commons.lang3.tuple,
162                             org.apache.felix.dm,
163                             org.slf4j,
164                             org.eclipse.osgi.framework.console,
165                             org.osgi.framework,
166                             javax.net.ssl,
167                             *</Import-Package>
168             <Embed-Dependency>httpclient,commons-codec,httpcore-nio,javax.servlet-api,portlet-api,commons-collections;type=!pom;inline=false</Embed-Dependency>
169             <Embed-Transitive>true</Embed-Transitive>
170             <Bundle-Activator>org.opendaylight.ovsdb.plugin.Activator</Bundle-Activator>
171             <Export-Package>org.opendaylight.ovsdb.plugin</Export-Package>
172           </instructions>
173           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
174         </configuration>
175       </plugin>
176       <plugin>
177         <groupId>org.apache.maven.plugins</groupId>
178         <artifactId>maven-failsafe-plugin</artifactId>
179         <configuration>
180           <skipITs>${skip.integrationtest}</skipITs>
181         </configuration>
182       </plugin>
183       <plugin>
184         <groupId>org.apache.maven.plugins</groupId>
185         <artifactId>maven-surefire-plugin</artifactId>
186         <version>2.16</version>
187         <configuration>
188           <excludes>
189             <!--  Exclude integration tests -->
190             <exclude>**/*IT</exclude>
191           </excludes>
192         </configuration>
193       </plugin>
194     </plugins>
195   </build>
196   <scm>
197     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
198     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
199     <tag>HEAD</tag>
200     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
201   </scm>
202
203   <profiles>
204     <profile>
205       <id>integrationtest</id>
206       <activation></activation>
207       <properties>
208         <skip.integrationtest>false</skip.integrationtest>
209       </properties>
210     </profile>
211   </profiles>
212 </project>