Allowed resolution of external URIs

This commit is contained in:
Marcin Grzejszczak
2017-08-29 10:26:32 +02:00
parent b7bbf68141
commit bea8723caf

View File

@@ -596,7 +596,7 @@ limitations under the License.
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>1.5.3</version>
<version>1.5.5</version>
<dependencies>
<dependency>
<groupId>io.spring.asciidoctor</groupId>
@@ -619,6 +619,8 @@ limitations under the License.
<docinfo>true</docinfo>
<spring-boot-docs-version>${spring-boot.version}</spring-boot-docs-version>
<spring-cloud-version>${project.version}</spring-cloud-version>
<allow-uri-read>true</allow-uri-read>
<safe-mode>unsafe</safe-mode>
</attributes>
</configuration>
</execution>
@@ -637,6 +639,7 @@ limitations under the License.
<docinfo>true</docinfo>
<spring-cloud-version>${project.version}</spring-cloud-version>
<allow-uri-read>true</allow-uri-read>
<safe-mode>unsafe</safe-mode>
<source-highlighter>prettify</source-highlighter>
<docs-main>${docs.main}</docs-main>
</attributes>