From 6f99b6e9b415b4fb7209f5207a89ec26cd5429fa Mon Sep 17 00:00:00 2001 From: games647 Date: Sat, 8 Feb 2020 15:24:34 +0100 Subject: [PATCH] Add explicit Junit dependency --- bukkit/pom.xml | 2 +- .../games647/fastlogin/bukkit/EncryptionUtilTest.java | 3 +-- bungee/pom.xml | 2 +- pom.xml | 9 +++++++++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/bukkit/pom.xml b/bukkit/pom.xml index 78a0c1fd..a7d904b8 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -112,7 +112,7 @@ org.spigotmc spigot-api - 1.12.2-R0.1-SNAPSHOT + 1.15.2-R0.1-SNAPSHOT provided diff --git a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/EncryptionUtilTest.java b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/EncryptionUtilTest.java index c310a057..8a845e8d 100644 --- a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/EncryptionUtilTest.java +++ b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/EncryptionUtilTest.java @@ -6,8 +6,7 @@ import org.junit.Test; import static org.hamcrest.CoreMatchers.is; import static org.hamcrest.CoreMatchers.notNullValue; - -import static org.junit.Assert.assertThat; +import static org.hamcrest.MatcherAssert.assertThat; public class EncryptionUtilTest { diff --git a/bungee/pom.xml b/bungee/pom.xml index 422c1753..2ec3d5a9 100644 --- a/bungee/pom.xml +++ b/bungee/pom.xml @@ -74,7 +74,7 @@ net.md-5 bungeecord-proxy - 1.14-SNAPSHOT + 1.15-SNAPSHOT provided diff --git a/pom.xml b/pom.xml index ce69bdec..1e77ef50 100644 --- a/pom.xml +++ b/pom.xml @@ -75,4 +75,13 @@ + + + + junit + junit + 4.13 + test + +