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-collections-maps-4</artifactId >
7- <version >0.1.0-SNAPSHOT</version >
8- <name >core-java-collections-maps-4</name >
9- <packaging >jar</packaging >
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-collections-maps-4</artifactId >
7+ <version >0.1.0-SNAPSHOT</version >
8+ <name >core-java-collections-maps-4</name >
9+ <packaging >jar</packaging >
1010
11- <parent >
12- <groupId >com.baeldung.core-java-modules</groupId >
13- <artifactId >core-java-modules</artifactId >
14- <version >0.0.1-SNAPSHOT</version >
15- <relativePath >../pom.xml</relativePath >
16- </parent >
17-
18- <properties >
19- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20- <maven .compiler.source>1.8</maven .compiler.source>
21- <maven .compiler.target>1.8</maven .compiler.target>
22- </properties >
11+ <parent >
12+ <groupId >com.baeldung.core-java-modules</groupId >
13+ <artifactId >core-java-modules</artifactId >
14+ <version >0.0.1-SNAPSHOT</version >
15+ </parent >
2316
24- <dependencies >
25- <dependency >
26- <groupId >junit</groupId >
27- <artifactId >junit</artifactId >
28- <version >${junit.version} </version >
29- <scope >test</scope >
30- </dependency >
31- </dependencies >
17+ <dependencies >
18+ <dependency >
19+ <groupId >junit</groupId >
20+ <artifactId >junit</artifactId >
21+ <version >${junit.version} </version >
22+ <scope >test</scope >
23+ </dependency >
24+ </dependencies >
3225
33- <build >
34- <pluginManagement >
35- <plugins >
36- <plugin >
37- <groupId >org.apache.maven.plugins</groupId >
38- <artifactId >maven-surefire-plugin</artifactId >
39- <version >3.0.0-M5</version >
40- <configuration >
41- <!-- those tests are not made for CI purposes, but for manual testing -->
42- <groups >!performance</groups >
43- </configuration >
44- </plugin >
45- </plugins >
46- </pluginManagement >
47- </build >
26+ <build >
27+ <pluginManagement >
28+ <plugins >
29+ <plugin >
30+ <groupId >org.apache.maven.plugins</groupId >
31+ <artifactId >maven-surefire-plugin</artifactId >
32+ <version >3.0.0-M5</version >
33+ <configuration >
34+ <!-- those tests are not made for CI purposes, but for manual testing -->
35+ <groups >!performance</groups >
36+ </configuration >
37+ </plugin >
38+ </plugins >
39+ </pluginManagement >
40+ </build >
41+
42+ <properties >
43+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
44+ <maven .compiler.source>1.8</maven .compiler.source>
45+ <maven .compiler.target>1.8</maven .compiler.target>
46+ </properties >
4847
4948</project >
0 commit comments