11<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- <parent >
5- <groupId >com.github.XDean</groupId >
6- <artifactId >oss-parent</artifactId >
7- <version >1.1</version >
8- </parent >
9- <artifactId >JavaFX-CSS-Editor</artifactId >
10- <version >0.0.1-SNAPSHOT</version >
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+ <parent >
5+ <groupId >com.github.XDean</groupId >
6+ <artifactId >oss-parent</artifactId >
7+ <version >1.1</version >
8+ </parent >
9+ <artifactId >JavaFX-CSS-Editor</artifactId >
10+ <version >0.0.1-SNAPSHOT</version >
1111
12- <properties >
13- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14- <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
15- </properties >
12+ <dependencyManagement >
13+ <dependencies >
14+ <dependency >
15+ <groupId >io.reactivex.rxjava2</groupId >
16+ <artifactId >rxjava</artifactId >
17+ <version >2.1.13</version >
18+ </dependency >
19+ </dependencies >
20+ </dependencyManagement >
1621
17- <dependencyManagement >
18- <dependencies >
19- <dependency >
20- <groupId >io.reactivex.rxjava2</groupId >
21- <artifactId >rxjava</artifactId >
22- <version >2.1.13</version >
23- </dependency >
24- </dependencies >
25- </dependencyManagement >
22+ <dependencies >
23+ <dependency >
24+ <groupId >com.github.XDean</groupId >
25+ <artifactId >auto-message</artifactId >
26+ <version >0.1.6-SNAPSHOT</version >
27+ <scope >provided</scope >
28+ </dependency >
29+ <dependency >
30+ <groupId >com.github.XDean</groupId >
31+ <artifactId >auto-spring-factories</artifactId >
32+ <version >0.1.2</version >
33+ <scope >provided</scope >
34+ </dependency >
35+ <dependency >
36+ <groupId >com.github.XDean</groupId >
37+ <artifactId >javafx-spring-boot</artifactId >
38+ <version >0.1-SNAPSHOT</version >
39+ </dependency >
40+ <dependency >
41+ <groupId >com.github.XDean</groupId >
42+ <artifactId >rx2-nullable</artifactId >
43+ <version >1.0</version >
44+ </dependency >
45+ <dependency >
46+ <groupId >ch.qos.logback</groupId >
47+ <artifactId >logback-classic</artifactId >
48+ <version >1.1.3</version >
49+ </dependency >
50+ <dependency >
51+ <groupId >ch.qos.logback</groupId >
52+ <artifactId >logback-core</artifactId >
53+ <version >1.1.3</version >
54+ </dependency >
55+ <dependency >
56+ <groupId >org.slf4j</groupId >
57+ <artifactId >slf4j-api</artifactId >
58+ <version >1.7.5</version >
59+ </dependency >
60+ <dependency >
61+ <groupId >junit</groupId >
62+ <artifactId >junit</artifactId >
63+ <version >4.11</version >
64+ </dependency >
65+ <dependency >
66+ <groupId >io.reactivex.rxjava2</groupId >
67+ <artifactId >rxjavafx</artifactId >
68+ <version >2.2.2</version >
69+ </dependency >
70+ <dependency >
71+ <groupId >org.controlsfx</groupId >
72+ <artifactId >controlsfx</artifactId >
73+ <version >8.40.12</version >
74+ </dependency >
75+ <dependency >
76+ <groupId >org.fxmisc.richtext</groupId >
77+ <artifactId >richtextfx</artifactId >
78+ <version >0.7-M2</version >
79+ </dependency >
80+ <dependency >
81+ <groupId >com.github.XDean</groupId >
82+ <artifactId >JavaFX-EX</artifactId >
83+ <version >0.1.0-SNAPSHOT</version >
84+ </dependency >
85+ </dependencies >
2686
27- <dependencies >
28- <dependency >
29- <groupId >com.github.XDean</groupId >
30- <artifactId >auto-message</artifactId >
31- <version >0.1.6-SNAPSHOT</version >
32- <scope >provided</scope >
33- </dependency >
34- <dependency >
35- <groupId >com.github.XDean</groupId >
36- <artifactId >auto-spring-factories</artifactId >
37- <version >0.1.2</version >
38- <scope >provided</scope >
39- </dependency >
40- <dependency >
41- <groupId >com.github.XDean</groupId >
42- <artifactId >javafx-spring-boot</artifactId >
43- <version >0.1-SNAPSHOT</version >
44- </dependency >
45- <dependency >
46- <groupId >com.github.XDean</groupId >
47- <artifactId >rx2-nullable</artifactId >
48- <version >1.0</version >
49- </dependency >
50- <dependency >
51- <groupId >ch.qos.logback</groupId >
52- <artifactId >logback-classic</artifactId >
53- <version >1.1.3</version >
54- </dependency >
55- <dependency >
56- <groupId >ch.qos.logback</groupId >
57- <artifactId >logback-core</artifactId >
58- <version >1.1.3</version >
59- </dependency >
60- <dependency >
61- <groupId >org.slf4j</groupId >
62- <artifactId >slf4j-api</artifactId >
63- <version >1.7.5</version >
64- </dependency >
65- <dependency >
66- <groupId >junit</groupId >
67- <artifactId >junit</artifactId >
68- <version >4.11</version >
69- </dependency >
70- <dependency >
71- <groupId >io.reactivex.rxjava2</groupId >
72- <artifactId >rxjavafx</artifactId >
73- <version >2.2.2</version >
74- </dependency >
75- <dependency >
76- <groupId >org.controlsfx</groupId >
77- <artifactId >controlsfx</artifactId >
78- <version >8.40.12</version >
79- </dependency >
80- <dependency >
81- <groupId >org.fxmisc.richtext</groupId >
82- <artifactId >richtextfx</artifactId >
83- <version >0.7-M2</version >
84- </dependency >
85- <dependency >
86- <groupId >com.github.XDean</groupId >
87- <artifactId >JavaFX-EX</artifactId >
88- <version >0.1.0-SNAPSHOT</version >
89- </dependency >
90- </dependencies >
91-
92- <build >
93- <plugins >
94- <plugin >
95- <groupId >org.springframework.boot</groupId >
96- <artifactId >spring-boot-maven-plugin</artifactId >
97- <configuration >
98- <executable >true</executable >
99- </configuration >
100- <executions >
101- <execution >
102- <goals >
103- <goal >repackage</goal >
104- </goals >
105- </execution >
106- </executions >
107- </plugin >
108- </plugins >
109- </build >
87+ <build >
88+ <plugins >
89+ <plugin >
90+ <groupId >org.apache.maven.plugins</groupId >
91+ <artifactId >maven-compiler-plugin</artifactId >
92+ <version >3.1</version >
93+ <configuration >
94+ <compilerArguments >
95+ <bootclasspath >${sun.boot.class.path}${path.separator}${java.home} /lib/jfxrt.jar</bootclasspath >
96+ </compilerArguments >
97+ </configuration >
98+ </plugin >
99+ <plugin >
100+ <groupId >org.springframework.boot</groupId >
101+ <artifactId >spring-boot-maven-plugin</artifactId >
102+ <configuration >
103+ <executable >true</executable >
104+ </configuration >
105+ <executions >
106+ <execution >
107+ <goals >
108+ <goal >repackage</goal >
109+ </goals >
110+ </execution >
111+ </executions >
112+ </plugin >
113+ </plugins >
114+ </build >
110115</project >
0 commit comments