Polish "Make sure project descriptions line-wrap at a decent length"

See gh-966
This commit is contained in:
Stephane Nicoll
2019-07-31 16:15:13 +02:00
parent 4772f4219f
commit e67f2bb0ac
4 changed files with 82 additions and 55 deletions

View File

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