You can download spring-cloud-sso-connector-1.1.0.release.jar in this page.
The Apache License, Version 2.0
spring-cloud-sso-connector-1.1.0.release.jar file has the following types.
META-INF/MANIFEST.MF META-INF/services/org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator META-INF/spring.factories io.pivotal.spring.cloud.SsoServiceCredentialsListener.class io.pivotal.spring.cloud.SsoServiceInfo.class io.pivotal.spring.cloud.SsoServiceInfoCreator.class
spring-cloud-sso-connector-1.1.0.release.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.pivotal.spring.cloud</groupId> <artifactId>spring-cloud-sso-connector</artifactId> <version>1.1.0.RELEASE</version> <name>Spring Cloud SSO Connector</name> <description>Spring Cloud Connector Extension for Single Sign-On Service on Pivotal Cloud Foundry</description> <url>https://github.com/pivotal-cf/spring-cloud-sso-connector/</url> <inceptionYear>2015</inceptionYear> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>jar</distribution> </license> </licenses> <developers> <developer> <id>cdutra</id> <name>Chris Dutra</name> <roles> <role>Developer</role> </roles> </developer> <developer> <id>mbhave</id> <name>Madhura Bhave</name> <roles> <role>Developer</role> </roles> </developer> <developer> <id>lechang</id> <name>Leslie Chang</name> <roles> <role>Developer</role> </roles> </developer> </developers> <scm> <connection>scm:git:git@github.com:pivotal-cf/spring-cloud-sso-connector.git</connection> <developerConnection>scm:git:git@github.com:pivotal-cf/spring-cloud-sso-connector.git</developerConnection> <url>https://github.com/pivotal-cf/spring-cloud-sso-connector/</url> </scm> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-oauth2</artifactId> <scope>compile</scope> <exclusions> <exclusion> <artifactId>commons-logging</artifactId> <groupId>commons-logging</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-spring-service-connector</artifactId> <scope>compile</scope> <exclusions> <exclusion> <artifactId>commons-logging</artifactId> <groupId>commons-logging</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> <exclusions> <exclusion> <artifactId>commons-logging</artifactId> <groupId>commons-logging</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-cloudfoundry-connector</artifactId> <scope>compile</scope> <exclusions> <exclusion> <artifactId>commons-logging</artifactId> <groupId>commons-logging</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-cloudfoundry-connector</artifactId> <version>1.1.1.RELEASE</version> <classifier>tests</classifier> <scope>test</scope> <exclusions> <exclusion> <artifactId>commons-logging</artifactId> <groupId>commons-logging</groupId> </exclusion> </exclusions> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-parent</artifactId> <version>Angel.SR3</version> <scope>import</scope> <type>pom</type> </dependency> </dependencies> </dependencyManagement> </project>
<dependency> <groupId>io.pivotal.spring.cloud</groupId> <artifactId>spring-cloud-sso-connector</artifactId> <version>1.1.0.release</version> </dependency>
If you think the following spring-cloud-sso-connector-1.1.0.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-cloud-sso-connector-1.1.0.release.jar file