1
- <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!-- File managed by WebFX (DO NOT EDIT MANUALLY) -->
3
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
6
+ <modelVersion >4.0.0</modelVersion >
7
+
3
8
<parent >
4
- <artifactId >webfx-demo-particles</artifactId >
5
9
<groupId >dev.webfx</groupId >
10
+ <artifactId >webfx-demo-particles</artifactId >
6
11
<version >0.1.0-SNAPSHOT</version >
7
12
</parent >
8
- <modelVersion >4.0.0</modelVersion >
9
13
10
14
<artifactId >webfx-demo-particles-application-gluon</artifactId >
11
15
12
- <dependencies > <!-- Dependencies managed by WebFX (DO NOT EDIT MANUALLY) -->
16
+ <dependencies >
13
17
14
18
<dependency >
15
19
<groupId >dev.webfx</groupId >
16
20
<artifactId >webfx-demo-particles-application</artifactId >
17
21
<version >0.1.0-SNAPSHOT</version >
18
22
</dependency >
19
-
23
+
20
24
<dependency >
21
25
<groupId >dev.webfx</groupId >
22
26
<artifactId >webfx-kit-openjfx</artifactId >
23
27
<version >0.1.0-SNAPSHOT</version >
24
28
</dependency >
25
-
29
+
26
30
<dependency >
27
31
<groupId >dev.webfx</groupId >
28
32
<artifactId >webfx-platform-java-boot-impl</artifactId >
29
33
<version >0.1.0-SNAPSHOT</version >
30
34
</dependency >
31
-
35
+
32
36
<dependency >
33
37
<groupId >dev.webfx</groupId >
34
38
<artifactId >webfx-platform-java-scheduler-impl</artifactId >
35
39
<version >0.1.0-SNAPSHOT</version >
36
40
</dependency >
37
-
41
+
38
42
<dependency >
39
43
<groupId >dev.webfx</groupId >
40
44
<artifactId >webfx-platform-java-shutdown-impl</artifactId >
41
45
<version >0.1.0-SNAPSHOT</version >
42
46
</dependency >
43
-
47
+
44
48
<dependency >
45
49
<groupId >dev.webfx</groupId >
46
50
<artifactId >webfx-platform-shared-log-impl-simple</artifactId >
47
51
<version >0.1.0-SNAPSHOT</version >
48
52
</dependency >
49
-
53
+
50
54
</dependencies >
51
55
52
56
<build >
60
64
</plugins >
61
65
</build >
62
66
63
- <!-- Redefining the gluon profiles here so they can be activated locally when invoking this pom directly -->
67
+ <!-- Redefining the gluon profiles here, so they can be activated locally when invoking this pom directly -->
64
68
<!-- Note: activating a profile locally here will trigger the properties defined in the root pom -->
65
69
<profiles >
66
- <profile ><id >gluon-desktop</id ></profile >
67
- <profile ><id >gluon-android</id ></profile >
68
- <profile ><id >gluon-ios</id ></profile >
70
+ <profile >
71
+ <id >gluon-desktop</id >
72
+ </profile >
73
+ <profile >
74
+ <id >gluon-android</id >
75
+ </profile >
76
+ <profile >
77
+ <id >gluon-ios</id >
78
+ </profile >
69
79
</profiles >
70
80
71
81
</project >
0 commit comments