11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5- <modelVersion >4.0.0</modelVersion >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4+ <modelVersion >4.0.0</modelVersion >
65
7- <groupId >org.j3</groupId >
8- <version >0.0.1-SNAPSHOT</version >
6+ <groupId >org.j3</groupId >
7+ <artifactId >j3</artifactId >
8+ <version >0.0.1-SNAPSHOT</version >
99
10- <dependencies >
10+ <dependencies >
11+ <dependency >
12+ <groupId >org.apache.commons</groupId >
13+ <artifactId >commons-lang3</artifactId >
14+ <version >3.5</version >
15+ </dependency >
16+ <dependency >
17+ <groupId >org.apache.commons</groupId >
18+ <artifactId >commons-csv</artifactId >
19+ <version >1.4</version >
20+ </dependency >
21+ <dependency >
22+ <groupId >commons-io</groupId >
23+ <artifactId >commons-io</artifactId >
24+ <version >2.5</version >
25+ </dependency >
26+ <dependency >
27+ <groupId >org.controlsfx</groupId >
28+ <artifactId >controlsfx</artifactId >
29+ <version >8.40.12</version >
30+ </dependency >
31+ <dependency >
32+ <groupId >org.dom4j</groupId >
33+ <artifactId >dom4j</artifactId >
34+ <version >2.0.0</version >
35+ </dependency >
36+ </dependencies >
1137
12- <dependency >
13- <groupId >org.apache.commons</groupId >
14- <artifactId >commons-lang3</artifactId >
15- <version >3.5</version >
16- </dependency >
17- <dependency >
18- <groupId >org.apache.commons</groupId >
19- <artifactId >commons-csv</artifactId >
20- <version >1.4</version >
21- </dependency >
22- <dependency >
23- <groupId >commons-io</groupId >
24- <artifactId >commons-io</artifactId >
25- <version >2.5</version >
26- </dependency >
27- <dependency >
28- <groupId >org.controlsfx</groupId >
29- <artifactId >controlsfx</artifactId >
30- <version >8.40.12</version >
31- </dependency >
32- <dependency >
33- <groupId >org.dom4j</groupId >
34- <artifactId >dom4j</artifactId >
35- <version >2.0.0</version >
36- </dependency >
37- </dependencies >
38-
39- <artifactId >j3</artifactId >
38+ <build >
39+ <plugins >
40+ <plugin >
41+ <groupId >org.apache.maven.plugins</groupId >
42+ <artifactId >maven-compiler-plugin</artifactId >
43+ <version >3.2</version >
44+ <configuration >
45+ <source >1.8</source >
46+ <target >1.8</target >
47+ </configuration >
48+ </plugin >
49+ </plugins >
50+ </build >
51+
4052</project >
0 commit comments