Fix dependency import version.

See gh-72.
This commit is contained in:
Mark Paluch
2017-04-19 16:09:04 +02:00
parent d662b691b5
commit 766b9709b5

View File

@@ -91,7 +91,7 @@
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-dependencies</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.1.BUILD-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>