|
21 | 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
22 | 22 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
23 | 23 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
24 | | - <parent> |
25 | | - <artifactId>java-design-patterns</artifactId> |
26 | | - <groupId>com.iluwatar</groupId> |
27 | | - <version>1.16.0-SNAPSHOT</version> |
28 | | - </parent> |
29 | | - <modelVersion>4.0.0</modelVersion> |
| 24 | + <parent> |
| 25 | + <artifactId>java-design-patterns</artifactId> |
| 26 | + <groupId>com.iluwatar</groupId> |
| 27 | + <version>1.16.0-SNAPSHOT</version> |
| 28 | + </parent> |
| 29 | + <modelVersion>4.0.0</modelVersion> |
30 | 30 |
|
31 | | - <artifactId>marker</artifactId> |
32 | | - <dependencies> |
33 | | - <dependency> |
34 | | - <groupId>org.junit.jupiter</groupId> |
35 | | - <artifactId>junit-jupiter-api</artifactId> |
36 | | - <version>RELEASE</version> |
37 | | - </dependency> |
38 | | - <dependency> |
39 | | - <groupId>junit</groupId> |
40 | | - <artifactId>junit</artifactId> |
41 | | - </dependency> |
42 | | - <dependency> |
43 | | - <groupId>junit</groupId> |
44 | | - <artifactId>junit</artifactId> |
45 | | - </dependency> |
46 | | - </dependencies> |
| 31 | + <artifactId>marker</artifactId> |
| 32 | + <dependencies> |
| 33 | + <dependency> |
| 34 | + <groupId>org.junit.jupiter</groupId> |
| 35 | + <artifactId>junit-jupiter-api</artifactId> |
| 36 | + <version>RELEASE</version> |
| 37 | + </dependency> |
| 38 | + <dependency> |
| 39 | + <groupId>junit</groupId> |
| 40 | + <artifactId>junit</artifactId> |
| 41 | + </dependency> |
| 42 | + <dependency> |
| 43 | + <groupId>junit</groupId> |
| 44 | + <artifactId>junit</artifactId> |
| 45 | + </dependency> |
| 46 | + </dependencies> |
47 | 47 |
|
48 | 48 |
|
49 | 49 | </project> |
0 commit comments