Make sure project descriptions line-wrap at a decent length

See gh-966
This commit is contained in:
HaiTao Zhang
2019-07-29 11:45:18 -07:00
committed by Stephane Nicoll
parent 74e0bcc3a5
commit 4772f4219f
3 changed files with 117 additions and 16 deletions

View File

@@ -114,6 +114,11 @@
<artifactId>jsonassert</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.7</version>
</dependency>
</dependencies>
<build>