Upgrade version of JUnit4. (#2454)

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
This commit is contained in:
Tomas Langer
2020-10-15 18:01:05 +02:00
committed by GitHub
parent f0aa9999f8
commit ce8aba6dde
2 changed files with 3 additions and 1 deletions

View File

@@ -70,6 +70,7 @@
<version.lib.jsonp-api>1.1.2</version.lib.jsonp-api> <version.lib.jsonp-api>1.1.2</version.lib.jsonp-api>
<version.lib.jsonp-impl>1.1.2</version.lib.jsonp-impl> <version.lib.jsonp-impl>1.1.2</version.lib.jsonp-impl>
<version.lib.junit>5.6.2</version.lib.junit> <version.lib.junit>5.6.2</version.lib.junit>
<version.lib.junit4>4.13.1</version.lib.junit4>
<version.lib.microprofile-config>1.3</version.lib.microprofile-config> <version.lib.microprofile-config>1.3</version.lib.microprofile-config>
<version.lib.microprofile-health>2.1</version.lib.microprofile-health> <version.lib.microprofile-health>2.1</version.lib.microprofile-health>
<version.lib.microprofile-jwt>1.1.1</version.lib.microprofile-jwt> <version.lib.microprofile-jwt>1.1.1</version.lib.microprofile-jwt>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved. Copyright (c) 2018, 2020 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@@ -64,6 +64,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>${version.lib.junit4}</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>