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
39657f3
commit 160a619
Showing
56 changed files
with
208 additions
and
415 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
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,16 +1,12 @@ | ||
|
||
description = 'Apereo CAS Core Events' | ||
dependencies { | ||
compile project(':cas-server-core-api') | ||
compile(group: 'org.springframework', name: 'spring-core', version:'4.2.1.RELEASE') { | ||
exclude(module: 'commons-logging') | ||
} | ||
compile group: 'org.springframework', name: 'spring-context', version:'4.2.1.RELEASE' | ||
compile group: 'org.springframework', name: 'spring-beans', version:'4.2.1.RELEASE' | ||
compile project(':cas-server-core-api') | ||
compile(group: 'org.springframework', name: 'spring-core', version:'4.2.1.RELEASE') { | ||
exclude(module: 'commons-logging') | ||
} | ||
compile group: 'org.springframework', name: 'spring-context', version:'4.2.1.RELEASE' | ||
compile group: 'org.springframework', name: 'spring-beans', version:'4.2.1.RELEASE' | ||
} | ||
|
||
task packageTests(type: Jar) { | ||
from sourceSets.test.output | ||
classifier = 'tests' | ||
} | ||
artifacts.archives packageTests | ||
|
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
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
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
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,12 +1,8 @@ | ||
|
||
description = 'Apereo CAS Ehcache Integration Monitor' | ||
dependencies { | ||
compile project(':cas-server-integration-ehcache') | ||
compile project(':cas-server-core-monitor') | ||
compile project(':cas-server-integration-ehcache') | ||
compile project(':cas-server-core-monitor') | ||
} | ||
|
||
task packageTests(type: Jar) { | ||
from sourceSets.test.output | ||
classifier = 'tests' | ||
} | ||
artifacts.archives packageTests | ||
|
Oops, something went wrong.