1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
9 <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">
10 <modelVersion>4.0.0</modelVersion>
13 <groupId>org.opendaylight.odlparent</groupId>
14 <artifactId>bundle-parent</artifactId>
15 <version>3.0.2</version>
19 <groupId>org.opendaylight.netconf</groupId>
20 <artifactId>mdsal-netconf-connector</artifactId>
21 <version>1.5.0-SNAPSHOT</version>
22 <name>${project.artifactId}</name>
23 <packaging>bundle</packaging>
25 <dependencyManagement>
28 <groupId>org.opendaylight.netconf</groupId>
29 <artifactId>netconf-artifacts</artifactId>
30 <version>${project.version}</version>
35 <groupId>org.opendaylight.yangtools</groupId>
36 <artifactId>yangtools-artifacts</artifactId>
37 <version>2.0.1</version>
42 <groupId>org.opendaylight.controller</groupId>
43 <artifactId>mdsal-artifacts</artifactId>
44 <version>1.8.0-SNAPSHOT</version>
49 </dependencyManagement>
53 <groupId>org.opendaylight.yangtools</groupId>
54 <artifactId>yang-data-util</artifactId>
57 <groupId>org.opendaylight.yangtools</groupId>
58 <artifactId>yang-data-impl</artifactId>
62 <groupId>${project.groupId}</groupId>
63 <artifactId>netconf-api</artifactId>
66 <groupId>${project.groupId}</groupId>
67 <artifactId>netconf-mapping-api</artifactId>
70 <groupId>${project.groupId}</groupId>
71 <artifactId>netconf-util</artifactId>
74 <groupId>${project.groupId}</groupId>
75 <artifactId>netconf-tcp</artifactId>
78 <groupId>com.google.guava</groupId>
79 <artifactId>guava</artifactId>
83 <groupId>org.opendaylight.controller</groupId>
84 <artifactId>sal-core-api</artifactId>
87 <groupId>org.opendaylight.controller</groupId>
88 <artifactId>sal-dom-config</artifactId>
91 <groupId>org.opendaylight.yangtools</groupId>
92 <artifactId>mockito-configuration</artifactId>
95 <groupId>org.slf4j</groupId>
96 <artifactId>slf4j-api</artifactId>
99 <groupId>org.opendaylight.netconf</groupId>
100 <artifactId>ietf-netconf</artifactId>
103 <groupId>org.opendaylight.controller</groupId>
104 <artifactId>sal-distributed-datastore</artifactId>
108 <groupId>${project.groupId}</groupId>
109 <artifactId>netconf-util</artifactId>
110 <type>test-jar</type>
114 <groupId>xmlunit</groupId>
115 <artifactId>xmlunit</artifactId>
119 <groupId>org.opendaylight.yangtools</groupId>
120 <artifactId>yang-test-util</artifactId>
123 <groupId>org.opendaylight.yangtools</groupId>
124 <artifactId>yang-data-codec-xml</artifactId>
131 <groupId>org.apache.maven.plugins</groupId>
132 <artifactId>maven-checkstyle-plugin</artifactId>
134 <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>