Release Carbon
[controller.git] / opendaylight / md-sal / sal-dom-broker / 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>1.8.4-Carbon</version>
8     <relativePath/>
9   </parent>
10
11   <groupId>org.opendaylight.controller</groupId>
12   <artifactId>sal-broker-impl</artifactId>
13   <version>1.5.4-Carbon</version>
14   <packaging>bundle</packaging>
15
16   <dependencyManagement>
17     <dependencies>
18       <dependency>
19         <groupId>org.opendaylight.yangtools</groupId>
20         <artifactId>yangtools-artifacts</artifactId>
21         <version>1.1.4-Carbon</version>
22         <type>pom</type>
23         <scope>import</scope>
24       </dependency>
25       <dependency>
26         <groupId>org.opendaylight.mdsal</groupId>
27         <artifactId>mdsal-artifacts</artifactId>
28         <version>2.2.4-Carbon</version>
29         <type>pom</type>
30         <scope>import</scope>
31       </dependency>
32       <dependency>
33         <groupId>org.opendaylight.controller</groupId>
34         <artifactId>mdsal-artifacts</artifactId>
35         <version>1.5.4-Carbon</version>
36         <type>pom</type>
37         <scope>import</scope>
38       </dependency>
39     </dependencies>
40   </dependencyManagement>
41
42   <dependencies>
43     <dependency>
44       <groupId>com.google.guava</groupId>
45       <artifactId>guava</artifactId>
46     </dependency>
47     <dependency>
48       <groupId>com.lmax</groupId>
49       <artifactId>disruptor</artifactId>
50     </dependency>
51     <dependency>
52       <groupId>org.opendaylight.mdsal</groupId>
53       <artifactId>mdsal-eos-dom-api</artifactId>
54     </dependency>
55     <dependency>
56       <groupId>org.opendaylight.mdsal</groupId>
57       <artifactId>mdsal-dom-api</artifactId>
58     </dependency>
59     <dependency>
60       <groupId>org.opendaylight.mdsal</groupId>
61       <artifactId>mdsal-dom-broker</artifactId>
62     </dependency>
63     <dependency>
64       <groupId>org.opendaylight.controller</groupId>
65       <artifactId>sal-common-impl</artifactId>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.controller</groupId>
69       <artifactId>sal-common-util</artifactId>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.controller</groupId>
73       <artifactId>sal-core-api</artifactId>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.controller</groupId>
77       <artifactId>sal-core-spi</artifactId>
78     </dependency>
79     <dependency>
80       <groupId>org.opendaylight.yangtools</groupId>
81       <artifactId>util</artifactId>
82     </dependency>
83     <dependency>
84       <groupId>org.opendaylight.yangtools</groupId>
85       <artifactId>yang-data-impl</artifactId>
86     </dependency>
87
88     <dependency>
89       <groupId>junit</groupId>
90       <artifactId>junit</artifactId>
91     </dependency>
92     <dependency>
93       <groupId>org.slf4j</groupId>
94       <artifactId>slf4j-api</artifactId>
95     </dependency>
96
97     <dependency>
98       <groupId>org.opendaylight.yangtools</groupId>
99       <artifactId>mockito-configuration</artifactId>
100       <scope>test</scope>
101     </dependency>
102     <dependency>
103       <groupId>org.slf4j</groupId>
104       <artifactId>slf4j-simple</artifactId>
105       <scope>test</scope>
106     </dependency>
107     <dependency>
108       <groupId>org.opendaylight.yangtools</groupId>
109       <artifactId>yang-test-util</artifactId>
110     </dependency>
111     <dependency>
112       <groupId>org.opendaylight.controller</groupId>
113       <artifactId>sal-inmemory-datastore</artifactId>
114       <!-- FIXME: this should be scope=test
115       <scope>test</scope-->
116     </dependency>
117   </dependencies>
118
119   <build>
120     <plugins>
121
122       <plugin>
123         <groupId>org.apache.felix</groupId>
124         <artifactId>maven-bundle-plugin</artifactId>
125         <extensions>true</extensions>
126         <configuration>
127           <instructions>
128             <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
129             <Export-Package>
130                             <!--  Legacy code -->
131                             org.opendaylight.controller.sal.dom.broker,
132                             org.opendaylight.controller.sal.dom.broker.impl,
133                             org.opendaylight.controller.sal.dom.broker.osgi,
134                             org.opendaylight.controller.sal.dom.broker.util,
135                             org.opendaylight.controller.sal.dom.broker.spi,
136                             <!--sal.broker.impl is exported for sal-netconf-connector to use SchemaAwareRpcRegistry.-->
137                             <!-- TODO Remove sal.broker.impl from export when SchemaAwareRpcRegistry is not used in connector anymore -->
138                             org.opendaylight.controller.md.sal.dom.broker.impl,
139                             org.opendaylight.controller.md.sal.dom.broker.impl.*,
140                             org.opendaylight.controller.md.sal.dom.clustering.impl,
141             </Export-Package>
142             <Import-Package>*</Import-Package>
143           </instructions>
144         </configuration>
145       </plugin>
146     </plugins>
147   </build>
148   <scm>
149     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
150     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
151     <tag>HEAD</tag>
152     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
153   </scm>
154
155   <!--
156       Maven Site Configuration
157
158       The following configuration is necessary for maven-site-plugin to
159       correctly identify the correct deployment path for OpenDaylight Maven
160       sites.
161   -->
162   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
163
164   <distributionManagement>
165     <site>
166       <id>opendaylight-site</id>
167       <url>${nexus.site.url}/${project.artifactId}/</url>
168     </site>
169   </distributionManagement>
170 </project>