1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-09-29 15:29:04 +00:00

Maven now uses the latest version of the plantuml lib

This commit is contained in:
maximesinclair 2013-04-30 11:21:35 +02:00
parent 26509be01e
commit 596cc8b79e

View File

@ -65,7 +65,7 @@
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>7500</version>
<version>LATEST</version>
</dependency>
<dependency>
<groupId>HTTPClient</groupId>