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/xsd/maven-4.0.0.xsd" >
3
- <modelVersion >4.0.0</modelVersion >
4
- <artifactId >org.sopeco.webui.client</artifactId >
5
- <packaging >war</packaging >
6
- <name >SoPeCo Web-UI Client</name >
7
-
8
-
9
- <parent >
10
- <groupId >org.sopeco.webui</groupId >
11
- <artifactId >org.sopeco.webui.parent</artifactId >
12
- <version >1.0-SNAPSHOT</version >
13
- <relativePath >../org.sopeco.webui.parent</relativePath >
14
- </parent >
15
-
16
- <dependencies >
17
- <dependency >
18
- <groupId >org.sopeco.webui</groupId >
19
- <artifactId >org.sopeco.webui.shared</artifactId >
20
- <version >1.0-SNAPSHOT</version >
21
- </dependency >
22
- <dependency >
23
- <groupId >org.sopeco.webui</groupId >
24
- <artifactId >org.sopeco.webui.shared</artifactId >
25
- <version >1.0-SNAPSHOT</version >
26
- <classifier >sources</classifier >
27
- </dependency >
28
- <dependency >
29
- <groupId >org.sopeco.webui</groupId >
30
- <artifactId >org.sopeco.webui.server</artifactId >
31
- <version >1.0-SNAPSHOT</version >
32
- </dependency >
33
-
34
- <dependency >
35
- <groupId >org.sopeco.webui</groupId >
36
- <artifactId >org.sopeco.gwt</artifactId >
37
- <version >1.0-SNAPSHOT</version >
38
- </dependency >
39
-
40
- <dependency >
41
- <groupId >org.sopeco.webui</groupId >
42
- <artifactId >org.sopeco.gwt</artifactId >
43
- <version >1.0-SNAPSHOT</version >
44
- <classifier >sources</classifier >
45
- </dependency >
46
- </dependencies >
47
-
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/xsd/maven-4.0.0.xsd" >
3
+ <modelVersion >4.0.0</modelVersion >
4
+ <artifactId >org.sopeco.webui.client</artifactId >
5
+ <packaging >war</packaging >
6
+ <name >SoPeCo Web-UI Client</name >
7
+
8
+
9
+ <parent >
10
+ <groupId >org.sopeco.webui</groupId >
11
+ <artifactId >org.sopeco.webui.parent</artifactId >
12
+ <version >1.0.1 -SNAPSHOT</version >
13
+ <relativePath >../org.sopeco.webui.parent</relativePath >
14
+ </parent >
15
+
16
+ <dependencies >
17
+ <dependency >
18
+ <groupId >org.sopeco.webui</groupId >
19
+ <artifactId >org.sopeco.webui.shared</artifactId >
20
+ <version >1.0.1 -SNAPSHOT</version >
21
+ </dependency >
22
+ <dependency >
23
+ <groupId >org.sopeco.webui</groupId >
24
+ <artifactId >org.sopeco.webui.shared</artifactId >
25
+ <version >1.0.1 -SNAPSHOT</version >
26
+ <classifier >sources</classifier >
27
+ </dependency >
28
+ <dependency >
29
+ <groupId >org.sopeco.webui</groupId >
30
+ <artifactId >org.sopeco.webui.server</artifactId >
31
+ <version >1.0.1 -SNAPSHOT</version >
32
+ </dependency >
33
+
34
+ <dependency >
35
+ <groupId >org.sopeco.webui</groupId >
36
+ <artifactId >org.sopeco.gwt</artifactId >
37
+ <version >1.0.1 -SNAPSHOT</version >
38
+ </dependency >
39
+
40
+ <dependency >
41
+ <groupId >org.sopeco.webui</groupId >
42
+ <artifactId >org.sopeco.gwt</artifactId >
43
+ <version >1.0.1 -SNAPSHOT</version >
44
+ <classifier >sources</classifier >
45
+ </dependency >
46
+ </dependencies >
47
+
48
48
</project >
0 commit comments