Set correct test scope for JUnit migration support lib (fix #30)

This commit is contained in:
Stefan Kalscheuer 2019-08-16 19:59:09 +02:00
parent 8b278f67fe
commit 0cca2de1aa
2 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,13 @@
## unreleased ## 0.8.1 (unreleased
### Fixes
* Removed compile dependency to JUnit library (#30)
### Improvements ### Improvements
* Updated ependencies * Updated ependencies
### Test
* Tested against Vault 1.2.2
## 0.8.0 (2019-03-24) ## 0.8.0 (2019-03-24)
### Breaking ### Breaking
* Moved Maven artifact to `de.stklcode.jvault:jvault-connector` (#28) * Moved Maven artifact to `de.stklcode.jvault:jvault-connector` (#28)

View File

@ -129,6 +129,7 @@
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-migrationsupport</artifactId> <artifactId>junit-jupiter-migrationsupport</artifactId>
<version>5.5.1</version> <version>5.5.1</version>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.hamcrest</groupId> <groupId>org.hamcrest</groupId>