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
fd22b578
Commit
fd22b578
authored
Mar 30, 2015
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add dependency management for Postgresql
Closes gh-2545
parent
72561f89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
pom.xml
spring-boot-dependencies/pom.xml
+6
-0
No files found.
spring-boot-dependencies/pom.xml
View file @
fd22b578
...
...
@@ -105,6 +105,7 @@
<mockito.version>
1.10.19
</mockito.version>
<mongodb.version>
2.12.5
</mongodb.version>
<mysql.version>
5.1.34
</mysql.version>
<postgresql.version>
9.4-1201-jdbc41
</postgresql.version>
<reactor.version>
1.1.6.RELEASE
</reactor.version>
<reactor-spring.version>
1.1.3.RELEASE
</reactor-spring.version>
<sendgrid.version>
2.1.0
</sendgrid.version>
...
...
@@ -1208,6 +1209,11 @@
<artifactId>
mongo-java-driver
</artifactId>
<version>
${mongodb.version}
</version>
</dependency>
<dependency>
<groupId>
org.postgresql
</groupId>
<artifactId>
postgresql
</artifactId>
<version>
${postgresql.version}
</version>
</dependency>
<dependency>
<groupId>
org.projectreactor
</groupId>
<artifactId>
reactor-core
</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