Polish pom.xml

Polish pom.xml formatting and pull version numbers into parent pom
when possible.
This commit is contained in:
Phillip Webb
2013-06-12 12:12:51 -07:00
parent 6a2f36a68a
commit ced99ff18c
21 changed files with 569 additions and 410 deletions

View File

@@ -55,5 +55,10 @@
<artifactId>tomcat-embed-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-logging-juli</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>