Remove MockReplicatedLogEntry
[controller.git] / features / extras / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  This program and the accompanying materials are made available under the
4  terms of the Eclipse Public License v1.0 which accompanies this distribution,
5  and is available at http://www.eclipse.org/legal/epl-v10.html
6 -->
7
8 <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">
9     <modelVersion>4.0.0</modelVersion>
10     <parent>
11         <groupId>org.opendaylight.odlparent</groupId>
12         <artifactId>features-parent</artifactId>
13         <version>1.8.0-SNAPSHOT</version>
14         <relativePath/>
15     </parent>
16
17     <groupId>org.opendaylight.controller</groupId>
18     <artifactId>features-extras</artifactId>
19     <version>1.8.0-SNAPSHOT</version>
20     <packaging>jar</packaging>
21     <properties>
22         <odl-jolokia-osgi.version>0.5.0-SNAPSHOT</odl-jolokia-osgi.version>
23     </properties>
24
25     <dependencies>
26         <dependency>
27             <groupId>org.jolokia</groupId>
28             <artifactId>jolokia-osgi</artifactId>
29         </dependency>
30         <dependency>
31             <groupId>org.opendaylight.controller</groupId>
32             <artifactId>odl-jolokia-osgi</artifactId>
33             <version>${odl-jolokia-osgi.version}</version>
34             <type>cfg</type>
35             <classifier>configuration</classifier>
36         </dependency>
37     </dependencies>
38
39     <scm>
40         <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
41         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
42         <tag>HEAD</tag>
43         <url>https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=summary</url>
44     </scm>
45 </project>