1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
4 Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
10 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13 <modelVersion>4.0.0</modelVersion>
15 <groupId>org.opendaylight.bgpcep</groupId>
16 <artifactId>binding-parent</artifactId>
17 <version>0.12.0-SNAPSHOT</version>
18 <relativePath>../../binding-parent</relativePath>
21 <artifactId>pcep-ietf-stateful07</artifactId>
22 <description>PCE IETF Stateful model plugin</description>
23 <packaging>bundle</packaging>
24 <name>${project.artifactId}</name>
28 <groupId>${project.groupId}</groupId>
29 <artifactId>util</artifactId>
32 <groupId>${project.groupId}</groupId>
33 <artifactId>concepts</artifactId>
36 <groupId>${project.groupId}</groupId>
37 <artifactId>pcep-api</artifactId>
40 <groupId>${project.groupId}</groupId>
41 <artifactId>pcep-spi</artifactId>
44 <groupId>${project.groupId}</groupId>
45 <artifactId>pcep-topology-api</artifactId>
48 <groupId>${project.groupId}</groupId>
49 <artifactId>pcep-tunnel-api</artifactId>
52 <groupId>${project.groupId}</groupId>
53 <artifactId>topology-tunnel-api</artifactId>
56 <groupId>${project.groupId}</groupId>
57 <artifactId>rsvp-api</artifactId>
60 <groupId>${project.groupId}</groupId>
61 <artifactId>pcep-base-parser</artifactId>
64 FIXME: this is in support of the generated code. This should not
65 be here, but the plugin should bring it in.
68 <groupId>org.opendaylight.mdsal</groupId>
69 <artifactId>yang-binding</artifactId>
72 <groupId>org.opendaylight.mdsal.model</groupId>
73 <artifactId>yang-ext</artifactId>
76 <groupId>org.opendaylight.yangtools</groupId>
77 <artifactId>yang-common</artifactId>
80 <groupId>org.opendaylight.yangtools</groupId>
81 <artifactId>concepts</artifactId>
85 FIXME: these are IETF models which are pre-generated in SAL infra.
86 This should not be here, but rather should somehow be
87 discovered by the plugin.
90 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
91 <artifactId>rfc6991-ietf-inet-types</artifactId>
94 <groupId>org.opendaylight.mdsal.model</groupId>
95 <artifactId>ietf-topology</artifactId>
98 <groupId>io.netty</groupId>
99 <artifactId>netty-buffer</artifactId>
102 <groupId>com.google.guava</groupId>
103 <artifactId>guava</artifactId>
106 <groupId>org.osgi</groupId>
107 <artifactId>org.osgi.core</artifactId>
108 <scope>provided</scope>
111 <!--test dependencies -->
113 <groupId>org.opendaylight.yangtools</groupId>
114 <artifactId>mockito-configuration</artifactId>
117 <groupId>${project.groupId}</groupId>
118 <artifactId>pcep-spi</artifactId>
119 <type>test-jar</type>
127 <groupId>org.apache.maven.plugins</groupId>
128 <artifactId>maven-checkstyle-plugin</artifactId>
130 <violationSeverity>warn</violationSeverity>
137 <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
138 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
139 <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>