1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.opendaylight.controller</groupId>
7 <artifactId>commons.opendaylight</artifactId>
8 <version>1.4.0-SNAPSHOT</version>
9 <relativePath>../../commons/opendaylight</relativePath>
12 <groupId>org.opendaylight.controller</groupId>
13 <artifactId>web</artifactId>
14 <version>0.4.0-SNAPSHOT</version>
15 <packaging>bundle</packaging>
20 <groupId>org.apache.felix</groupId>
21 <artifactId>maven-bundle-plugin</artifactId>
22 <version>2.3.6</version>
23 <extensions>true</extensions>
27 org.opendaylight.controller.configuration,
28 org.opendaylight.controller.sal.authorization,
29 org.opendaylight.controller.sal.core,
30 org.opendaylight.controller.sal.utils,
31 org.opendaylight.controller.usermanager,
32 org.opendaylight.controller.usermanager.internal,
33 org.opendaylight.controller.containermanager,
38 javax.servlet.annotation,
42 javax.servlet.jsp.jstl.core,
43 javax.servlet.jsp.jstl.fmt,
44 javax.servlet.jsp.jstl.tlv,
45 javax.servlet.jsp.tagext,
46 javax.servlet.resources,
49 org.apache.commons.logging,
50 org.apache.taglibs.standard.functions,
51 org.apache.taglibs.standard.resources,
52 org.apache.taglibs.standard.tag.common.core,
53 org.apache.taglibs.standard.tag.common.fmt,
54 org.apache.taglibs.standard.tag.rt.core,
55 org.apache.taglibs.standard.tag.rt.fmt,
56 org.apache.taglibs.standard.tei,
57 org.apache.taglibs.standard.tlv,
59 org.codehaus.jackson.annotate,
60 org.codehaus.jackson.map,
61 org.codehaus.jackson.map.annotate,
64 org.springframework.beans,
65 org.springframework.beans.factory.xml,
66 org.springframework.context.config,
67 org.springframework.core,
68 org.springframework.stereotype,
69 org.springframework.ui,
70 org.springframework.web,
71 org.springframework.web.bind.annotation,
72 org.springframework.web.servlet,
73 org.springframework.web.servlet.config,
74 org.springframework.web.servlet.view,
75 org.springframework.web.servlet.view.json,
76 org.springframework.web.filter,
77 org.springframework.web.context,
78 org.springframework.util
81 org.opendaylight.controller.web
83 <Web-ContextPath>/</Web-ContextPath>
91 <groupId>org.opendaylight.controller</groupId>
92 <artifactId>configuration</artifactId>
93 <version>0.4.0-SNAPSHOT</version>
96 <groupId>org.opendaylight.controller</groupId>
97 <artifactId>sal</artifactId>
98 <version>0.5.0-SNAPSHOT</version>
101 <groupId>org.opendaylight.controller</groupId>
102 <artifactId>usermanager</artifactId>
103 <version>0.4.0-SNAPSHOT</version>
106 <groupId>org.opendaylight.controller</groupId>
107 <artifactId>containermanager</artifactId>
108 <version>0.4.0-SNAPSHOT</version>
111 <groupId>junit</groupId>
112 <artifactId>junit</artifactId>
113 <version>4.8.1</version>
117 <groupId>org.springframework</groupId>
118 <artifactId>spring-beans</artifactId>
119 <version>3.2.1.RELEASE</version>
120 <scope>provided</scope>
123 <groupId>org.springframework</groupId>
124 <artifactId>spring-core</artifactId>
125 <version>3.2.1.RELEASE</version>
126 <scope>provided</scope>
129 <groupId>org.springframework</groupId>
130 <artifactId>spring-context</artifactId>
131 <version>3.2.1.RELEASE</version>
132 <scope>provided</scope>
135 <groupId>org.springframework</groupId>
136 <artifactId>spring-expression</artifactId>
137 <version>3.2.1.RELEASE</version>
138 <scope>provided</scope>
141 <groupId>org.springframework</groupId>
142 <artifactId>spring-web</artifactId>
143 <version>3.2.1.RELEASE</version>
144 <scope>provided</scope>
147 <groupId>org.springframework</groupId>
148 <artifactId>spring-webmvc</artifactId>
149 <version>3.2.1.RELEASE</version>
150 <scope>provided</scope>