From 1f9ce44806a6bb41fec39ba3369cb65c4e0880e7 Mon Sep 17 00:00:00 2001 From: Bob McWhirter Date: Mon, 14 Dec 2015 15:38:36 -0500 Subject: [PATCH] Whitespace! --- datasource/datasource-deployment/README.adoc | 14 +++++++------- datasource/datasource-subsystem/README.adoc | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/datasource/datasource-deployment/README.adoc b/datasource/datasource-deployment/README.adoc index 627ef83d2..721cfe442 100644 --- a/datasource/datasource-deployment/README.adoc +++ b/datasource/datasource-deployment/README.adoc @@ -43,8 +43,8 @@ needed for the example to demonstrate usage of the deployed datasource: [source,xml] ---- - org.wildfly.swarm - wildfly-swarm-jaxrs + org.wildfly.swarm + wildfly-swarm-jaxrs ---- @@ -53,8 +53,8 @@ To support datasources in general, the next dependency is required: [source,xml] ---- - org.wildfly.swarm - wildfly-swarm-datasources + org.wildfly.swarm + wildfly-swarm-datasources ---- @@ -64,9 +64,9 @@ within your `pom.xml` [source,xml] ---- - com.h2database - h2 - 1.4.187 + com.h2database + h2 + 1.4.187 ---- diff --git a/datasource/datasource-subsystem/README.adoc b/datasource/datasource-subsystem/README.adoc index 5692ab2b7..63ddc1970 100644 --- a/datasource/datasource-subsystem/README.adoc +++ b/datasource/datasource-subsystem/README.adoc @@ -24,7 +24,7 @@ property substitution: [source,xml] ---- - + ---- @@ -69,8 +69,8 @@ needed for the example to demonstrate usage of the datasource: [source,xml] ---- - org.wildfly.swarm - wildfly-swarm-jaxrs + org.wildfly.swarm + wildfly-swarm-jaxrs ---- @@ -79,8 +79,8 @@ To support datasources in general, the next dependency is required: [source,xml] ---- - org.wildfly.swarm - wildfly-swarm-datasources + org.wildfly.swarm + wildfly-swarm-datasources ----