11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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 >
6- <artifactId >core-java-12</artifactId >
7- <version >0.1.0-SNAPSHOT</version >
8- <name >core-java-12</name >
9- <packaging >jar</packaging >
10- <url >http://maven.apache.org</url >
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 >
6+ <artifactId >core-java-12</artifactId >
7+ <version >0.1.0-SNAPSHOT</version >
8+ <name >core-java-12</name >
9+ <packaging >jar</packaging >
10+ <url >http://maven.apache.org</url >
1111
12- <parent >
13- <groupId >com.baeldung</groupId >
14- <artifactId >parent-modules</artifactId >
15- <version >1.0.0-SNAPSHOT</version >
16- <relativePath >../../</relativePath >
17- </parent >
12+ <parent >
13+ <groupId >com.baeldung</groupId >
14+ <artifactId >parent-modules</artifactId >
15+ <version >1.0.0-SNAPSHOT</version >
16+ <relativePath >../../</relativePath >
17+ </parent >
1818
19- <dependencies >
20- <dependency >
21- <groupId >org.assertj</groupId >
22- <artifactId >assertj-core</artifactId >
23- <version >${assertj.version} </version >
24- <scope >test</scope >
25- </dependency >
26- <dependency >
27- <groupId >commons-io</groupId >
28- <artifactId >commons-io</artifactId >
29- <version >2.11.0</version >
30- </dependency >
31- </dependencies >
19+ <dependencies >
20+ <dependency >
21+ <groupId >org.assertj</groupId >
22+ <artifactId >assertj-core</artifactId >
23+ <version >${assertj.version} </version >
24+ <scope >test</scope >
25+ </dependency >
26+ <dependency >
27+ <groupId >commons-io</groupId >
28+ <artifactId >commons-io</artifactId >
29+ <version >2.11.0</version >
30+ </dependency >
31+ </dependencies >
3232
33- <build >
34- <plugins >
35- <plugin >
36- <groupId >org.apache.maven.plugins</groupId >
37- <artifactId >maven-compiler-plugin</artifactId >
38- <version >${maven-compiler-plugin.version} </version >
39- <configuration >
40- <source >${maven.compiler.source.version} </source >
41- <target >${maven.compiler.target.version} </target >
42- <compilerArgs >--enable-preview</compilerArgs >
43- </configuration >
44- </plugin >
45- <plugin >
46- <artifactId >maven-surefire-plugin</artifactId >
47- <configuration >
48- <argLine >--enable-preview</argLine >
49- </configuration >
50- </plugin >
51- </plugins >
52- </build >
33+ <build >
34+ <plugins >
35+ <plugin >
36+ <groupId >org.apache.maven.plugins</groupId >
37+ <artifactId >maven-compiler-plugin</artifactId >
38+ <version >${maven-compiler-plugin.version} </version >
39+ <configuration >
40+ <source >${maven.compiler.source.version} </source >
41+ <target >${maven.compiler.target.version} </target >
42+ <compilerArgs >--enable-preview</compilerArgs >
43+ </configuration >
44+ </plugin >
45+ <plugin >
46+ <artifactId >maven-surefire-plugin</artifactId >
47+ <configuration >
48+ <argLine >--enable-preview</argLine >
49+ </configuration >
50+ </plugin >
51+ </plugins >
52+ </build >
5353
54- <properties >
55- <maven .compiler.source.version>12</maven .compiler.source.version>
56- <maven .compiler.target.version>12</maven .compiler.target.version>
57- <assertj .version>3.6.1</assertj .version>
58- </properties >
54+ <properties >
55+ <maven .compiler.source.version>12</maven .compiler.source.version>
56+ <maven .compiler.target.version>12</maven .compiler.target.version>
57+ <assertj .version>3.6.1</assertj .version>
58+ </properties >
5959
6060</project >
0 commit comments