utils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.opendaylight.ttp</groupId>
<artifactId>utils</artifactId>
<version>0.5.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent</artifactId>
<version>2.0.7</version>
<relativePath>../..//odlparent/odlparent</relativePath>
</parent>
<groupId>org.opendaylight.ttp</groupId>
<artifactId>utils</artifactId>
<version>0.5.3</version>
<packaging>jar</packaging>
<!-- <name> formatting is used by autorelease to parse and notify projects on
build failure. Please do not modify this unless you have a good reason. -->
<name>ODL :: ttp :: ${project.artifactId}</name>
<dependencies>
<!-- for web application exception -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>jaxrs-api</artifactId>
<!-- <scope>test</scope> -->
</dependency>
<!-- for binding independent, i.e., JSON/XML conversion -->
<dependency>
<artifactId>sal-binding-broker-impl</artifactId>
<groupId>org.opendaylight.controller</groupId>
<version>1.6.3</version>
</dependency>
<dependency>
<artifactId>yang-data-codec-gson</artifactId>
<groupId>org.opendaylight.yangtools</groupId>
<version>1.2.3</version>
</dependency>
</dependencies>
<!--
Maven Site Configuration
The following configuration is necessary for maven-site-plugin to
correctly identify the correct deployment path for OpenDaylight Maven
sites.
-->
<url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
<distributionManagement>
<site>
<id>opendaylight-site</id>
<url>${nexus.site.url}/${project.artifactId}/</url>
</site>
</distributionManagement>
</project>