1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
5 <groupId>org.opendaylight.mdsal</groupId>
6 <artifactId>feature-parent</artifactId>
7 <version>8.0.4-SNAPSHOT</version>
8 <relativePath>../feature-parent</relativePath>
11 <artifactId>odl-mdsal-trace</artifactId>
12 <version>8.0.4-SNAPSHOT</version>
13 <packaging>feature</packaging>
14 <name>OpenDaylight :: MD-SAL :: TracingBroker</name>
15 <description>MD-SAL Trace tooling</description>
19 <groupId>org.opendaylight.mdsal</groupId>
20 <artifactId>odl-mdsal-binding-dom-adapter</artifactId>
22 <classifier>features</classifier>
25 <groupId>org.opendaylight.mdsal</groupId>
26 <artifactId>mdsal-trace-api</artifactId>
29 <groupId>org.opendaylight.mdsal</groupId>
30 <artifactId>mdsal-trace-impl</artifactId>
33 <!-- This dependency is shaded in mdsal-binding-dom-codec, but
34 the build reactor still sees it, hence we need to explicitly
36 <groupId>net.bytebuddy</groupId>
37 <artifactId>byte-buddy</artifactId>
42 <groupId>org.opendaylight.mdsal</groupId>
43 <artifactId>mdsal-trace-cli</artifactId>