| 组织ID: |
org.jasig.cas |
| 项目ID: |
cas-server-core |
| 版本: |
4.2.0-RC1 |
| 最后修改时间: |
2019-10-29 04:26:23 |
| 包类型: |
jar |
| 标题: |
cas-server-core |
| 描述: |
cas-server-core |
| 相关URL: |
http://www.apereo.org/cas |
| 大小: |
31.02KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-core</artifactId>
<version>4.2.0-RC1</version>
</dependency>
|
| Gradle引入代码: |
org.jasig.cas:cas-server-core:4.2.0-RC1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-core</artifactId>
<version>4.2.0-RC1</version>
<name>cas-server-core</name>
<description>cas-server-core</description>
<url>http://www.apereo.org/cas</url>
<inceptionYear>2004</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>leleuj</id>
<name>J茅r么me Leleu</name>
</developer>
<developer>
<id>apetro</id>
<name>Andrew Petro</name>
</developer>
<developer>
<id>wgthom</id>
<name>William G. Thompson</name>
</developer>
<developer>
<id>serac</id>
<name>Marvin S. Addison</name>
</developer>
<developer>
<id>battags</id>
<name>Scott Battaglia</name>
</developer>
<developer>
<id>mmoayyed</id>
<name>Misagh Moayyed</name>
</developer>
<developer>
<id>robertoschwald</id>
<name>Robert Oschwald</name>
</developer>
</developers>
<contributors>
<contributor>
<name>Adam Rybicki</name>
<email>arybicki@unicon.net</email>
</contributor>
<contributor>
<name>Andrew Tillinghast</name>
<email>atilling@conncoll.edu</email>
</contributor>
<contributor>
<name>Arnaud Lesueur</name>
<email>arnaud.lesueur@gmail.com</email>
</contributor>
<contributor>
<name>Daniel Frett</name>
<email>daniel.frett@ccci.org</email>
</contributor>
<contributor>
<name>Dmitriy Kopylenko</name>
<email>dima767@gmail.com</email>
</contributor>
<contributor>
<name>Drew Mazurek</name>
<email>dmazurek@unicon.net</email>
</contributor>
<contributor>
<name>Eric Dalquist</name>
<email>eric.dalquist@doit.wisc.edu</email>
</contributor>
<contributor>
<name>Eric Pierce</name>
<email>epierce@usf.edu</email>
</contributor>
<contributor>
<name>Frederic Esnault</name>
<email>esnault.frederic@gmail.com</email>
</contributor>
<contributor>
<name>Howard Gilbert</name>
<email>Howard.Gilbert@yale.edu</email>
</contributor>
<contributor>
<name>Jan Van der Velpen</name>
<email>velpi@industria.be</email>
</contributor>
<contributor>
<name>John Martin</name>
<email>jmartin@unicon.net</email>
</contributor>
<contributor>
<name>MarcAntoine Garrigue</name>
<email>marc.antoine.garrigue@gmail.com</email>
</contributor>
<contributor>
<name>Mihir Patel</name>
<email>exploremihir@gmail.com</email>
</contributor>
<contributor>
<name>Fredrik J枚nsson</name>
<email>fjo@kth.se</email>
</contributor>
</contributors>
<mailingLists>
<mailingList>
<name>cas-user</name>
<subscribe>https://groups.google.com/a/apereo.org/forum/#!forum/cas-user</subscribe>
<unsubscribe>https://groups.google.com/a/apereo.org/forum/#!forum/cas-user</unsubscribe>
<post>cas-user@apereo.org</post>
<archive>https://groups.google.com/forum/#!forum/jasig-cas-user</archive>
</mailingList>
<mailingList>
<name>cas-dev</name>
<subscribe>https://groups.google.com/a/apereo.org/forum/#!forum/cas-dev</subscribe>
<unsubscribe>https://groups.google.com/a/apereo.org/forum/#!forum/cas-dev</unsubscribe>
<post>cas-dev@apereo.org</post>
<archive>https://groups.google.com/forum/#!forum/jasig-cas-dev</archive>
</mailingList>
<mailingList>
<name>cas-announce</name>
<subscribe>https://groups.google.com/a/apereo.org/forum/#!forum/cas-announce</subscribe>
<unsubscribe>https://groups.google.com/a/apereo.org/forum/#!forum/cas-announce</unsubscribe>
<post>cas-announce@apereo.org</post>
<archive>https://groups.google.com/a/apereo.org/forum/#!forum/cas-announce</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:git@github.com:Jasig/cas.git</connection>
<developerConnection>scm:git@github.com:Jasig/cas.git</developerConnection>
<url>scm:git@github.com:Jasig/cas.git</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/Jasig/cas/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.0.3.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.5</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.5</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jasig.service.persondir</groupId>
<artifactId>person-directory-impl</artifactId>
<version>1.7.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-core-authentication</artifactId>
<version>4.2.0-RC1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-core-logout</artifactId>
<version>4.2.0-RC1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-jexl</groupId>
<artifactId>commons-jexl</artifactId>
<version>1.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>5.2.2.Final</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>5.0.3.Final</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-core-services</artifactId>
<version>4.2.0-RC1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.5</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-core-tickets</artifactId>
<version>4.2.0-RC1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jasig.inspektr</groupId>
<artifactId>inspektr-audit</artifactId>
<version>1.3.GA</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>4.2.3.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.8.6</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>1.1.0.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.12.1.GA</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<version>2.5</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>4.2.3.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jasig.inspektr</groupId>
<artifactId>inspektr-support-spring</artifactId>
<version>1.3.GA</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-core-services</artifactId>
<version>4.2.0-RC1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jasig.inspektr</groupId>
<artifactId>inspektr-aspects</artifactId>
<version>1.3.GA</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.2.3.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.8.6</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-core-monitor</artifactId>
<version>4.2.0-RC1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-core-events</artifactId>
<version>4.2.0-RC1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>3.1.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-core-tickets</artifactId>
<version>4.2.0-RC1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
<version>1.2.4</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>javax.el</artifactId>
<version>2.2.6</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.2.3.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>4.2.3.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.2.3.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-core-util</artifactId>
<version>4.2.0-RC1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-core-authentication</artifactId>
<version>4.2.0-RC1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-core-validation</artifactId>
<version>4.2.0-RC1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.2.3.RELEASE</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-annotation</artifactId>
<version>3.1.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-core-logout</artifactId>
<version>4.2.0-RC1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>1.7.12</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.ryantenney.metrics</groupId>
<artifactId>metrics-spring</artifactId>
<version>3.1.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>cglib</groupId>
</exclusion>
<exclusion>
<artifactId>cglib-full</artifactId>
<groupId>cglib</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.jasig.cas.AbstractCentralAuthenticationService$AjcClosure1.class
org.jasig.cas.AbstractCentralAuthenticationService$AjcClosure3.class
org.jasig.cas.AbstractCentralAuthenticationService.class
org.jasig.cas.CasEnvironmentContextListener$AjcClosure1.class
org.jasig.cas.CasEnvironmentContextListener$AjcClosure3.class
org.jasig.cas.CasEnvironmentContextListener$AjcClosure5.class
org.jasig.cas.CasEnvironmentContextListener$AjcClosure7.class
org.jasig.cas.CasEnvironmentContextListener.class
org.jasig.cas.CasVersion$AjcClosure1.class
org.jasig.cas.CasVersion$AjcClosure3.class
org.jasig.cas.CasVersion.class
org.jasig.cas.CentralAuthenticationServiceImpl$AjcClosure1.class
org.jasig.cas.CentralAuthenticationServiceImpl$AjcClosure11.class
org.jasig.cas.CentralAuthenticationServiceImpl$AjcClosure3.class
org.jasig.cas.CentralAuthenticationServiceImpl$AjcClosure5.class
org.jasig.cas.CentralAuthenticationServiceImpl$AjcClosure7.class
org.jasig.cas.CentralAuthenticationServiceImpl$AjcClosure9.class
org.jasig.cas.CentralAuthenticationServiceImpl.class
META-INF/spring/core-ctx-config.xml
|
| 依赖Jar: |
mockito-core-1.10.19.jar
/org.mockito/mockito-core/1.10.19
查看mockito-core所有版本文件
hibernate-core-5.0.3.Final.jar
/org.hibernate/hibernate-core/5.0.3.Final
查看hibernate-core所有版本文件
log4j-api-2.5.jar
/org.apache.logging.log4j/log4j-api/2.5
查看log4j-api所有版本文件
log4j-core-2.5.jar
/org.apache.logging.log4j/log4j-core/2.5
查看log4j-core所有版本文件
person-directory-impl-1.7.0.jar
/org.jasig.service.persondir/person-directory-impl/1.7.0
查看person-directory-impl所有版本文件
cas-server-core-authentication-4.2.0-RC1.jar
/org.jasig.cas/cas-server-core-authentication/4.2.0-RC1
查看cas-server-core-authentication所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
commons-lang3-3.4.jar
/org.apache.commons/commons-lang3/3.4
查看commons-lang3所有版本文件
cas-server-core-logout-4.2.0-RC1.jar
/org.jasig.cas/cas-server-core-logout/4.2.0-RC1
查看cas-server-core-logout所有版本文件
commons-jexl-1.1.jar
/commons-jexl/commons-jexl/1.1
查看commons-jexl所有版本文件
hibernate-validator-5.2.2.Final.jar
/org.hibernate/hibernate-validator/5.2.2.Final
查看hibernate-validator所有版本文件
hibernate-entitymanager-5.0.3.Final.jar
/org.hibernate/hibernate-entitymanager/5.0.3.Final
查看hibernate-entitymanager所有版本文件
joda-time-2.9.jar
/joda-time/joda-time/2.9
查看joda-time所有版本文件
cas-server-core-services-4.2.0-RC1.jar
/org.jasig.cas/cas-server-core-services/4.2.0-RC1
查看cas-server-core-services所有版本文件
log4j-slf4j-impl-2.5.jar
/org.apache.logging.log4j/log4j-slf4j-impl/2.5
查看log4j-slf4j-impl所有版本文件
cas-server-core-tickets-4.2.0-RC1.jar
/org.jasig.cas/cas-server-core-tickets/4.2.0-RC1
查看cas-server-core-tickets所有版本文件
inspektr-audit-1.3.GA.jar
/org.jasig.inspektr/inspektr-audit/1.3.GA
查看inspektr-audit所有版本文件
spring-beans-4.2.3.RELEASE.jar
/org.springframework/spring-beans/4.2.3.RELEASE
查看spring-beans所有版本文件
aspectjrt-1.8.6.jar
/org.aspectj/aspectjrt/1.8.6
查看aspectjrt所有版本文件
slf4j-api-1.7.12.jar
/org.slf4j/slf4j-api/1.7.12
查看slf4j-api所有版本文件
validation-api-1.1.0.Final.jar
/javax.validation/validation-api/1.1.0.Final
查看validation-api所有版本文件
javassist-3.12.1.GA.jar
/javassist/javassist/3.12.1.GA
查看javassist所有版本文件
log4j-jcl-2.5.jar
/org.apache.logging.log4j/log4j-jcl/2.5
查看log4j-jcl所有版本文件
spring-context-support-4.2.3.RELEASE.jar
/org.springframework/spring-context-support/4.2.3.RELEASE
查看spring-context-support所有版本文件
inspektr-support-spring-1.3.GA.jar
/org.jasig.inspektr/inspektr-support-spring/1.3.GA
查看inspektr-support-spring所有版本文件
cas-server-core-services-4.2.0-RC1.jar
/org.jasig.cas/cas-server-core-services/4.2.0-RC1
查看cas-server-core-services所有版本文件
inspektr-aspects-1.3.GA.jar
/org.jasig.inspektr/inspektr-aspects/1.3.GA
查看inspektr-aspects所有版本文件
spring-core-4.2.3.RELEASE.jar
/org.springframework/spring-core/4.2.3.RELEASE
查看spring-core所有版本文件
commons-io-2.4.jar
/commons-io/commons-io/2.4
查看commons-io所有版本文件
aspectjweaver-1.8.6.jar
/org.aspectj/aspectjweaver/1.8.6
查看aspectjweaver所有版本文件
cas-server-core-monitor-4.2.0-RC1.jar
/org.jasig.cas/cas-server-core-monitor/4.2.0-RC1
查看cas-server-core-monitor所有版本文件
commons-codec-1.10.jar
/commons-codec/commons-codec/1.10
查看commons-codec所有版本文件
cas-server-core-events-4.2.0-RC1.jar
/org.jasig.cas/cas-server-core-events/4.2.0-RC1
查看cas-server-core-events所有版本文件
metrics-core-3.1.2.jar
/io.dropwizard.metrics/metrics-core/3.1.2
查看metrics-core所有版本文件
cas-server-core-tickets-4.2.0-RC1.jar
/org.jasig.cas/cas-server-core-tickets/4.2.0-RC1
查看cas-server-core-tickets所有版本文件
shiro-core-1.2.4.jar
/org.apache.shiro/shiro-core/1.2.4
查看shiro-core所有版本文件
javax.el-2.2.6.jar
/org.glassfish.web/javax.el/2.2.6
查看javax.el所有版本文件
spring-webmvc-4.2.3.RELEASE.jar
/org.springframework/spring-webmvc/4.2.3.RELEASE
查看spring-webmvc所有版本文件
spring-tx-4.2.3.RELEASE.jar
/org.springframework/spring-tx/4.2.3.RELEASE
查看spring-tx所有版本文件
spring-context-4.2.3.RELEASE.jar
/org.springframework/spring-context/4.2.3.RELEASE
查看spring-context所有版本文件
cas-server-core-util-4.2.0-RC1.jar
/org.jasig.cas/cas-server-core-util/4.2.0-RC1
查看cas-server-core-util所有版本文件
cas-server-core-authentication-4.2.0-RC1.jar
/org.jasig.cas/cas-server-core-authentication/4.2.0-RC1
查看cas-server-core-authentication所有版本文件
cas-server-core-validation-4.2.0-RC1.jar
/org.jasig.cas/cas-server-core-validation/4.2.0-RC1
查看cas-server-core-validation所有版本文件
spring-test-4.2.3.RELEASE.jar
/org.springframework/spring-test/4.2.3.RELEASE
查看spring-test所有版本文件
metrics-annotation-3.1.2.jar
/io.dropwizard.metrics/metrics-annotation/3.1.2
查看metrics-annotation所有版本文件
cas-server-core-logout-4.2.0-RC1.jar
/org.jasig.cas/cas-server-core-logout/4.2.0-RC1
查看cas-server-core-logout所有版本文件
guava-18.0.jar
/com.google.guava/guava/18.0
查看guava所有版本文件
jul-to-slf4j-1.7.12.jar
/org.slf4j/jul-to-slf4j/1.7.12
查看jul-to-slf4j所有版本文件
metrics-spring-3.1.2.jar
/com.ryantenney.metrics/metrics-spring/3.1.2
查看metrics-spring所有版本文件
|