Remove unnecessary comments in pom
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user