File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
src/main/java/org/openstack/ui/server Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1818 </dependency >
1919 <dependency >
2020 <groupId >com.google.gwt</groupId >
21- <artifactId >gwt-servlet </artifactId >
21+ <artifactId >gwt-dev </artifactId >
2222 <version >2.4.0</version >
23- <scope >runtime </scope >
23+ <scope >provided </scope >
2424 </dependency >
2525 <dependency >
2626 <groupId >com.google.gwt</groupId >
27- <artifactId >gwt-dev </artifactId >
27+ <artifactId >gwt-servlet </artifactId >
2828 <version >2.4.0</version >
2929 <scope >runtime</scope >
3030 </dependency >
3434 <version >11.0.2</version >
3535 <scope >runtime</scope >
3636 </dependency >
37-
3837 <dependency >
3938 <groupId >commons-io</groupId >
4039 <artifactId >commons-io</artifactId >
4140 <version >2.1</version >
42- <scope >runtime</scope >
43- </dependency >
44- <dependency >
45- <groupId >com.google.gwt</groupId >
46- <artifactId >gwt-servlet</artifactId >
47- <version >2.4.0</version >
48- <scope >provided</scope >
41+ <scope >compile</scope >
4942 </dependency >
5043 <dependency >
5144 <groupId >javax.servlet</groupId >
6558 <groupId >org.apache.maven.plugins</groupId >
6659 <artifactId >maven-war-plugin</artifactId >
6760 <version >2.2</version >
61+ <configuration >
62+ <warSourceDirectory >${basedir} /src/main/webapp</warSourceDirectory >
63+ </configuration >
6864 </plugin >
6965 </plugins >
7066 </build >
Original file line number Diff line number Diff line change 11package org .openstack .ui .server ;
22
3+ /**
4+ *
5+ * @author woorea
6+ *
7+ */
38public class Constants {
49
510 public static final String OPENSTACK_SESSION = "org.openstack.ui.session.OpenStackSession" ;
You can’t perform that action at this time.
0 commit comments