diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-05-12 08:03:40 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-05-12 08:03:40 +0200 |
commit | 315f9dd6941dab43ab9d00b3818a54d3276a3b92 (patch) | |
tree | b9af0d77731d582b5dd46a559be0e0e0fc1a16d3 /deployment/pom.xml | |
parent | 121a631215485e4f5ebb6e8eb0f81bdc7d8d4e64 (diff) |
Remove JUnit 5 test dependency.
Change-Id: I227b8a9c972ad0aa833e1ce9f99278c2b9e76a42
Diffstat (limited to 'deployment/pom.xml')
-rw-r--r-- | deployment/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/deployment/pom.xml b/deployment/pom.xml index 4713b1a..d4b2db2 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -27,11 +27,6 @@ <artifactId>quarkus-googlecloud-jsonlogging</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-junit5-internal</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> |