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- <parent >
7- <groupId >com.baeldung</groupId >
8- <artifactId >core-java-9-jigsaw</artifactId >
9- <version >0.2-SNAPSHOT</version >
10- </parent >
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+ <parent >
7+ <groupId >com.baeldung</groupId >
8+ <artifactId >core-java-9-jigsaw</artifactId >
9+ <version >0.2-SNAPSHOT</version >
10+ </parent >
1111
12- <artifactId >library-core</artifactId >
12+ <artifactId >library-core</artifactId >
1313
14- <properties >
15- <maven .compiler.source>19</maven .compiler.source>
16- <maven .compiler.target>19</maven .compiler.target>
17- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18- </properties >
14+ <properties >
15+ <maven .compiler.source>19</maven .compiler.source>
16+ <maven .compiler.target>19</maven .compiler.target>
17+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18+ </properties >
1919
20- <dependencies >
21- <dependency >
22- <groupId >org.junit.jupiter</groupId >
23- <artifactId >junit-jupiter-api</artifactId >
24- <version >5.9.2</version >
25- <scope >test</scope >
26- </dependency >
27- <dependency >
28- <groupId >org.junit.jupiter</groupId >
29- <artifactId >junit-jupiter-engine</artifactId >
30- <version >5.9.2</version >
31- <scope >test</scope >
32- </dependency >
33- </dependencies >
20+ <dependencies >
21+ <dependency >
22+ <groupId >org.junit.jupiter</groupId >
23+ <artifactId >junit-jupiter-api</artifactId >
24+ <version >5.9.2</version >
25+ <scope >test</scope >
26+ </dependency >
27+ <dependency >
28+ <groupId >org.junit.jupiter</groupId >
29+ <artifactId >junit-jupiter-engine</artifactId >
30+ <version >5.9.2</version >
31+ <scope >test</scope >
32+ </dependency >
33+ </dependencies >
3434
35- <build >
36- <plugins >
37- <plugin >
38- <groupId >org.apache.maven.plugins</groupId >
39- <artifactId >maven-compiler-plugin</artifactId >
40- <version >3.8.1</version >
41- <configuration >
42- <release >9</release >
43- </configuration >
44- </plugin >
45- <plugin >
46- <groupId >org.apache.maven.plugins</groupId >
47- <artifactId >maven-surefire-plugin</artifactId >
48- <version >3.0.0-M5</version >
49- <configuration >
50- <useModulePath >false</useModulePath >
51- </configuration >
52- </plugin >
53- </plugins >
54- </build >
35+ <build >
36+ <plugins >
37+ <plugin >
38+ <groupId >org.apache.maven.plugins</groupId >
39+ <artifactId >maven-compiler-plugin</artifactId >
40+ <version >3.8.1</version >
41+ <configuration >
42+ <release >9</release >
43+ </configuration >
44+ </plugin >
45+ <plugin >
46+ <groupId >org.apache.maven.plugins</groupId >
47+ <artifactId >maven-surefire-plugin</artifactId >
48+ <version >3.0.0-M5</version >
49+ <configuration >
50+ <useModulePath >false</useModulePath >
51+ </configuration >
52+ </plugin >
53+ </plugins >
54+ </build >
5555</project >
0 commit comments