Decouple message bus from netconf connector
[controller.git] / opendaylight / md-sal / messagebus-util / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!--\r
3 Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.\r
4 \r
5 This program and the accompanying materials are made available under the\r
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
7 and is available at http://www.eclipse.org/legal/epl-v10.html\r
8 -->\r
9 <project xmlns="http://maven.apache.org/POM/4.0.0"\r
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
12     <modelVersion>4.0.0</modelVersion>\r
13 \r
14     <parent>\r
15         <groupId>org.opendaylight.controller</groupId>\r
16         <artifactId>sal-parent</artifactId>\r
17         <version>1.3.0-SNAPSHOT</version>\r
18     </parent>\r
19 \r
20     <artifactId>messagebus-util</artifactId>\r
21     <name>${project.artifactId}</name>\r
22 \r
23     <packaging>bundle</packaging>\r
24 \r
25     <dependencies>\r
26         <dependency>\r
27             <groupId>org.opendaylight.controller</groupId>\r
28             <artifactId>sal-core-api</artifactId>\r
29         </dependency>\r
30         <dependency>\r
31             <groupId>org.opendaylight.controller</groupId>\r
32             <artifactId>sal-binding-api</artifactId>\r
33         </dependency>\r
34         <dependency>\r
35             <groupId>org.opendaylight.controller</groupId>\r
36             <artifactId>messagebus-api</artifactId>\r
37         </dependency>\r
38         <!-- Testing Dependencies -->\r
39         <dependency>\r
40               <groupId>junit</groupId>\r
41               <artifactId>junit</artifactId>\r
42               <scope>test</scope>\r
43         </dependency>\r
44         <dependency>\r
45               <groupId>org.glassfish.jersey.test-framework.providers</groupId>\r
46               <artifactId>jersey-test-framework-provider-grizzly2</artifactId>\r
47               <scope>test</scope>\r
48         </dependency>\r
49         <dependency>\r
50               <groupId>org.mockito</groupId>\r
51               <artifactId>mockito-all</artifactId>\r
52               <scope>test</scope>\r
53         </dependency>\r
54     </dependencies>\r
55 </project>\r