FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bringing json back to previous java7 compatible version · ws-java/unirest-java@fc5daf8 · GitHub

Commit fc5daf8

Browse files
committed
bringing json back to previous java7 compatible version
1 parent 2861a42 commit fc5daf8

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎.editorconfig‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
root = true
33

44
[*]
5-
indent_style = space
6-
indent_size = 4
5+
indent_style = tab
6+
indent_size = 1
77
end_of_line = lf
88
charset = utf-8
99
trim_trailing_whitespace = true

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Unirest for Java [![Build Status][travis-image]][travis-url] [![version][maven-version]][maven-url]
1+
# Unirest for Java [![Build Status][travis-image]][travis-url]
22

33
[![License][license-image]][license-url]
4-
[![Dependencies][versioneye-image]][versioneye-url]
4+
[![version][maven-version]][maven-url]
55
[![Gitter][gitter-image]][gitter-url]
66

77
Unirest is a set of lightweight HTTP libraries available in [multiple languages](http://unirest.io).
@@ -64,7 +64,7 @@ There are dependencies for Unirest-Java, these should be already installed, and
6464
<dependency>
6565
<groupId>org.json</groupId>
6666
<artifactId>json</artifactId>
67-
<version>20141113</version>
67+
<version>20140107</version>
6868
</dependency>
6969
```
7070

‎pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>org.json</groupId>
120120
<artifactId>json</artifactId>
121-
<version>20141113</version>
121+
<version>20140107</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>junit</groupId>

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL