Add Exceptions to Class summary, update txtmark version

Updated the version of txtmark dependency to 0.8, as 0.7 is not available
from the specified repository. 0.8 can be obtained from maven central.
This commit is contained in:
Nico Weidmann
2017-12-15 20:08:28 +01:00
parent 44253ec6ba
commit 37a8a2a363
2 changed files with 5 additions and 2 deletions

View File

@@ -63,10 +63,12 @@
<id>scala-tools</id>
<url>http://scala-tools.org/repo-releases</url>
</repository>
<!-- not available - pull from central repo instead
<repository>
<id>renejeschke-releases</id>
<url>http://maven.renejeschke.de</url>
</repository>
-->
</repositories>
<dependencies>
@@ -76,7 +78,7 @@
<version>1.6.0</version>
<scope>system</scope>
<systemPath>${toolsjar}</systemPath>
</dependency>
</dependency>
<dependency>
<groupId>com.keypoint</groupId>
<artifactId>png-encoder</artifactId>
@@ -103,7 +105,7 @@
<dependency>
<groupId>com.github.rjeschke</groupId>
<artifactId>txtmark</artifactId>
<version>0.7</version>
<version>0.8</version><!-- version 0.7 not available anymore -->
</dependency>
</dependencies>