blob: 98ae7aaad582bd03e8b3e3b09294f7447961362f [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001<?xml version="1.0" encoding="UTF-8"?>
Thomas Vachuska781d18b2014-10-27 10:31:25 -07002<!--
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07003 ~ Copyright 2014 Open Networking Laboratory
Thomas Vachuska781d18b2014-10-27 10:31:25 -07004 ~
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07005 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
Thomas Vachuska781d18b2014-10-27 10:31:25 -07008 ~
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07009 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
Thomas Vachuska781d18b2014-10-27 10:31:25 -070016 -->
tom0eb04ca2014-08-25 14:34:51 -070017<project xmlns="http://maven.apache.org/POM/4.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
20 <modelVersion>4.0.0</modelVersion>
21
22 <parent>
Brian O'Connorabafb502014-12-02 22:26:20 -080023 <groupId>org.onosproject</groupId>
tom0eb04ca2014-08-25 14:34:51 -070024 <artifactId>onos</artifactId>
Brian O'Connor955c3162016-03-10 15:27:19 -080025 <version>1.6.0-SNAPSHOT</version>
tom0eb04ca2014-08-25 14:34:51 -070026 <relativePath>../pom.xml</relativePath>
27 </parent>
28
29 <artifactId>onos-web</artifactId>
30 <packaging>pom</packaging>
31
32 <description>ONOS web root project</description>
33
34 <modules>
35 <module>gui</module>
36 <module>api</module>
37 </modules>
38
39 <properties>
40 <web.context>default</web.context>
41 </properties>
42
43 <dependencies>
44 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -080045 <groupId>org.onosproject</groupId>
tom0eb04ca2014-08-25 14:34:51 -070046 <artifactId>onos-api</artifactId>
47 </dependency>
48
49 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -080050 <groupId>org.onosproject</groupId>
Thomas Vachuskaf0397b52015-05-29 13:50:17 -070051 <artifactId>onos-incubator-api</artifactId>
52 </dependency>
53
54 <dependency>
55 <groupId>org.onosproject</groupId>
tom94bb4a42014-08-27 22:12:02 -070056 <artifactId>onlab-osgi</artifactId>
tom0eb04ca2014-08-25 14:34:51 -070057 <version>${project.version}</version>
58 </dependency>
59
60 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -080061 <groupId>org.onosproject</groupId>
Yuta HIGUCHIa7a4e5d2015-02-11 14:20:58 -080062 <artifactId>onlab-osgi</artifactId>
63 <classifier>tests</classifier>
64 <scope>test</scope>
65 </dependency>
66
67 <dependency>
68 <groupId>org.onosproject</groupId>
tom94bb4a42014-08-27 22:12:02 -070069 <artifactId>onlab-rest</artifactId>
tom0eb04ca2014-08-25 14:34:51 -070070 <version>${project.version}</version>
71 </dependency>
Pingping32fa30c2014-10-23 15:24:26 -070072 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -080073 <groupId>org.onosproject</groupId>
Pingping32fa30c2014-10-23 15:24:26 -070074 <artifactId>onlab-junit</artifactId>
75 <scope>test</scope>
76 </dependency>
tom0eb04ca2014-08-25 14:34:51 -070077
Thomas Vachuska9252bc32014-10-23 02:33:25 -070078 <dependency>
Jian Li9d616492016-03-09 10:52:49 -080079 <groupId>org.glassfish.jersey.containers</groupId>
80 <artifactId>jersey-container-servlet</artifactId>
tom0eb04ca2014-08-25 14:34:51 -070081 </dependency>
82 <dependency>
Jian Li9d616492016-03-09 10:52:49 -080083 <groupId>org.glassfish.jersey.containers</groupId>
84 <artifactId>jersey-container-servlet-core</artifactId>
85 </dependency>
86 <dependency>
87 <groupId>org.glassfish.jersey.test-framework</groupId>
tom0eb04ca2014-08-25 14:34:51 -070088 <artifactId>jersey-test-framework-core</artifactId>
tom0eb04ca2014-08-25 14:34:51 -070089 <scope>test</scope>
90 </dependency>
91 <dependency>
Jian Li9d616492016-03-09 10:52:49 -080092 <groupId>org.glassfish.jersey.test-framework.providers</groupId>
93 <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
tom0eb04ca2014-08-25 14:34:51 -070094 <scope>test</scope>
95 </dependency>
96
97 <dependency>
98 <groupId>com.fasterxml.jackson.core</groupId>
99 <artifactId>jackson-databind</artifactId>
100 </dependency>
101
102 <dependency>
103 <groupId>com.fasterxml.jackson.core</groupId>
104 <artifactId>jackson-annotations</artifactId>
105 </dependency>
106
107 <dependency>
108 <groupId>org.osgi</groupId>
109 <artifactId>org.osgi.core</artifactId>
110 </dependency>
111 <dependency>
112 <groupId>org.apache.felix</groupId>
113 <artifactId>org.apache.felix.scr.annotations</artifactId>
114 </dependency>
115 </dependencies>
116
117 <build>
118 <plugins>
119 <plugin>
120 <groupId>org.apache.felix</groupId>
Thomas Vachuskaca60f2b2014-11-06 01:34:28 -0800121 <artifactId>maven-scr-plugin</artifactId>
122 </plugin>
tom0eb04ca2014-08-25 14:34:51 -0700123 </plugins>
124 </build>
125
126</project>