cloudfoundry-identity-server
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.cloudfoundry.identity</groupId> <artifactId>cloudfoundry-identity-server</artifactId> <version>4.30.0</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.cloudfoundry.identity</groupId> <artifactId>cloudfoundry-identity-server</artifactId> <version>4.30.0</version> <name>UAA server</name> <description>Cloud Foundry User Account and Authentication (UAA) Server</description> <url>https://github.com/cloudfoundry/uaa</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>pcf-uaa</id> <name>PCF UAA Team</name> <email>pcf-uaa@pivotal.io</email> </developer> </developers> <scm> <connection>scm:git:git://github.com:cloudfoundry/uaa.git</connection> <developerConnection>scm:git:ssh://github.com:cloudfoundry/uaa.git</developerConnection> <url>https://github.com/cloudfoundry/uaa</url> </scm> <dependencies> <dependency> <groupId>org.cloudfoundry.identity</groupId> <artifactId>cloudfoundry-identity-model</artifactId> <version>4.30.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jdbc</artifactId> <version>8.5.32</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4.7</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.2</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> <version>2.4.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.zxing</groupId> <artifactId>javase</artifactId> <version>3.3.1</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>4.3.22.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>4.3.22.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <version>4.3.22.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>4.3.22.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>4.3.22.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <version>4.3.22.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-core</artifactId> <version>4.2.11.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-jwt</artifactId> <version>1.0.8.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.3</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-openid</artifactId> <version>4.2.11.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> <version>4.2.11.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.security.extensions</groupId> <artifactId>spring-security-saml2-core</artifactId> <version>1.0.4.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.security.oauth</groupId> <artifactId>spring-security-oauth2</artifactId> <version>2.3.0.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>commons-codec</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> <exclusion> <artifactId>jackson-mapper-asl</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>spring-security-web</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> <version>1.61</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> <version>1.61</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>24.1.1-jre</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.8.12</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> <version>1.8.12</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-spring4</artifactId> <version>3.0.6.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>nz.net.ultraq.thymeleaf</groupId> <artifactId>thymeleaf-layout-dialect</artifactId> <version>2.3.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.thymeleaf.extras</groupId> <artifactId>thymeleaf-extras-springsecurity4</artifactId> <version>3.0.2.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> <version>2.5.2</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.unboundid.product.scim</groupId> <artifactId>scim-sdk</artifactId> <version>1.8.18</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>wink-client-apache-httpclient</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> <exclusion> <artifactId>commons-logging</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>httpclient</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>servlet-api</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-validator</artifactId> <version>6.0.15.Final</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-core</artifactId> <version>4.2.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> <version>2.2.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.microsoft.sqlserver</groupId> <artifactId>mssql-jdbc</artifactId> <version>6.2.2.jre8</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>azure-keyvault</artifactId> <groupId>com.microsoft.azure</groupId> </exclusion> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>2.3.1</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <version>1.18</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-ldap</artifactId> <version>4.2.11.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.ldap</groupId> <artifactId>spring-ldap-core</artifactId> <version>2.3.2.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.ldap</groupId> <artifactId>spring-ldap-core-tiger</artifactId> <version>2.3.2.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.directory.api</groupId> <artifactId>api-ldap-model</artifactId> <version>1.0.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.passay</groupId> <artifactId>passay</artifactId> <version>1.2.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.warrenstrange</groupId> <artifactId>googleauth</artifactId> <version>1.1.2</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.7.25</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.6</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.santuario</groupId> <artifactId>xmlsec</artifactId> <version>2.1.2</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.sbrannen</groupId> <artifactId>spring-test-junit5</artifactId> <version>1.2.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <version>5.2.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <version>5.2.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <version>1.3</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.honeycomb.libhoney</groupId> <artifactId>libhoney-java</artifactId> <version>1.0.2</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>4.3.22.RELEASE</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>2.13.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>42.2.5</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> <version>2.0.0-beta.5</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito2</artifactId> <version>2.0.0-beta.5</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-el-api</artifactId> <version>8.5.32</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jasper-el</artifactId> <version>8.5.32</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path-assert</artifactId> <version>2.4.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>5.2.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> <version>5.2.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>bsh-core</artifactId> <groupId>org.beanshell</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>