Skip to content

Commit b1c2369

Browse files
committed
Remove Java 6 support documentation.
1 parent 9345ab0 commit b1c2369

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/intro.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ Parkour is a Clojure library, distributed as a Maven artifact on Clojars, and is
66
designed to be used with a recent version of Leiningen (2.x, ideally 2.3.3 or
77
later). To use, add the appropriate version of `com.damballa/parkour` to your
88
`project.clj`’s top-level `:dependencies` vector, then add appropriate versions
9-
of the Hadoop artifact(s) to the `:provided` profile’s `:dependencies`. Parkour
10-
uses Clojure reducers, so for Java 6 you’ll also need to add `jsr166y`. For
9+
of the Hadoop artifact(s) to the `:provided` profile’s `:dependencies`. For
1110
example:
1211

1312
```clj
1413
(defproject ...
1514
...
1615
:dependencies [...
17-
[org.codehaus.jsr166-mirror/jsr166y "1.7.0"]
1816
[com.damballa/parkour "0.6.2"]
1917
...]
2018

0 commit comments

Comments
 (0)