Fix <type> to </type> in Maven section of guides

Fix typo in maven dependiecs of some of the the guides
Cutting and pasting the maven dependecies from the guides was failing
due to an xml element that was not closed.

Fixes gh-211
This commit is contained in:
Adib Saikali
2015-05-23 23:43:42 -04:00
committed by Rob Winch
parent a32ee3935d
commit 6c970efb09
4 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ If you are using Maven, ensure to add the following dependencies:
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId>
<version>{spring-session-version}</version>
<type>pom<type>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>

View File

@@ -21,7 +21,7 @@ If you are using Maven, ensure to add the following dependencies:
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId>
<version>{spring-session-version}</version>
<type>pom<type>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>

View File

@@ -21,7 +21,7 @@ If you are using Maven, ensure to add the following dependencies:
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId>
<version>{spring-session-version}</version>
<type>pom<type>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>

View File

@@ -22,7 +22,7 @@ If you are using Maven, ensure to add the following dependencies:
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId>
<version>{spring-session-version}</version>
<type>pom<type>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>