Set correct test scope for JUnit migration support lib (fix #30)
This commit is contained in:
parent
8b278f67fe
commit
0cca2de1aa
@ -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)
|
||||||
|
1
pom.xml
1
pom.xml
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user