|
|
|
@ -79,7 +79,6 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.ldap</groupId> |
|
|
|
|
<artifactId>spring-ldap-core</artifactId> |
|
|
|
|
<version>2.0.2.RELEASE</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
@ -153,13 +152,11 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
|
<artifactId>httpcore</artifactId> |
|
|
|
|
<version>4.4.5</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
|
<artifactId>httpclient</artifactId> |
|
|
|
|
<version>4.5.2</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
@ -278,7 +275,7 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
<artifactId>mockito-core</artifactId> |
|
|
|
|
<version>2.5.7</version> |
|
|
|
|
<version>1.10.19</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
@ -380,8 +377,6 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.liquibase</groupId> |
|
|
|
|
<artifactId>liquibase-core</artifactId> |
|
|
|
|
<!-- Cannot use 3.5.3/2 due to https://liquibase.jira.com/browse/CORE-2944 --> |
|
|
|
|
<version>3.5.1</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
@ -419,7 +414,6 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
<artifactId>slf4j-api</artifactId> |
|
|
|
|
<version>1.7.24</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- Embedded tomcat --> |
|
|
|
@ -448,12 +442,10 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
|
<artifactId>jackson-core</artifactId> |
|
|
|
|
<version>2.8.7</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
|
<artifactId>jackson-databind</artifactId> |
|
|
|
|
<version>2.8.7</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.jayway.jsonpath</groupId> |
|
|
|
@ -497,7 +489,7 @@ |
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
|
<version>1.5.2.RELEASE</version> |
|
|
|
|
<configuration> |
|
|
|
|
<mainClass>org.airsonic.player.boot.Application</mainClass> |
|
|
|
|
<mainClass>org.airsonic.player.Application</mainClass> |
|
|
|
|
<layout>WAR</layout> |
|
|
|
|
<excludeGroupIds>${boot.group.excludes}</excludeGroupIds> |
|
|
|
|
<excludeArtifactIds>${boot.artifact.excludes}</excludeArtifactIds> |
|
|
|
|