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
75032c46
Commit
75032c46
authored
Jun 15, 2016
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include Javadoc for devtools, test, and test-autoconfigure in main docs
Closes gh-6149
parent
6ee6f095
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
1 deletion
+53
-1
pom.xml
spring-boot-docs/pom.xml
+53
-1
No files found.
spring-boot-docs/pom.xml
View file @
75032c46
...
@@ -23,13 +23,17 @@
...
@@ -23,13 +23,17 @@
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot
</artifactId>
<artifactId>
spring-boot
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-actuator
</artifactId>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-autoconfigure
</artifactId>
<artifactId>
spring-boot-autoconfigure
</artifactId>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-
actuator
</artifactId>
<artifactId>
spring-boot-
devtools
</artifactId>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
@@ -39,6 +43,14 @@
...
@@ -39,6 +43,14 @@
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-loader-tools
</artifactId>
<artifactId>
spring-boot-loader-tools
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-test
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-test-autoconfigure
</artifactId>
</dependency>
<!-- Optional deps required when generating Javadoc with Java 8 -->
<!-- Optional deps required when generating Javadoc with Java 8 -->
<dependency>
<dependency>
<groupId>
ch.qos.logback
</groupId>
<groupId>
ch.qos.logback
</groupId>
...
@@ -217,6 +229,11 @@
...
@@ -217,6 +229,11 @@
<artifactId>
ehcache
</artifactId>
<artifactId>
ehcache
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
net.sourceforge.htmlunit
</groupId>
<artifactId>
htmlunit
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
nz.net.ultraq.thymeleaf
</groupId>
<groupId>
nz.net.ultraq.thymeleaf
</groupId>
<artifactId>
thymeleaf-layout-dialect
</artifactId>
<artifactId>
thymeleaf-layout-dialect
</artifactId>
...
@@ -383,6 +400,11 @@
...
@@ -383,6 +400,11 @@
<artifactId>
jersey-media-json-jackson
</artifactId>
<artifactId>
jersey-media-json-jackson
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
org.hamcrest
</groupId>
<artifactId>
hamcrest-library
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
org.jboss
</groupId>
<groupId>
org.jboss
</groupId>
<artifactId>
jboss-transaction-spi
</artifactId>
<artifactId>
jboss-transaction-spi
</artifactId>
...
@@ -458,6 +480,16 @@
...
@@ -458,6 +480,16 @@
<artifactId>
liquibase-core
</artifactId>
<artifactId>
liquibase-core
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
org.mockito
</groupId>
<artifactId>
mockito-core
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.skyscreamer
</groupId>
<artifactId>
jsonassert
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
<artifactId>
slf4j-api
</artifactId>
...
@@ -468,6 +500,16 @@
...
@@ -468,6 +500,16 @@
<artifactId>
jul-to-slf4j
</artifactId>
<artifactId>
jul-to-slf4j
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
org.seleniumhq.selenium
</groupId>
<artifactId>
selenium-api
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.seleniumhq.selenium
</groupId>
<artifactId>
htmlunit-driver
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context-support
</artifactId>
<artifactId>
spring-context-support
</artifactId>
...
@@ -543,6 +585,11 @@
...
@@ -543,6 +585,11 @@
<artifactId>
spring-security-config
</artifactId>
<artifactId>
spring-security-config
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.security
</groupId>
<artifactId>
spring-security-test
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.session
</groupId>
<groupId>
org.springframework.session
</groupId>
<artifactId>
spring-session
</artifactId>
<artifactId>
spring-session
</artifactId>
...
@@ -623,6 +670,11 @@
...
@@ -623,6 +670,11 @@
<artifactId>
spring-mobile-device
</artifactId>
<artifactId>
spring-mobile-device
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.restdocs
</groupId>
<artifactId>
spring-restdocs-mockmvc
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.security
</groupId>
<groupId>
org.springframework.security
</groupId>
<artifactId>
spring-security-data
</artifactId>
<artifactId>
spring-security-data
</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