onem2m-features-agregator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.opendaylight.iotdm</groupId> <artifactId>onem2m-features-agregator</artifactId> <version>0.3.4-Carbon</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright(c) Cisco Systems, Inc. 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 INTERNAL --> <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-lite</artifactId> <version>1.8.4-Carbon</version> <relativePath>../../..//odlparent/odlparent-lite</relativePath> </parent> <groupId>org.opendaylight.iotdm</groupId> <artifactId>onem2m-features-agregator</artifactId> <version>0.3.4-Carbon</version> <packaging>pom</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 :: iotdm :: ${project.artifactId}</name> <modules> <module>features-onem2m</module> <module>features4-onem2m</module> <module>odl-onem2m-api</module> <module>odl-onem2m-core</module> <module>odl-onem2m-persistence-mdsal</module> <module>odl-onem2m-notifier</module> <module>odl-onem2m-coap-impl</module> <module>odl-onem2m-coap</module> <module>odl-onem2m-http-impl</module> <module>odl-onem2m-http</module> <module>odl-onem2m-mqtt-impl</module> <module>odl-onem2m-mqtt</module> <module>odl-onem2m-websocket</module> <module>odl-onem2m-core-rest</module> <module>odl-onem2m-ui</module> <module>odl-iotdm-onem2m</module> </modules> </project>