|
|
|
@ -13,7 +13,6 @@ |
|
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
<properties> |
|
|
|
|
<metrics.version>3.1.0</metrics.version> |
|
|
|
|
<chameleon.version>1.2.1-RELEASE</chameleon.version> |
|
|
|
|
<tomcat.server.scope>provided</tomcat.server.scope> |
|
|
|
|
</properties> |
|
|
|
@ -58,7 +57,6 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.dropwizard.metrics</groupId> |
|
|
|
|
<artifactId>metrics-core</artifactId> |
|
|
|
|
<version>${metrics.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- END Metrics --> |
|
|
|
|
|
|
|
|
@ -76,7 +74,7 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>javax.servlet.jsp</groupId> |
|
|
|
|
<artifactId>javax.servlet.jsp-api</artifactId> |
|
|
|
|
<version>2.3.1</version> |
|
|
|
|
<version>2.3.3</version> |
|
|
|
|
<scope>provided</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
@ -104,7 +102,7 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.auth0</groupId> |
|
|
|
|
<artifactId>java-jwt</artifactId> |
|
|
|
|
<version>3.3.0</version> |
|
|
|
|
<version>3.4.1</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.ldap</groupId> |
|
|
|
@ -139,7 +137,14 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>cglib</groupId> |
|
|
|
|
<artifactId>cglib</artifactId> |
|
|
|
|
<version>2.1_3</version> |
|
|
|
|
<version>3.2.9</version> |
|
|
|
|
<scope>runtime</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.ant</groupId> |
|
|
|
|
<artifactId>ant</artifactId> |
|
|
|
|
<version>1.10.3</version> |
|
|
|
|
<scope>runtime</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
@ -169,13 +174,11 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>commons-codec</groupId> |
|
|
|
|
<artifactId>commons-codec</artifactId> |
|
|
|
|
<version>1.10</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>commons-io</groupId> |
|
|
|
|
<artifactId>commons-io</artifactId> |
|
|
|
|
<version>2.5</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
@ -187,7 +190,6 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
|
<artifactId>commons-lang3</artifactId> |
|
|
|
|
<version>3.3.2</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
@ -218,27 +220,20 @@ |
|
|
|
|
<version>1.0-b2</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.directwebremoting</groupId> |
|
|
|
|
<artifactId>dwr</artifactId> |
|
|
|
|
<version>3.0.rc1</version> |
|
|
|
|
<version>3.0.2-RELEASE</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!--Needed by dwr--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.yahoo.platform.yui</groupId> |
|
|
|
|
<artifactId>yuicompressor</artifactId> |
|
|
|
|
<version>2.3.6</version> |
|
|
|
|
<version>2.4.8</version> |
|
|
|
|
<scope>runtime</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>ant-zip</groupId> |
|
|
|
|
<artifactId>ant-zip</artifactId> |
|
|
|
|
<version>1.6.2</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>net.jthink</groupId> |
|
|
|
|
<artifactId>jaudiotagger</artifactId> |
|
|
|
@ -246,9 +241,9 @@ |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>jfree</groupId> |
|
|
|
|
<groupId>org.jfree</groupId> |
|
|
|
|
<artifactId>jfreechart</artifactId> |
|
|
|
|
<version>1.0.11</version> |
|
|
|
|
<version>1.5.0</version> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
@ -262,9 +257,9 @@ |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>jdom</groupId> |
|
|
|
|
<groupId>org.jdom</groupId> |
|
|
|
|
<artifactId>jdom</artifactId> |
|
|
|
|
<version>1.0</version> |
|
|
|
|
<version>2.0.2</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
@ -276,20 +271,18 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.eclipse.persistence</groupId> |
|
|
|
|
<artifactId>org.eclipse.persistence.moxy</artifactId> |
|
|
|
|
<version>2.5.1</version> |
|
|
|
|
<version>2.7.3</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>javax.servlet</groupId> |
|
|
|
|
<artifactId>javax.servlet-api</artifactId> |
|
|
|
|
<version>3.1.0</version> |
|
|
|
|
<scope>provided</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>javax.servlet</groupId> |
|
|
|
|
<artifactId>jstl</artifactId> |
|
|
|
|
<version>1.2</version> |
|
|
|
|
<scope>runtime</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
@ -302,7 +295,6 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>javax.mail</groupId> |
|
|
|
|
<artifactId>javax.mail-api</artifactId> |
|
|
|
|
<version>1.5.5</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
@ -314,7 +306,6 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
<artifactId>junit</artifactId> |
|
|
|
|
<version>4.12</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
@ -327,7 +318,6 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
<artifactId>mockito-core</artifactId> |
|
|
|
|
<version>1.10.19</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
@ -339,19 +329,19 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.fourthline.cling</groupId> |
|
|
|
|
<artifactId>cling-core</artifactId> |
|
|
|
|
<version>2.0.1</version> |
|
|
|
|
<version>2.1.2</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.fourthline.cling</groupId> |
|
|
|
|
<artifactId>cling-support</artifactId> |
|
|
|
|
<version>2.0.1</version> |
|
|
|
|
<version>2.1.2</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.seamless</groupId> |
|
|
|
|
<artifactId>seamless-util</artifactId> |
|
|
|
|
<version>1.1.0</version> |
|
|
|
|
<version>1.1.2</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
@ -407,7 +397,7 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
|
<artifactId>commons-configuration2</artifactId> |
|
|
|
|
<version>2.1.1</version> |
|
|
|
|
<version>2.4</version> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>commons-logging</groupId> |
|
|
|
@ -419,13 +409,12 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.mattbertolini</groupId> |
|
|
|
|
<artifactId>liquibase-slf4j</artifactId> |
|
|
|
|
<version>1.2.1</version> |
|
|
|
|
<version>2.0.0</version> |
|
|
|
|
<scope>runtime</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>commons-beanutils</groupId> |
|
|
|
|
<artifactId>commons-beanutils</artifactId> |
|
|
|
|
<version>1.9.3</version> |
|
|
|
|
<!-- commons-configuration2 requires during runtime --> |
|
|
|
|
<scope>runtime</scope> |
|
|
|
|
</dependency> |
|
|
|
@ -438,7 +427,7 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.maven</groupId> |
|
|
|
|
<artifactId>maven-artifact</artifactId> |
|
|
|
|
<version>3.3.9</version> |
|
|
|
|
<version>3.6.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
@ -464,7 +453,6 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>javax.validation</groupId> |
|
|
|
|
<artifactId>validation-api</artifactId> |
|
|
|
|
<version>1.1.0.Final</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
@ -510,7 +498,6 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.sun.mail</groupId> |
|
|
|
|
<artifactId>javax.mail</artifactId> |
|
|
|
|
<version>1.5.5</version> |
|
|
|
|
<scope>runtime</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|