<dependency>
<groupId>org.soulwing.cas</groupId>
<artifactId>cas-subsystem</artifactId>
<version>1.0.5</version>
</dependency>
<parent> <groupId>org.soulwing.cas</groupId> <artifactId>cas-extension</artifactId> <version>1.0.5</version> </parent>
compile
|-- org.wildfly:wildfly-undertow
|-- org.jasig.cas.client:cas-client-core
|-- org.jasig.cas.client:cas-client-support-saml
|-- io.undertow:undertow-servlet
test
|-- junit:junit
|-- org.hamcrest:hamcrest-core