1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!-- Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html -->
8 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9 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.bgpcep</groupId>
13 <artifactId>binding-parent</artifactId>
14 <version>0.21.7-SNAPSHOT</version>
15 <relativePath>../binding-parent</relativePath>
17 <artifactId>data-change-counter</artifactId>
18 <packaging>bundle</packaging>
19 <name>${project.artifactId}</name>
23 <groupId>org.slf4j</groupId>
24 <artifactId>slf4j-api</artifactId>
27 <groupId>com.google.guava</groupId>
28 <artifactId>guava</artifactId>
32 <groupId>org.opendaylight.yangtools</groupId>
33 <artifactId>concepts</artifactId>
36 <groupId>org.opendaylight.yangtools</groupId>
37 <artifactId>yang-common</artifactId>
40 <groupId>org.opendaylight.mdsal</groupId>
41 <artifactId>mdsal-binding-api</artifactId>
44 <groupId>org.opendaylight.mdsal.model</groupId>
45 <artifactId>ietf-topology</artifactId>
48 <groupId>org.opendaylight.mdsal</groupId>
49 <artifactId>mdsal-common-api</artifactId>
52 <groupId>org.osgi</groupId>
53 <artifactId>org.osgi.service.component.annotations</artifactId>
56 <groupId>jakarta.annotation</groupId>
57 <artifactId>jakarta.annotation-api</artifactId>
58 <scope>provided</scope>
59 <optional>true</optional>
62 <groupId>com.guicedee.services</groupId>
63 <artifactId>javax.inject</artifactId>
64 <optional>true</optional>
67 <!-- test dependencies -->
69 <groupId>org.opendaylight.mdsal</groupId>
70 <artifactId>mdsal-binding-test-utils</artifactId>
74 <groupId>org.opendaylight.mdsal</groupId>
75 <artifactId>mdsal-binding-dom-adapter</artifactId>
79 <groupId>org.opendaylight.mdsal</groupId>
80 <artifactId>mdsal-binding-dom-adapter</artifactId>
85 <groupId>org.opendaylight.yangtools</groupId>
86 <artifactId>mockito-configuration</artifactId>
89 <groupId>${project.groupId}</groupId>
90 <artifactId>testtool-util</artifactId>