Remove unnecessary comments in pom

This commit is contained in:
Nico Weidmann
2017-12-15 20:27:20 +01:00
parent 37a8a2a363
commit 9d2d3443a0

View File

@@ -63,12 +63,6 @@
<id>scala-tools</id> <id>scala-tools</id>
<url>http://scala-tools.org/repo-releases</url> <url>http://scala-tools.org/repo-releases</url>
</repository> </repository>
<!-- not available - pull from central repo instead
<repository>
<id>renejeschke-releases</id>
<url>http://maven.renejeschke.de</url>
</repository>
-->
</repositories> </repositories>
<dependencies> <dependencies>
@@ -105,7 +99,7 @@
<dependency> <dependency>
<groupId>com.github.rjeschke</groupId> <groupId>com.github.rjeschke</groupId>
<artifactId>txtmark</artifactId> <artifactId>txtmark</artifactId>
<version>0.8</version><!-- version 0.7 not available anymore --> <version>0.8</version>
</dependency> </dependency>
</dependencies> </dependencies>