diff options
Diffstat (limited to 'ms/controllerblueprints/parent')
-rw-r--r-- | ms/controllerblueprints/parent/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/controllerblueprints/parent/pom.xml b/ms/controllerblueprints/parent/pom.xml index aabb4b259..86dfdf69c 100644 --- a/ms/controllerblueprints/parent/pom.xml +++ b/ms/controllerblueprints/parent/pom.xml @@ -90,10 +90,10 @@ <artifactId>velocity</artifactId> <version>1.7</version> </dependency> - <dependency> + <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - + <version>26.0-jre</version> </dependency> <!-- Kotlin Dependencies --> |