cas-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.apereo.cas</groupId> <artifactId>cas-bom</artifactId> <version>5.0.0.M3</version> </dependency>
<?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.apereo.cas</groupId> <artifactId>cas-bom</artifactId> <version>5.0.0.M3</version> <packaging>md</packaging> <name>cas-server</name> <description>cas-server</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> <developer> <id>frett</id> <name>Daniel Frett</name> </developer> <developer> <id>dima767</id> <name>Dmitriy Kopylenko</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>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> <contributor> <name>Jeff Sittler</name> <email>jsittler@unicon.net</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:apereo/cas.git</connection> <developerConnection>scm:git@github.com:apereo/cas.git</developerConnection> <url>scm:git@github.com:apereo/cas.git</url> </scm> <issueManagement> <system>Github</system> <url>https://github.com/apereo/cas/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.apereo.inspektr</groupId> <artifactId>inspektr-aspects</artifactId> <version>1.5.GA</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>cglib-full</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>validation-api</artifactId> <groupId>javax.validation</groupId> </exclusion> <exclusion> <artifactId>aspectjrt</artifactId> <groupId>org.aspectj</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.8.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.aspectj</groupId> <artifactId>aspectjweaver</artifactId> <version>1.8.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>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>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.6.1</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.6.1</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-jcl</artifactId> <version>2.6.1</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.6.1</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</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-web</artifactId> <version>2.6.1</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.21</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.21</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>com.lmax</groupId> <artifactId>disruptor</artifactId> <version>3.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>com.google.guava</groupId> <artifactId>guava</artifactId> <version>19.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.reflections</groupId> <artifactId>reflections</artifactId> <version>0.9.10</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>javassist</artifactId> <groupId>org.javassist</groupId> </exclusion> <exclusion> <artifactId>cglib-full</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>guava</artifactId> <groupId>com.google.guava</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <version>3.20.0-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.springmodules</groupId> <artifactId>spring-modules-cache</artifactId> <version>0.8</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>jgroups-all</artifactId> <groupId>jgroups</groupId> </exclusion> <exclusion> <artifactId>xpp3_min</artifactId> <groupId>xpp3</groupId> </exclusion> <exclusion> <artifactId>javassist</artifactId> <groupId>jboss</groupId> </exclusion> <exclusion> <artifactId>xjavadoc</artifactId> <groupId>xjavadoc</groupId> </exclusion> <exclusion> <artifactId>jboss-system</artifactId> <groupId>jboss</groupId> </exclusion> <exclusion> <artifactId>boot</artifactId> <groupId>jini</groupId> </exclusion> <exclusion> <artifactId>ant</artifactId> <groupId>ant</groupId> </exclusion> <exclusion> <artifactId>gigaspaces-ce</artifactId> <groupId>gigaspaces</groupId> </exclusion> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>jsk-lib</artifactId> <groupId>jini</groupId> </exclusion> <exclusion> <artifactId>spring</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>jboss-jmx</artifactId> <groupId>jboss</groupId> </exclusion> <exclusion> <artifactId>mahalo</artifactId> <groupId>jini</groupId> </exclusion> <exclusion> <artifactId>jboss-minimal</artifactId> <groupId>jboss</groupId> </exclusion> <exclusion> <artifactId>jboss-common</artifactId> <groupId>jboss</groupId> </exclusion> <exclusion> <artifactId>jboss-cache</artifactId> <groupId>jboss</groupId> </exclusion> <exclusion> <artifactId>ehcache</artifactId> <groupId>ehcache</groupId> </exclusion> <exclusion> <artifactId>webster</artifactId> <groupId>jini</groupId> </exclusion> <exclusion> <artifactId>commons-logging</artifactId> <groupId>commons-logging</groupId> </exclusion> <exclusion> <artifactId>jsk-platform</artifactId> <groupId>jini</groupId> </exclusion> <exclusion> <artifactId>jcs</artifactId> <groupId>jcs</groupId> </exclusion> <exclusion> <artifactId>commons-collections</artifactId> <groupId>commons-collections</groupId> </exclusion> <exclusion> <artifactId>cglib-full</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>start</artifactId> <groupId>jini</groupId> </exclusion> <exclusion> <artifactId>commons-lang</artifactId> <groupId>commons-lang</groupId> </exclusion> <exclusion> <artifactId>reggie</artifactId> <groupId>jini</groupId> </exclusion> <exclusion> <artifactId>log4j</artifactId> <groupId>log4j</groupId> </exclusion> <exclusion> <artifactId>xjavadoc</artifactId> <groupId>jini</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.5</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-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>commons-jexl</groupId> <artifactId>commons-jexl</artifactId> <version>1.1</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>junit</artifactId> <groupId>junit</groupId> </exclusion> <exclusion> <artifactId>cglib-full</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>commons-lang</artifactId> <groupId>commons-lang</groupId> </exclusion> <exclusion> <artifactId>commons-logging</artifactId> <groupId>commons-logging</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.jooq</groupId> <artifactId>jool</artifactId> <version>0.9.11</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>com.github.lalyos</groupId> <artifactId>jfiglet</artifactId> <version>0.0.7</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>joda-time</groupId> <artifactId>joda-time</artifactId> <version>2.9.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.apereo.inspektr</groupId> <artifactId>inspektr-audit</artifactId> <version>1.5.GA</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>cglib-full</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>validation-api</artifactId> <groupId>javax.validation</groupId> </exclusion> <exclusion> <artifactId>aspectjrt</artifactId> <groupId>org.aspectj</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apereo.inspektr</groupId> <artifactId>inspektr-support-spring</artifactId> <version>1.5.GA</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>spring-web</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>cglib-full</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>spring-jdbc</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>validation-api</artifactId> <groupId>javax.validation</groupId> </exclusion> <exclusion> <artifactId>spring-tx</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>aspectjrt</artifactId> <groupId>org.aspectj</groupId> </exclusion> <exclusion> <artifactId>spring-webmvc</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-beans</artifactId> <groupId>org.springframework</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> <version>1.2</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>javax.transaction</groupId> <artifactId>jta</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.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> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> <exclusion> <artifactId>objenesis</artifactId> <groupId>org.objenesis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.objenesis</groupId> <artifactId>objenesis</artifactId> <version>2.4</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>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>com.unboundid</groupId> <artifactId>unboundid-ldapsdk</artifactId> <version>3.1.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>cglib-full</artifactId> <groupId>cglib</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.ldaptive</groupId> <artifactId>ldaptive-unboundid</artifactId> <version>1.2.0-SNAPSHOT</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>cglib-full</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>unboundid-ldapsdk</artifactId> <groupId>com.unboundid</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.fakemongo</groupId> <artifactId>fongo</artifactId> <version>2.0.7</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>cglib-full</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>jackson-databind</artifactId> <groupId>com.fasterxml.jackson.core</groupId> </exclusion> <exclusion> <artifactId>jackson-core</artifactId> <groupId>com.fasterxml.jackson.core</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>de.flapdoodle.embed</groupId> <artifactId>de.flapdoodle.embed.memcached</artifactId> <version>1.06.4</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>commons-lang3</artifactId> <groupId>org.apache.commons</groupId> </exclusion> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>cglib-full</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>commons-io</artifactId> <groupId>commons-io</groupId> </exclusion> <exclusion> <artifactId>spymemcached</artifactId> <groupId>net.spy</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <version>1.4.0.RC1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hibernate-validator</artifactId> <groupId>org.hibernate</groupId> </exclusion> <exclusion> <artifactId>spring-web</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>jsonassert</artifactId> <groupId>org.skyscreamer</groupId> </exclusion> <exclusion> <artifactId>asm</artifactId> <groupId>org.ow2.asm</groupId> </exclusion> <exclusion> <artifactId>spring-core</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>jboss-logging</artifactId> <groupId>org.jboss.logging</groupId> </exclusion> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> <exclusion> <artifactId>spring-beans</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-test</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>cglib-full</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>classmate</artifactId> <groupId>com.fasterxml</groupId> </exclusion> <exclusion> <artifactId>spring-webmvc</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-context</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-context-support</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>objenesis</artifactId> <groupId>org.objenesis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>2.3.4</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.skyscreamer</groupId> <artifactId>jsonassert</artifactId> <version>1.3.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>cglib-full</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>json</artifactId> <groupId>org.json</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>4.3.1.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.spockframework</groupId> <artifactId>spock-core</artifactId> <version>1.0-groovy-2.4</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.spockframework</groupId> <artifactId>spock-spring</artifactId> <version>1.0-groovy-2.4</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.json</groupId> <artifactId>json</artifactId> <version>20160212</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> <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>spring-milestones</id> <url>https://repo.spring.io/milestone</url> </repository> <repository> <snapshots> <enabled>true</enabled> </snapshots> <id>spring-snapshots</id> <url>https://repo.spring.io/snapshot</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> <repository> <releases> <enabled>true</enabled> </releases> <id>uniconiam</id> <url>https://dl.bintray.com/uniconiam/maven</url> </repository> <repository> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> <id>ldaptive</id> <url>https://raw.github.com/vt-middleware/maven-repo/master</url> </repository> </repositories> </project>