blob: b796b10171e7ff378ffd4b10bdfb879c74c537c3 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- *******************************************************************************
* Copyright (c) 2014, 2016 Orange.
* 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
* https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Gregory BONNARDEL (Thales), Cyrille Bareau.
******************************************************************************* -->
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.om2m</groupId>
<artifactId>org.eclipse.om2m.sdt</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.om2m.sdt.home.lifx</artifactId>
<packaging>eclipse-plugin</packaging>
<name>${project.artifactId}</name>
<description>Orange OSGi LIFX Base Driver And SDT Refined Driver</description>
<prerequisites>
<maven>3.0</maven>
</prerequisites>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>