|  | @@ -131,6 +131,20 @@
 | 
	
		
			
				|  |  |        <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>
 | 
	
	
		
			
				|  | @@ -138,6 +152,20 @@
 | 
	
		
			
				|  |  |        <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>
 | 
	
	
		
			
				|  | @@ -155,9 +183,9 @@
 | 
	
		
			
				|  |  |        <optional>true</optional>
 | 
	
		
			
				|  |  |      </dependency>
 | 
	
		
			
				|  |  |      <dependency>
 | 
	
		
			
				|  |  | -      <groupId>org.apache.tomcat</groupId>
 | 
	
		
			
				|  |  | -      <artifactId>tomcat-servlet-api</artifactId>
 | 
	
		
			
				|  |  | -      <version>7.0.33</version>
 | 
	
		
			
				|  |  | +      <groupId>javax.servlet</groupId>
 | 
	
		
			
				|  |  | +      <artifactId>javax.servlet-api</artifactId>
 | 
	
		
			
				|  |  | +      <version>3.0.1</version>
 | 
	
		
			
				|  |  |        <scope>provided</scope>
 | 
	
		
			
				|  |  |      </dependency>
 | 
	
		
			
				|  |  |      <dependency>
 | 
	
	
		
			
				|  | @@ -177,96 +205,320 @@
 | 
	
		
			
				|  |  |        <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.10</version>
 | 
	
		
			
				|  |  | +      <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>
 | 
	
	
		
			
				|  | @@ -279,6 +531,20 @@
 | 
	
		
			
				|  |  |        <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>
 | 
	
	
		
			
				|  | @@ -286,10 +552,22 @@
 | 
	
		
			
				|  |  |        <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>
 | 
	
	
		
			
				|  | @@ -297,90 +575,300 @@
 | 
	
		
			
				|  |  |        <artifactId>powermock-api-mockito</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-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>
 | 
	
		
			
				|  |  |        <artifactId>spock-core</artifactId>
 | 
	
		
			
				|  |  |        <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>
 | 
	
		
			
				|  |  |        <groupId>org.spockframework</groupId>
 | 
	
		
			
				|  |  |        <artifactId>spock-spring</artifactId>
 | 
	
		
			
				|  |  |        <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>
 | 
	
		
			
				|  |  |        <groupId>org.springframework.data</groupId>
 | 
	
		
			
				|  |  |        <artifactId>spring-data-jpa</artifactId>
 | 
	
		
			
				|  |  | -      <version>1.2.0.RELEASE</version>
 | 
	
		
			
				|  |  | +      <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>
 | 
	
		
			
				|  |  | +        </exclusion>
 | 
	
		
			
				|  |  | +      </exclusions>
 | 
	
		
			
				|  |  |      </dependency>
 | 
	
		
			
				|  |  |      <dependency>
 | 
	
		
			
				|  |  |        <groupId>org.springframework.ldap</groupId>
 | 
	
		
			
				|  |  |        <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>
 |