File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://github.com/expath/expath-http-client-java/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/expath/expath-http-client-java/actions/workflows/ci.yml )
2
- [ ![ Java 8+] ( https://img.shields.io/badge/java-7 %2B-blue.svg )] ( https://adoptopenjdk.net/ )
2
+ [ ![ Java 8+] ( https://img.shields.io/badge/java-8 %2B-blue.svg )] ( https://adoptopenjdk.net/ )
3
3
[ ![ License] ( https://img.shields.io/badge/license-MPL%201.0-blue.svg )] ( https://www-archive.mozilla.org/mpl/MPL-1.0.txt )
4
4
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.expath.http.client/http-client.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:%22org.expath.http.client%22%20AND%20a:%22http-client%22 )
5
5
@@ -14,7 +14,7 @@ the library.
14
14
# Building from source
15
15
16
16
Requires:
17
- * Java 1.7 or newer
17
+ * Java 1.8 or newer
18
18
* Maven 3 or newer
19
19
20
20
``` bash
@@ -31,6 +31,7 @@ $ mvn clean package
31
31
32
32
| http-client-saxon Version | Saxon Versions |
33
33
| ---------------------------| ----------------|
34
+ | 1.4.0+ | 10.3+ |
34
35
| 1.3.0 | 9.9+ |
35
36
| < ; = 1.2.4 | 9.7+ |
36
37
You can’t perform that action at this time.
0 commit comments