gbp-renderer-aggregator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.opendaylight.nic</groupId>
<artifactId>gbp-renderer-aggregator</artifactId>
<version>1.0.4-Lithium-SR4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2015 Inocybe and others. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at http://www.eclipse.org/legal/epl-v10.html
-->
<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>
<groupId>org.opendaylight.nic</groupId>
<version>1.0.4-Lithium-SR4</version>
<artifactId>gbp-renderer-aggregator</artifactId>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<prerequisites>
<maven>3.1.1</maven>
</prerequisites>
<description>The gbp-renderer (Group-Based Policy renderer) is a sub-project for the Network Intent Compisition (NIC). Its goal is to add GBP support for the NIC project.</description>
<url>https://wiki.opendaylight.org/view/Project_Proposals:Network_Intent_Composition</url>
<licenses>
<license>
<name>Eclipse Public License v1.0</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
</license>
</licenses>
<developers>
<developer>
<name>Gabriel Robitaille-Montpetit</name>
<email>grmontpetit@gmail.com</email>
<url>https://github.com/sniggel</url>
</developer>
</developers>
<modules>
<module>gbp-renderer-api</module>
<module>gbp-renderer-impl</module>
</modules>
</project>