Skip to content

Commit c5febca

Browse files
committed
bf
1 parent fedd62d commit c5febca

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

openstack-ui/pom.xml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
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>
@@ -34,18 +34,11 @@
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>
@@ -65,6 +58,9 @@
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>

openstack-ui/src/main/java/org/openstack/ui/server/Constants.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
package org.openstack.ui.server;
22

3+
/**
4+
*
5+
* @author woorea
6+
*
7+
*/
38
public class Constants {
49

510
public static final String OPENSTACK_SESSION = "org.openstack.ui.session.OpenStackSession";

0 commit comments

Comments
 (0)