1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>org.iotivity.bundles</groupId>
5 <artifactId>hue</artifactId>
6 <packaging>jar</packaging>
9 <url>http://maven.apache.org</url>
12 <groupId>junit</groupId>
13 <artifactId>junit</artifactId>
14 <version>3.8.1</version>
18 <groupId>org.apache.httpcomponents</groupId>
19 <artifactId>httpclient</artifactId>
20 <version>4.5</version>
21 <scope>compile</scope>
24 <groupId>org.iotivity.resourcecontainer</groupId>
25 <artifactId>bundle-api</artifactId>
26 <version>0.1</version>
27 <scope>compile</scope>
30 <groupId>org.apache.maven.plugins</groupId>
31 <artifactId>maven-shade-plugin</artifactId>
32 <version>2.4</version>
33 <type>maven-plugin</type>
40 <groupId>org.apache.maven.plugins</groupId>
41 <artifactId>maven-assmembly-plugin</artifactId>
42 <version>2.5.5</version>
48 <groupId>org.apache.maven.plugins</groupId>
49 <artifactId>maven-compiler-plugin</artifactId>
50 <version>3.3</version>
58 <groupId>org.apache.maven.plugins</groupId>
59 <artifactId>maven-assembly-plugin</artifactId>
60 <version>2.5.5</version>
63 <descriptorRef>jar-with-dependencies</descriptorRef>
73 <url>http://repo1.maven.rog</url>