Skip to content

Commit

Permalink
➕ : add spring-vault-core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Jul 27, 2020
1 parent 1897d18 commit 3073f43
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<testcontainers.version>1.14.3</testcontainers.version>
<node.version>v12.16.0</node.version>
<npm.version>6.13.4</npm.version>
<spring.vault.version>2.2.2.RELEASE</spring.vault.version>
<frontend-maven-plugin.version>1.10.0</frontend-maven-plugin.version>

<sonar.projectKey>gaia-app:gaia</sonar.projectKey>
Expand Down Expand Up @@ -163,6 +164,12 @@
<version>${antlr4.version}</version>
</dependency>

<!-- vault is used for credentials mgmt and encryption -->
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-core</artifactId>
</dependency>

<!-- selenium tests -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
Expand All @@ -188,6 +195,13 @@
<artifactId>guava</artifactId>
<version>29.0-jre</version>
</dependency>
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-dependencies</artifactId>
<version>${spring.vault.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 3073f43

Please sign in to comment.