mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
Polish "Make sure project descriptions line-wrap at a decent length"
See gh-966
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -42,6 +42,7 @@
|
||||
<main.basedir>${basedir}</main.basedir>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<commons-compress.version>1.18</commons-compress.version>
|
||||
<commons-text.version>1.7</commons-text.version>
|
||||
<junit-jupiter.version>5.4.2</junit-jupiter.version>
|
||||
<maven.version>3.6.1</maven.version>
|
||||
<maven-resolver.version>1.3.3</maven-resolver.version>
|
||||
@@ -111,6 +112,11 @@
|
||||
<artifactId>commons-compress</artifactId>
|
||||
<version>${commons-compress.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-text</artifactId>
|
||||
<version>${commons-text.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-resolver-provider</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user