Skip to content

Commit

Permalink
bringing json back to previous java7 compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Jan 20, 2015
1 parent 2861a42 commit fc5daf8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
root = true

[*]
indent_style = space
indent_size = 4
indent_style = tab
indent_size = 1
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Unirest for Java [![Build Status][travis-image]][travis-url] [![version][maven-version]][maven-url]
# Unirest for Java [![Build Status][travis-image]][travis-url]

[![License][license-image]][license-url]
[![Dependencies][versioneye-image]][versioneye-url]
[![version][maven-version]][maven-url]
[![Gitter][gitter-image]][gitter-url]

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20141113</version>
<version>20140107</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit fc5daf8

Please sign in to comment.