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
9af30450
Commit
9af30450
authored
Feb 17, 2015
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Liquibase 3.3.2
Closes gh-2512
parent
6028f6b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
pom.xml
spring-boot-autoconfigure/pom.xml
+7
-3
pom.xml
spring-boot-dependencies/pom.xml
+1
-1
No files found.
spring-boot-autoconfigure/pom.xml
View file @
9af30450
...
...
@@ -433,6 +433,11 @@
<artifactId>
transactions-jms
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.apache.tomcat.embed
</groupId>
<artifactId>
tomcat-embed-websocket
</artifactId>
...
...
@@ -444,9 +449,8 @@
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<scope>
test
</scope>
<groupId>
org.yaml
</groupId>
<artifactId>
snakeyaml
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
...
...
spring-boot-dependencies/pom.xml
View file @
9af30450
...
...
@@ -96,7 +96,7 @@
<json-path.version>
0.9.1
</json-path.version>
<jstl.version>
1.2
</jstl.version>
<junit.version>
4.12
</junit.version>
<liquibase.version>
3.3.
0
</liquibase.version>
<liquibase.version>
3.3.
2
</liquibase.version>
<log4j.version>
1.2.17
</log4j.version>
<log4j2.version>
2.1
</log4j2.version>
<logback.version>
1.1.2
</logback.version>
...
...
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