Removed illegal character in pom exclusion tag.

This commit is contained in:
Mattias Arthursson
2008-11-06 09:13:14 +00:00
parent 4e9c71fd6f
commit bc1c4cba47

View File

@@ -73,7 +73,7 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclus§ion>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
@@ -119,4 +119,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>