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