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
1abfed2f
Commit
1abfed2f
authored
Apr 07, 2016
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Javadoc dependencies
parent
69a80596
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
+40
-0
pom.xml
spring-boot-docs/pom.xml
+40
-0
No files found.
spring-boot-docs/pom.xml
View file @
1abfed2f
...
...
@@ -60,6 +60,16 @@
<artifactId>
transactions-jdbc
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.couchbase.client
</groupId>
<artifactId>
java-client
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.couchbase.client
</groupId>
<artifactId>
couchbase-spring-cache
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
...
...
@@ -323,6 +333,36 @@
<artifactId>
jersey-container-servlet-core
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.jboss
</groupId>
<artifactId>
jboss-transaction-spi
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.jboss.logging
</groupId>
<artifactId>
jboss-logging
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.jboss.narayana.jta
</groupId>
<artifactId>
jdbc
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.jboss.narayana.jta
</groupId>
<artifactId>
jms
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.jboss.narayana.jta
</groupId>
<artifactId>
jta
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.jboss.narayana.jts
</groupId>
<artifactId>
narayana-jts-integration
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-entitymanager
</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