Skip to content

Commit

Permalink
Add missing security configuration to azure test apache#1269
Browse files Browse the repository at this point in the history
* Security provider needs to enabled and security extension needs adding.
  • Loading branch information
galderz committed May 29, 2020
1 parent 6a8bc7a commit a8987dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration-tests/azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-security</artifactId>
</dependency>

<!-- test dependencies -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
quarkus.security.security-providers=SunJCE

0 comments on commit a8987dd

Please sign in to comment.