Skip to content

Commit 134559e

Browse files
committed
Separate authentications + add Crowd
1 parent c689d3a commit 134559e

File tree

19 files changed

+1404
-274
lines changed

19 files changed

+1404
-274
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@
5757
<artifactId>mailer</artifactId>
5858
<version>1.5</version>
5959
</dependency>
60+
<dependency>
61+
<groupId>com.atlassian.crowd</groupId>
62+
<artifactId>crowd-integration-client-rest</artifactId>
63+
<version>2.9.0-OD-073</version>
64+
</dependency>
65+
<dependency>
66+
<groupId>org.apache.commons</groupId>
67+
<artifactId>commons-lang3</artifactId>
68+
<version>3.4</version>
69+
</dependency>
6070
</dependencies>
6171

6272
<repositories>

0 commit comments

Comments
 (0)