Format pom.xml

This commit is contained in:
Mike Cifelli 2018-01-21 15:02:01 -05:00
parent e41a92a98a
commit b5638d631b
1 changed files with 6 additions and 6 deletions

10
pom.xml
View File

@ -15,7 +15,7 @@
<resources>
<resource>
<directory>lisp/lang</directory>
<directory>lisp/lang</directory>
</resource>
</resources>
@ -109,10 +109,10 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>test</scope>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>