Polishing.
This commit is contained in:
25
pom.xml
25
pom.xml
@@ -13,6 +13,20 @@
|
||||
|
||||
<inceptionYear>2017-2019</inceptionYear>
|
||||
|
||||
<contributors>
|
||||
<contributor>
|
||||
<name>Greg L. Turnquist</name>
|
||||
<organization>Pivotal</organization>
|
||||
<organizationUrl>https://spring.io</organizationUrl>
|
||||
<roles>
|
||||
<role>Project Lead</role>
|
||||
</roles>
|
||||
<timezone>-6</timezone>
|
||||
<url>https://spring.io/team/gturnquist</url>
|
||||
<email>gturnquist (at) pivotal.io</email>
|
||||
</contributor>
|
||||
</contributors>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
@@ -145,6 +159,17 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<useSystemClassLoader>false</useSystemClassLoader>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-snapshot</id>
|
||||
|
||||
Reference in New Issue
Block a user