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>
12 <groupId>org.opendaylight.netconf</groupId>
13 <artifactId>netconf-parent</artifactId>
14 <version>4.0.4</version>
15 <relativePath>../../parent</relativePath>
18 <artifactId>mdsal-netconf-notification</artifactId>
19 <name>${project.artifactId}</name>
20 <packaging>bundle</packaging>
24 <groupId>com.google.guava</groupId>
25 <artifactId>guava</artifactId>
28 <groupId>org.opendaylight.mdsal</groupId>
29 <artifactId>mdsal-binding-api</artifactId>
32 <groupId>org.opendaylight.mdsal</groupId>
33 <artifactId>mdsal-binding-dom-codec-spi</artifactId>
36 <groupId>org.opendaylight.mdsal</groupId>
37 <artifactId>mdsal-binding-runtime-spi</artifactId>
40 <groupId>org.opendaylight.netconf.model</groupId>
41 <artifactId>rfc5277</artifactId>
44 <groupId>${project.groupId}</groupId>
45 <artifactId>netconf-api</artifactId>
48 <groupId>${project.groupId}</groupId>
49 <artifactId>netconf-notifications-api</artifactId>
52 <groupId>${project.groupId}</groupId>
53 <artifactId>netconf-mapping-api</artifactId>
56 <groupId>${project.groupId}</groupId>
57 <artifactId>netconf-util</artifactId>
60 <groupId>com.guicedee.services</groupId>
61 <artifactId>javax.inject</artifactId>
62 <optional>true</optional>
66 <groupId>org.xmlunit</groupId>
67 <artifactId>xmlunit-legacy</artifactId>
71 <groupId>org.opendaylight.mdsal</groupId>
72 <artifactId>mdsal-binding-generator</artifactId>
76 <groupId>org.opendaylight.mdsal</groupId>
77 <artifactId>mdsal-binding-dom-codec</artifactId>