Skip to content

Commit

Permalink
Merge pull request #443 from terasolunaorg/issues/440_fix-end-tag-in-…
Browse files Browse the repository at this point in the history
…README_1.0.x

Fix end tag of <dependency> #440
  • Loading branch information
making committed Dec 12, 2015
2 parents 00f9381 + c4776a4 commit 6e55b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ After adding above, add the following dependency definitions.
<groupId>org.terasoluna.gfw</groupId>
<artifactId>terasoluna-gfw-recommended-web-dependencies</artifactId>
<type>pom</type>
</dependency
</dependency>

<!-- If Spring Security is to be used -->
<dependency>
Expand Down Expand Up @@ -210,7 +210,7 @@ Add the following dependency definitions.
<artifactId>terasoluna-gfw-recommended-web-dependencies</artifactId>
<version>1.0.3.RELEASE</version>
<type>pom</type>
</dependency
</dependency>

<!-- If Spring Security is to be used -->
<dependency>
Expand Down

0 comments on commit 6e55b59

Please sign in to comment.