forked from apereo/cas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd0ff9f
commit 66a14e0
Showing
39 changed files
with
205 additions
and
625 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
|
||
description = 'Apereo CAS Core Services APIs' | ||
dependencies { | ||
|
||
compile group: 'org.apache.commons', name: 'commons-lang3', version:commonsLangVersion | ||
compile group: 'joda-time', name: 'joda-time', version:jodaTimeVersion | ||
compile group: 'com.google.guava', name: 'guava', version:guavaVersion | ||
compile project(':cas-server-core-api-authentication') | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,7 @@ | ||
description = 'Apereo CAS Core Logging' | ||
dependencies { | ||
compile project(':cas-server-core-api-ticket') | ||
compile(group: 'org.reflections', name: 'reflections', version: reflectionsVersion) { | ||
exclude(module: 'guava') | ||
} | ||
compile group: 'com.google.guava', name: 'guava', version: guavaVersion | ||
compile(group: 'org.springframework', name: 'spring-core', version: springVersion) { | ||
exclude(module: 'commons-logging') | ||
} | ||
compile group: 'commons-io', name: 'commons-io', version: commonsIoVersion | ||
compile group: 'org.springframework', name: 'spring-beans', version: springVersion | ||
compile group: 'org.springframework', name: 'spring-context-support', version: springVersion | ||
compile group: 'org.springframework', name: 'spring-context', version: springVersion | ||
compile group: 'org.springframework', name: 'spring-webmvc', version: springVersion | ||
compile libraries.spring | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.