Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
Whitespace!
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmcwhirter committed Dec 14, 2015
1 parent 7b48c9d commit 1f9ce44
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions datasource/datasource-deployment/README.adoc
Expand Up @@ -43,8 +43,8 @@ needed for the example to demonstrate usage of the deployed datasource:
[source,xml]
----
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs</artifactId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs</artifactId>
</dependency>
----

Expand All @@ -53,8 +53,8 @@ To support datasources in general, the next dependency is required:
[source,xml]
----
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-datasources</artifactId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-datasources</artifactId>
</dependency>
----

Expand All @@ -64,9 +64,9 @@ within your `pom.xml`
[source,xml]
----
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.187</version>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.187</version>
</dependency>
----

Expand Down
10 changes: 5 additions & 5 deletions datasource/datasource-subsystem/README.adoc
Expand Up @@ -24,7 +24,7 @@ property substitution:
[source,xml]
----
<resources>
<artifact name="com.h2database:h2:${version.h2}"/>
<artifact name="com.h2database:h2:${version.h2}"/>
</resources>
----

Expand Down Expand Up @@ -69,8 +69,8 @@ needed for the example to demonstrate usage of the datasource:
[source,xml]
----
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs</artifactId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-jaxrs</artifactId>
</dependency>
----

Expand All @@ -79,8 +79,8 @@ To support datasources in general, the next dependency is required:
[source,xml]
----
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-datasources</artifactId>
<groupId>org.wildfly.swarm</groupId>
<artifactId>wildfly-swarm-datasources</artifactId>
</dependency>
----

Expand Down

0 comments on commit 1f9ce44

Please sign in to comment.