removed logback-classic version number because it is in dependency-management

Former-commit-id: 231224b23957508f2084ec06f1debf09b6513b90
This commit is contained in:
Jeremy Long
2015-06-21 20:09:14 -04:00
parent d61a7b090d
commit aba7b47fa8

View File

@@ -198,7 +198,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
<version>2.9.1</version> <version>2.9.1</version>
<configuration> <configuration>
<failOnError>false</failOnError> <failOnError>false</failOnError>
<bottom>Copyright© 2012-15 Jeremy Long. All Rights Reserved.</bottom> <bottom>Copyright<EFBFBD> 2012-15 Jeremy Long. All Rights Reserved.</bottom>
</configuration> </configuration>
<reportSets> <reportSets>
<reportSet> <reportSet>
@@ -333,7 +333,6 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
<dependency> <dependency>
<groupId>ch.qos.logback</groupId> <groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId> <artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>