Skip to content

Commit d24aa56

Browse files
authored
Update readme
- Refer SCS and SSO users to official docs
1 parent 408348a commit d24aa56

File tree

1 file changed

+3
-38
lines changed

1 file changed

+3
-38
lines changed

README.adoc

Lines changed: 3 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -18,40 +18,12 @@ You can access the stable release from maven central using the coordinates
1818
<dependency>
1919
<groupId>io.pivotal.cfenv</groupId>
2020
<artifactId>java-cfenv-boot</artifactId>
21-
<version>1.0.1.RELEASE</version>
21+
<version>2.1.0.RELEASE</version>
2222
</dependency>
2323
----
2424

25-
If you want to use snapshot versions, use the following coordinates
26-
[source,xml]
27-
----
28-
<dependency>
29-
<groupId>io.pivotal.cfenv</groupId>
30-
<artifactId>java-cfenv-boot</artifactId>
31-
<version>1.1.0.BUILD-SNAPSHOT</version>
32-
</dependency>
33-
----
34-
35-
Add the dependency and repository definition if you want to use the milestone or release candidates
36-
37-
[source,xml]
38-
----
39-
<dependency>
40-
<groupId>io.pivotal.cfenv</groupId>
41-
<artifactId>java-cfenv-boot</artifactId>
42-
<version>1.1.0.RC1</version>
43-
</dependency>
44-
----
45-
46-
[source,xml]
47-
----
48-
<repository>
49-
<id>spring-milestones</id>
50-
<name>Spring Milestones</name>
51-
<url>http://repo.spring.io/libs-milestone-local</url>
52-
</repository>
53-
----
54-
25+
== SCS and SSO modules
26+
If you're attempting to connect a client app to a https://docs.pivotal.io/spring-cloud-services/3-1/common/client-dependencies.html[Spring Cloud Services] or https://docs.pivotal.io/p-identity/1-11/integrating-sso.html[Single Sign-On] service instance, you should follow their respective docs.
5527

5628
== Introduction
5729
The entry point is the class `CfEnv` which parses Cloud Foundry environment variables such as `VCAP_SERVICES`.
@@ -259,13 +231,6 @@ The list of supported services are:
259231
* MongoDB
260232
* Redis
261233

262-
There are two other modules that contain support for *Pivotal's Spring Cloud Service* and *Single Sign-On Service* tiles.
263-
264-
The `java-cfenv-boot-pivotal-scs` module provides support for Config Server and `java-cfenv-boot-pivotal-sso` module provides support for single sign on. You can read more about the integration with the Pivotal Single Sign-On Service in the https://github.com/pivotal-cf/java-cfenv/blob/master/java-cfenv-boot-pivotal-sso/README.md[SSO library readme] for that module.
265-
266-
Note that the `scs` module is not working correctly in the 1.0.0.RELEASE, use snapshot builds until the next point release is made.
267-
268-
269234
=== Pushing your application to Cloud Foundry
270235

271236
You must disable the java buildpack's auto-reconfiguration so that you always delegate to Boot to create beans.

0 commit comments

Comments
 (0)