Skip to content

Commit

Permalink
Let hawkular-parent manage org.keycloak.secretstore
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Jan 14, 2016
1 parent 683064c commit e772791
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<dependency>
<groupId>org.keycloak.secretstore</groupId>
<artifactId>secret-store</artifactId>
<version>1.0.4.Final</version>
<version>${version.org.keycloak.secretstore}</version>
<type>war</type>
</dependency>

Expand Down Expand Up @@ -227,12 +227,6 @@
<version>${version.org.hawkular.commons}</version>
</dependency>

<dependency>
<groupId>org.keycloak.secretstore</groupId>
<artifactId>secret-store-undertow-filter</artifactId>
<version>1.0.4.Final</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down
1 change: 0 additions & 1 deletion sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<dependency>
<groupId>org.keycloak.secretstore</groupId>
<artifactId>secret-store-undertow-filter</artifactId>
<version>1.0.4.Final</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e772791

Please sign in to comment.