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
fb066490
Commit
fb066490
authored
Jan 26, 2016
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add dependency management for lombok
Closes gh-4598
parent
2b1c3198
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
pom.xml
spring-boot-dependencies/pom.xml
+6
-0
pom.xml
spring-boot-parent/pom.xml
+0
-5
No files found.
spring-boot-dependencies/pom.xml
View file @
fb066490
...
@@ -112,6 +112,7 @@
...
@@ -112,6 +112,7 @@
<liquibase.version>
3.4.2
</liquibase.version>
<liquibase.version>
3.4.2
</liquibase.version>
<log4j2.version>
2.4.1
</log4j2.version>
<log4j2.version>
2.4.1
</log4j2.version>
<logback.version>
1.1.3
</logback.version>
<logback.version>
1.1.3
</logback.version>
<lombok.version>
1.16.6
</lombok.version>
<mariadb.version>
1.2.3
</mariadb.version>
<mariadb.version>
1.2.3
</mariadb.version>
<mockito.version>
1.10.19
</mockito.version>
<mockito.version>
1.10.19
</mockito.version>
<mongodb.version>
2.13.3
</mongodb.version>
<mongodb.version>
2.13.3
</mongodb.version>
...
@@ -1636,6 +1637,11 @@
...
@@ -1636,6 +1637,11 @@
<artifactId>
postgresql
</artifactId>
<artifactId>
postgresql
</artifactId>
<version>
${postgresql.version}
</version>
<version>
${postgresql.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<version>
${lombok.version}
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.skyscreamer
</groupId>
<groupId>
org.skyscreamer
</groupId>
<artifactId>
jsonassert
</artifactId>
<artifactId>
jsonassert
</artifactId>
...
...
spring-boot-parent/pom.xml
View file @
fb066490
...
@@ -197,11 +197,6 @@
...
@@ -197,11 +197,6 @@
<artifactId>
gradle-plugins
</artifactId>
<artifactId>
gradle-plugins
</artifactId>
<version>
${gradle.version}
</version>
<version>
${gradle.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<version>
1.12.6
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.zeroturnaround
</groupId>
<groupId>
org.zeroturnaround
</groupId>
<artifactId>
zt-zip
</artifactId>
<artifactId>
zt-zip
</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