|
|
|
|
@ -131,20 +131,6 @@
@@ -131,20 +131,6 @@
|
|
|
|
|
<artifactId>spring-jdbc</artifactId> |
|
|
|
|
<version>4.0.2.RELEASE</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -152,20 +138,6 @@
@@ -152,20 +138,6 @@
|
|
|
|
|
<artifactId>spring-tx</artifactId> |
|
|
|
|
<version>4.0.2.RELEASE</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -205,320 +177,96 @@
@@ -205,320 +177,96 @@
|
|
|
|
|
<artifactId>jsr250-api</artifactId> |
|
|
|
|
<version>1.0</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
<artifactId>junit</artifactId> |
|
|
|
|
<version>4.11</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>ldapsdk</groupId> |
|
|
|
|
<artifactId>ldapsdk</artifactId> |
|
|
|
|
<version>4.1</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.directory.server</groupId> |
|
|
|
|
<artifactId>apacheds-core</artifactId> |
|
|
|
|
<version>1.5.5</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.directory.server</groupId> |
|
|
|
|
<artifactId>apacheds-core-entry</artifactId> |
|
|
|
|
<version>1.5.5</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.directory.server</groupId> |
|
|
|
|
<artifactId>apacheds-protocol-ldap</artifactId> |
|
|
|
|
<version>1.5.5</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.directory.server</groupId> |
|
|
|
|
<artifactId>apacheds-protocol-shared</artifactId> |
|
|
|
|
<version>1.5.5</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.directory.server</groupId> |
|
|
|
|
<artifactId>apacheds-server-jndi</artifactId> |
|
|
|
|
<version>1.5.5</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.directory.shared</groupId> |
|
|
|
|
<artifactId>shared-ldap</artifactId> |
|
|
|
|
<version>0.9.15</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.codehaus.groovy</groupId> |
|
|
|
|
<artifactId>groovy-all</artifactId> |
|
|
|
|
<version>2.0.5</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.easytesting</groupId> |
|
|
|
|
<artifactId>fest-assert</artifactId> |
|
|
|
|
<version>1.4</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hibernate.javax.persistence</groupId> |
|
|
|
|
<artifactId>hibernate-jpa-2.0-api</artifactId> |
|
|
|
|
<version>1.0.0.Final</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hibernate.javax.persistence</groupId> |
|
|
|
|
<artifactId>hibernate-jpa-2.0-api</artifactId> |
|
|
|
|
<version>1.0.1.Final</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hibernate</groupId> |
|
|
|
|
<artifactId>hibernate-entitymanager</artifactId> |
|
|
|
|
<version>4.1.0.Final</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hibernate</groupId> |
|
|
|
|
<artifactId>hibernate-entitymanager</artifactId> |
|
|
|
|
<version>3.6.10.Final</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hsqldb</groupId> |
|
|
|
|
<artifactId>hsqldb</artifactId> |
|
|
|
|
<version>2.2.8</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hsqldb</groupId> |
|
|
|
|
@ -531,20 +279,6 @@
@@ -531,20 +279,6 @@
|
|
|
|
|
<artifactId>mockito-core</artifactId> |
|
|
|
|
<version>1.9.5</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.openid4java</groupId> |
|
|
|
|
@ -552,22 +286,10 @@
@@ -552,22 +286,10 @@
|
|
|
|
|
<version>0.9.6</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>guice</artifactId> |
|
|
|
|
<groupId>com.google.code.guice</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -580,14 +302,6 @@
@@ -580,14 +302,6 @@
|
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -595,120 +309,36 @@
@@ -595,120 +309,36 @@
|
|
|
|
|
<artifactId>powermock-api-support</artifactId> |
|
|
|
|
<version>1.5.1</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.powermock</groupId> |
|
|
|
|
<artifactId>powermock-core</artifactId> |
|
|
|
|
<version>1.5.1</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.powermock</groupId> |
|
|
|
|
<artifactId>powermock-module-junit4</artifactId> |
|
|
|
|
<version>1.5.1</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.powermock</groupId> |
|
|
|
|
<artifactId>powermock-module-junit4-common</artifactId> |
|
|
|
|
<version>1.5.1</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.powermock</groupId> |
|
|
|
|
<artifactId>powermock-reflect</artifactId> |
|
|
|
|
<version>1.5.1</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
<artifactId>jcl-over-slf4j</artifactId> |
|
|
|
|
<version>1.7.5</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.spockframework</groupId> |
|
|
|
|
@ -716,18 +346,10 @@
@@ -716,18 +346,10 @@
|
|
|
|
|
<version>0.7-groovy-2.0</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -736,18 +358,10 @@
@@ -736,18 +358,10 @@
|
|
|
|
|
<version>0.7-groovy-2.0</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -756,14 +370,6 @@
@@ -756,14 +370,6 @@
|
|
|
|
|
<version>1.4.1.RELEASE</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
@ -775,100 +381,30 @@
@@ -775,100 +381,30 @@
|
|
|
|
|
<artifactId>spring-ldap-core</artifactId> |
|
|
|
|
<version>2.0.1.RELEASE</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
|
<artifactId>spring-security-cas</artifactId> |
|
|
|
|
<version>4.0.0.CI-SNAPSHOT</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-expression</artifactId> |
|
|
|
|
<version>4.0.2.RELEASE</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-orm</artifactId> |
|
|
|
|
<version>4.0.2.RELEASE</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-test</artifactId> |
|
|
|
|
<version>4.0.2.RELEASE</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>junit-dep</artifactId> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>aspectjrt</artifactId> |
|
|
|
|
<groupId>org.aspectj</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
</project> |
|
|
|
|
|