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
aa46af55
Commit
aa46af55
authored
Aug 29, 2016
by
Eddú Meléndez
Committed by
Andy Wilkinson
Aug 31, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Provide dependency management for Querydsl
Closes gh-6777 See gh-6399
parent
3814e509
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
pom.xml
spring-boot-dependencies/pom.xml
+22
-0
No files found.
spring-boot-dependencies/pom.xml
View file @
aa46af55
...
@@ -132,6 +132,7 @@
...
@@ -132,6 +132,7 @@
<nekohtml.version>
1.9.22
</nekohtml.version>
<nekohtml.version>
1.9.22
</nekohtml.version>
<neo4j-ogm.version>
2.0.4
</neo4j-ogm.version>
<neo4j-ogm.version>
2.0.4
</neo4j-ogm.version>
<postgresql.version>
9.4.1209.jre7
</postgresql.version>
<postgresql.version>
9.4.1209.jre7
</postgresql.version>
<querydsl.version>
4.1.3
</querydsl.version>
<reactor.version>
2.0.8.RELEASE
</reactor.version>
<reactor.version>
2.0.8.RELEASE
</reactor.version>
<reactor-spring.version>
2.0.7.RELEASE
</reactor-spring.version>
<reactor-spring.version>
2.0.7.RELEASE
</reactor-spring.version>
<selenium.version>
2.53.1
</selenium.version>
<selenium.version>
2.53.1
</selenium.version>
...
@@ -768,6 +769,27 @@
...
@@ -768,6 +769,27 @@
<artifactId>
json-path-assert
</artifactId>
<artifactId>
json-path-assert
</artifactId>
<version>
${json-path.version}
</version>
<version>
${json-path.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.querydsl
</groupId>
<artifactId>
querydsl-collections
</artifactId>
<version>
${querydsl.version}
</version>
</dependency>
<dependency>
<groupId>
com.querydsl
</groupId>
<artifactId>
querydsl-jpa
</artifactId>
<version>
${querydsl.version}
</version>
</dependency>
<dependency>
<groupId>
com.querydsl
</groupId>
<artifactId>
querydsl-mongodb
</artifactId>
<version>
${querydsl.version}
</version>
<exclusions>
<exclusion>
<groupId>
org.mongodb
</groupId>
<artifactId>
mongo-java-driver
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<dependency>
<groupId>
com.samskivert
</groupId>
<groupId>
com.samskivert
</groupId>
<artifactId>
jmustache
</artifactId>
<artifactId>
jmustache
</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