You can download cas-server-support-jpa-service-registry-4.2.2.jar in this page.
The Apache Software License, Version 2.0
cas-server-support-jpa-service-registry-4.2.2.jar file has the following types.
META-INF/MANIFEST.MF META-INF/spring/jpa-svc-reg-context.xml org.jasig.cas.services.JpaServiceRegistryDaoImpl.class
cas-server-support-jpa-service-registry-4.2.2.pom file content.
<?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-support-jpa-service-registry</artifactId> <version>4.2.2</version> <name>cas-server-support-jpa-service-registry</name> <description>cas-server-support-jpa-service-registry</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.jasig.cas</groupId> <artifactId>cas-server-core-services</artifactId> <version>4.2.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.springframework.webflow</groupId> <artifactId>spring-webflow</artifactId> <version>2.4.2.RELEASE</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>spring-beans</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-expression</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-core</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>spring-webmvc</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-web</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-context</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>commons-logging</artifactId> <groupId>commons-logging</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.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.10.19</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>cglib-full</artifactId> <groupId>cglib</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.mchange</groupId> <artifactId>c3p0</artifactId> <version>0.9.5.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.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>validation-api</artifactId> <groupId>javax.validation</groupId> </exclusion> <exclusion> <artifactId>cglib-full</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>aspectjrt</artifactId> <groupId>org.aspectj</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jasig.cas</groupId> <artifactId>cas-server-core-authentication</artifactId> <version>4.2.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> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-orm</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.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>5.0.3.Final</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>javassist</artifactId> <groupId>org.javassist</groupId> </exclusion> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>cglib-full</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>jboss-logging-annotations</artifactId> <groupId>org.jboss.logging</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jasig.cas</groupId> <artifactId>cas-server-core-logout</artifactId> <version>4.2.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> <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.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.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>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.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>slf4j-api</artifactId> <groupId>org.slf4j</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>javax.el-api</artifactId> <groupId>javax.el</groupId> </exclusion> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>cglib-full</artifactId> <groupId>cglib</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-jsr223</artifactId> <version>2.4.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.hibernate</groupId> <artifactId>hibernate-validator</artifactId> <version>5.2.2.Final</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>jboss-logging</artifactId> <groupId>org.jboss.logging</groupId> </exclusion> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</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>compile</scope> <exclusions> <exclusion> <artifactId>javassist</artifactId> <groupId>org.javassist</groupId> </exclusion> <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>slf4j-api</artifactId> <groupId>org.slf4j</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-support-oauth-core</artifactId> <version>4.2.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> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</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.hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>2.3.3</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.quartz-scheduler</groupId> <artifactId>quartz</artifactId> <version>2.2.1</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>c3p0</artifactId> <groupId>c3p0</groupId> </exclusion> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</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>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>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>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>org.jasig.cas</groupId> <artifactId>cas-server-core-tickets</artifactId> <version>4.2.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> <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> </dependencies> <repositories> <repository> <releases> <enabled>true</enabled> </releases> <id>shib-release</id> <url>https://build.shibboleth.net/nexus/content/repositories/releases</url> </repository> <repository> <releases> <enabled>true</enabled> </releases> <id>jitpack</id> <url>https://jitpack.io</url> </repository> <repository> <releases> <enabled>true</enabled> </releases> <id>jasig-legacy</id> <url>http://developer.jasig.org/repo/content/groups/m2-legacy</url> </repository> <repository> <releases> <enabled>true</enabled> </releases> <id>couchbase</id> <url>http://files.couchbase.com/maven2/</url> </repository> </repositories> </project>
<dependency> <groupId>org.jasig.cas</groupId> <artifactId>cas-server-support-jpa-service-registry</artifactId> <version>4.2.2</version> </dependency>
If you think the following cas-server-support-jpa-service-registry-4.2.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download cas-server-support-jpa-service-registry-4.2.2.jar file