Skip to content

Commit

Permalink
Separate authentications + add Crowd
Browse files Browse the repository at this point in the history
  • Loading branch information
fbelzunc committed Feb 6, 2019
1 parent c689d3a commit 134559e
Show file tree
Hide file tree
Showing 19 changed files with 1,404 additions and 274 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@
<artifactId>mailer</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<groupId>com.atlassian.crowd</groupId>
<artifactId>crowd-integration-client-rest</artifactId>
<version>2.9.0-OD-073</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
</dependency>
</dependencies>

<repositories>
Expand Down
Loading

0 comments on commit 134559e

Please sign in to comment.