|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <!--
|
3 | 3 | Copyright (c) 2017, 2023, Oracle and/or its affiliates.
|
4 |
| - Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. |
| 4 | + Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl. |
5 | 5 | -->
|
6 | 6 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
7 | 7 | <modelVersion>4.0.0</modelVersion>
|
|
40 | 40 | <antlr.version>4.9.3</antlr.version>
|
41 | 41 | <snakeyaml.version>2.0</snakeyaml.version>
|
42 | 42 | <picocli.version>4.7.4</picocli.version>
|
| 43 | + <junit.version>5.10.0</junit.version> |
43 | 44 | <wdt.scm.repo.url>${env.WDT_SCM_REPO_URL}</wdt.scm.repo.url>
|
44 | 45 | <wdt.scm.repo.conn>${env.WDT_SCM_REPO_CONN}</wdt.scm.repo.conn>
|
45 | 46 |
|
|
88 | 89 | <dependency>
|
89 | 90 | <groupId>org.junit.jupiter</groupId>
|
90 | 91 | <artifactId>junit-jupiter-engine</artifactId>
|
91 |
| - <version>5.9.3</version> |
| 92 | + <version>${junit.version}</version> |
| 93 | + </dependency> |
| 94 | + <dependency> |
| 95 | + <groupId>org.junit.jupiter</groupId> |
| 96 | + <artifactId>junit-jupiter-params</artifactId> |
| 97 | + <version>${junit.version}</version> |
92 | 98 | </dependency>
|
93 | 99 | <dependency>
|
94 | 100 | <groupId>org.easymock</groupId>
|
|
115 | 121 | <artifactId>picocli</artifactId>
|
116 | 122 | <version>${picocli.version}</version>
|
117 | 123 | </dependency>
|
118 |
| - <dependency> |
119 |
| - <groupId>org.junit.jupiter</groupId> |
120 |
| - <artifactId>junit-jupiter-params</artifactId> |
121 |
| - <version>5.9.3</version> |
122 |
| - </dependency> |
123 | 124 | </dependencies>
|
124 | 125 | </dependencyManagement>
|
125 | 126 |
|
|
0 commit comments