Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
4ad23166
Commit
4ad23166
authored
Jul 06, 2015
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use a Java 7-compatible version of org.json:json and remove duplicate
Closes gh-3412
parent
8be13f92
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
pom.xml
spring-boot-dependencies/pom.xml
+1
-1
pom.xml
spring-boot-parent/pom.xml
+0
-6
No files found.
spring-boot-dependencies/pom.xml
View file @
4ad23166
...
...
@@ -99,7 +99,7 @@
<jmustache.version>
1.10
</jmustache.version>
<joda-time.version>
2.8.1
</joda-time.version>
<jolokia.version>
1.3.1
</jolokia.version>
<json.version>
2014
1113
</json.version>
<json.version>
2014
0107
</json.version>
<jooq.version>
3.6.2
</jooq.version>
<json-path.version>
2.0.0
</json-path.version>
<jstl.version>
1.2
</jstl.version>
...
...
spring-boot-parent/pom.xml
View file @
4ad23166
...
...
@@ -20,7 +20,6 @@
<main.basedir>
..
</main.basedir>
<java.version>
1.6
</java.version>
<aether.version>
1.0.2.v20150114
</aether.version>
<json.version>
20140107
</json.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<maven.version>
3.1.1
</maven.version>
...
...
@@ -195,11 +194,6 @@
<artifactId>
gradle-plugins
</artifactId>
<version>
${gradle.version}
</version>
</dependency>
<dependency>
<groupId>
org.json
</groupId>
<artifactId>
json
</artifactId>
<version>
${json.version}
</version>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment