Skip to content

Commit

Permalink
Fix dependencies after oxModel update
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Apr 5, 2016
1 parent 2d5595b commit 54ada37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cas-openid-auth-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.xdi</groupId>
<artifactId>oxLdap</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.xdi</groupId>
<artifactId>oxauth-model</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions saml-openid-auth-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.xdi</groupId>
<artifactId>oxLdap</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.xdi</groupId>
<artifactId>openid-auth-client</artifactId>
Expand Down

0 comments on commit 54ada37

Please sign in to comment.