1
0
mirror of synced 2026-08-04 17:27:13 +00:00

JDK 11 Compatibility

Upgraded dependencies and removed a test in the Java Config LDAP
sample which is arguably an integration test since it starts up an
LDAP container. This test also isn't JDK 11 compatible and the
remaining integration tests in the sample cover the same material.

Issue: gh-5860
This commit is contained in:
Josh Cummings
2018-10-16 17:39:14 -06:00
parent b87ff3c00f
commit ccd2664e6c
3 changed files with 5 additions and 51 deletions
@@ -1,5 +1,3 @@
import org.apache.tools.ant.filters.ReplaceTokens
apply plugin: 'io.spring.convention.spring-sample-war'
def keystore = "$rootDir/samples/certificates/server.jks"
@@ -8,6 +6,9 @@ def password = 'password'
dependencies {
compile "org.jasig.cas:cas-server-webapp:4.0.0@war"
compile slf4jDependencies
runtime 'org.aspectj:aspectjrt'
runtime 'org.aspectj:aspectjtools'
runtime 'org.aspectj:aspectjweaver'
}
project.tasks.withType(org.gradle.api.tasks.bundling.War) { war ->