commit 69d918aee0a55dffbe808d48824cac65a7a9df2b
Author: Mauro Talevi <[email protected]>
AuthorDate: Sat Apr 28 13:55:18 2012 +0200
Commit: Mauro Talevi <[email protected]>
CommitDate: Sat Apr 28 13:55:18 2012 +0200
Removed control chars.
diff --git a/distribution/src/site/content/dependencies.html
b/distribution/src/site/content/dependencies.html
index 4ba5837..332d7ce 100755
--- a/distribution/src/site/content/dependencies.html
+++ b/distribution/src/site/content/dependencies.html
@@ -62,15 +62,15 @@ If you are running in a corporate environment, you may be
using a Maven Reposito
<script type="syntaxhighlighter" class="brush: xml">
<![CDATA[
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-library</artifactId>
- <version>1.2.1</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
+<dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-library</artifactId>
+ <version>1.2.1</version>
+ </dependency>
+ </dependencies>
+</dependencyManagement>
]]>
</script>