Bump versions by x.y.(z+1)
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / 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.odlparent</groupId>
6         <artifactId>bundle-parent</artifactId>
7         <version>2.0.7</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.controller</groupId>
12     <artifactId>sal-remoterpc-connector</artifactId>
13     <version>1.6.4-SNAPSHOT</version>
14     <packaging>bundle</packaging>
15
16     <dependencyManagement>
17         <dependencies>
18             <dependency>
19                 <groupId>org.opendaylight.controller</groupId>
20                 <artifactId>mdsal-artifacts</artifactId>
21                 <version>1.6.4-SNAPSHOT</version>
22                 <type>pom</type>
23                 <scope>import</scope>
24             </dependency>
25             <dependency>
26                 <groupId>org.opendaylight.yangtools</groupId>
27                 <artifactId>yangtools-artifacts</artifactId>
28                 <version>1.2.4-SNAPSHOT</version>
29                 <type>pom</type>
30                 <scope>import</scope>
31             </dependency>
32         </dependencies>
33     </dependencyManagement>
34
35     <dependencies>
36         <dependency>
37             <groupId>com.google.guava</groupId>
38             <artifactId>guava</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>com.typesafe.akka</groupId>
42             <artifactId>akka-actor_${scala.version}</artifactId>
43         </dependency>
44         <dependency>
45             <groupId>com.typesafe.akka</groupId>
46             <artifactId>akka-cluster_${scala.version}</artifactId>
47         </dependency>
48         <dependency>
49             <groupId>com.typesafe.akka</groupId>
50             <artifactId>akka-remote_${scala.version}</artifactId>
51         </dependency>
52         <dependency>
53             <groupId>com.typesafe.akka</groupId>
54             <artifactId>akka-testkit_${scala.version}</artifactId>
55             <scope>test</scope>
56         </dependency>
57         <dependency>
58             <groupId>com.typesafe.akka</groupId>
59             <artifactId>akka-osgi_${scala.version}</artifactId>
60         </dependency>
61         <dependency>
62             <groupId>com.typesafe.akka</groupId>
63             <artifactId>akka-slf4j_${scala.version}</artifactId>
64         </dependency>
65         <dependency>
66             <groupId>com.typesafe.akka</groupId>
67             <artifactId>akka-persistence_${scala.version}</artifactId>
68         </dependency>
69         <!-- SAL Dependencies -->
70         <dependency>
71             <groupId>org.opendaylight.controller</groupId>
72             <artifactId>sal-common-util</artifactId>
73         </dependency>
74         <dependency>
75             <groupId>org.opendaylight.controller</groupId>
76             <artifactId>sal-core-api</artifactId>
77         </dependency>
78         <dependency>
79             <groupId>org.opendaylight.controller</groupId>
80             <artifactId>sal-core-spi</artifactId>
81         </dependency>
82         <dependency>
83             <groupId>org.opendaylight.controller</groupId>
84             <artifactId>sal-dom-config</artifactId>
85         </dependency>
86         <dependency>
87             <groupId>org.opendaylight.controller</groupId>
88             <artifactId>sal-common-impl</artifactId>
89         </dependency>
90         <dependency>
91             <groupId>org.opendaylight.controller</groupId>
92             <artifactId>sal-clustering-commons</artifactId>
93         </dependency>
94         <!-- Yang tools-->
95         <dependency>
96             <groupId>org.opendaylight.yangtools</groupId>
97             <artifactId>yang-data-api</artifactId>
98         </dependency>
99         <dependency>
100             <groupId>org.opendaylight.yangtools</groupId>
101             <artifactId>yang-model-api</artifactId>
102         </dependency>
103         <dependency>
104             <groupId>org.opendaylight.yangtools</groupId>
105             <artifactId>yang-data-impl</artifactId>
106         </dependency>
107         <dependency>
108             <groupId>org.opendaylight.yangtools</groupId>
109             <artifactId>yang-common</artifactId>
110         </dependency>
111         <dependency>
112             <groupId>org.osgi</groupId>
113             <artifactId>org.osgi.core</artifactId>
114         </dependency>
115         <dependency>
116             <groupId>org.slf4j</groupId>
117             <artifactId>slf4j-api</artifactId>
118         </dependency>
119         <dependency>
120             <groupId>org.scala-lang</groupId>
121             <artifactId>scala-library</artifactId>
122         </dependency>
123         <dependency>
124             <groupId>io.dropwizard.metrics</groupId>
125             <artifactId>metrics-core</artifactId>
126         </dependency>
127         <dependency>
128             <groupId>io.dropwizard.metrics</groupId>
129             <artifactId>metrics-graphite</artifactId>
130         </dependency>
131         <!-- Test Dependencies -->
132         <dependency>
133             <groupId>junit</groupId>
134             <artifactId>junit</artifactId>
135             <scope>test</scope>
136         </dependency>
137         <dependency>
138             <groupId>org.mockito</groupId>
139             <artifactId>mockito-core</artifactId>
140             <scope>test</scope>
141         </dependency>
142         <dependency>
143             <groupId>org.slf4j</groupId>
144             <artifactId>slf4j-simple</artifactId>
145             <scope>test</scope>
146         </dependency>
147         <dependency>
148             <groupId>com.google.collections</groupId>
149             <artifactId>google-collections</artifactId>
150             <version>1.0</version>
151             <scope>test</scope>
152         </dependency>
153         <dependency>
154             <groupId>org.opendaylight.yangtools</groupId>
155             <artifactId>yang-test-util</artifactId>
156         </dependency>
157         <dependency>
158             <groupId>org.opendaylight.controller</groupId>
159             <artifactId>sal-akka-raft</artifactId>
160             <type>test-jar</type>
161             <scope>test</scope>
162         </dependency>
163     </dependencies>
164
165     <build>
166         <plugins>
167             <plugin>
168                 <groupId>org.apache.felix</groupId>
169                 <artifactId>maven-bundle-plugin</artifactId>
170                 <extensions>true</extensions>
171                 <configuration>
172                     <instructions>
173                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
174                         <Export-package/>
175                         <Import-Package>
176                             org.opendaylight.controller.cluster;
177                             *
178                         </Import-Package>
179                     </instructions>
180                 </configuration>
181             </plugin>
182             <plugin>
183               <groupId>org.apache.maven.plugins</groupId>
184               <artifactId>maven-checkstyle-plugin</artifactId>
185               <configuration>
186                 <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
187               </configuration>
188             </plugin>
189             <plugin>
190               <groupId>org.codehaus.mojo</groupId>
191               <artifactId>findbugs-maven-plugin</artifactId>
192               <configuration>
193                 <failOnError>true</failOnError>
194               </configuration>
195             </plugin>
196         </plugins>
197     </build>
198
199     <scm>
200         <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
201         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
202         <tag>HEAD</tag>
203         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering</url>
204     </scm>
205
206 </project>