47 changed files with 1421 additions and 1373 deletions
@ -1,118 +1,112 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||||
<modelVersion>4.0.0</modelVersion> |
<modelVersion>4.0.0</modelVersion> |
||||||
<groupId>org.springframework.security</groupId> |
<groupId>org.springframework.security</groupId> |
||||||
<artifactId>spring-security-crypto</artifactId> |
<artifactId>spring-security-crypto</artifactId> |
||||||
<version>4.1.0.BUILD-SNAPSHOT</version> |
<version>4.1.0.BUILD-SNAPSHOT</version> |
||||||
<name>spring-security-crypto</name> |
<name>spring-security-crypto</name> |
||||||
<description>spring-security-crypto</description> |
<description>spring-security-crypto</description> |
||||||
<url>http://spring.io/spring-security</url> |
<url>http://spring.io/spring-security</url> |
||||||
<organization> |
<organization> |
||||||
<name>spring.io</name> |
<name>spring.io</name> |
||||||
<url>http://spring.io/</url> |
<url>http://spring.io/</url> |
||||||
</organization> |
</organization> |
||||||
<licenses> |
<licenses> |
||||||
<license> |
<license> |
||||||
<name>The Apache Software License, Version 2.0</name> |
<name>The Apache Software License, Version 2.0</name> |
||||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||||
<distribution>repo</distribution> |
<distribution>repo</distribution> |
||||||
</license> |
</license> |
||||||
</licenses> |
</licenses> |
||||||
<developers> |
<developers> |
||||||
<developer> |
<developer> |
||||||
<id>rwinch</id> |
<id>rwinch</id> |
||||||
<name>Rob Winch</name> |
<name>Rob Winch</name> |
||||||
<email>rwinch@gopivotal.com</email> |
<email>rwinch@gopivotal.com</email> |
||||||
</developer> |
</developer> |
||||||
</developers> |
</developers> |
||||||
<scm> |
<scm> |
||||||
<connection>scm:git:git://github.com/spring-projects/spring-security</connection> |
<connection>scm:git:git://github.com/spring-projects/spring-security</connection> |
||||||
<developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection> |
<developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection> |
||||||
<url>https://github.com/spring-projects/spring-security</url> |
<url>https://github.com/spring-projects/spring-security</url> |
||||||
</scm> |
</scm> |
||||||
<dependencyManagement> |
<dependencyManagement> |
||||||
<dependencies> |
<dependencies> |
||||||
<dependency> |
<dependency> |
||||||
<groupId>org.springframework</groupId> |
<groupId>org.springframework</groupId> |
||||||
<artifactId>spring-framework-bom</artifactId> |
<artifactId>spring-framework-bom</artifactId> |
||||||
<version>4.2.5.RELEASE</version> |
<version>4.2.5.RELEASE</version> |
||||||
<type>pom</type> |
<type>pom</type> |
||||||
<scope>import</scope> |
<scope>import</scope> |
||||||
</dependency> |
</dependency> |
||||||
</dependencies> |
</dependencies> |
||||||
</dependencyManagement> |
</dependencyManagement> |
||||||
<dependencies> |
<dependencies> |
||||||
<dependency> |
<dependency> |
||||||
<groupId>commons-logging</groupId> |
<groupId>commons-logging</groupId> |
||||||
<artifactId>commons-logging</artifactId> |
<artifactId>commons-logging</artifactId> |
||||||
<version>1.2</version> |
<version>1.2</version> |
||||||
<scope>compile</scope> |
<scope>compile</scope> |
||||||
<optional>true</optional> |
<optional>true</optional> |
||||||
</dependency> |
</dependency> |
||||||
<dependency> |
<dependency> |
||||||
<groupId>org.bouncycastle</groupId> |
<groupId>org.bouncycastle</groupId> |
||||||
<artifactId>bcprov-jdk15on</artifactId> |
<artifactId>bcpkix-jdk15on</artifactId> |
||||||
<version>1.54</version> |
<version>1.54</version> |
||||||
<scope>compile</scope> |
<scope>compile</scope> |
||||||
<optional>true</optional> |
<optional>true</optional> |
||||||
</dependency> |
</dependency> |
||||||
<dependency> |
<dependency> |
||||||
<groupId>ch.qos.logback</groupId> |
<groupId>ch.qos.logback</groupId> |
||||||
<artifactId>logback-classic</artifactId> |
<artifactId>logback-classic</artifactId> |
||||||
<version>1.1.2</version> |
<version>1.1.2</version> |
||||||
<scope>test</scope> |
<scope>test</scope> |
||||||
</dependency> |
</dependency> |
||||||
<dependency> |
<dependency> |
||||||
<groupId>junit</groupId> |
<groupId>junit</groupId> |
||||||
<artifactId>junit</artifactId> |
<artifactId>junit</artifactId> |
||||||
<version>4.12</version> |
<version>4.12</version> |
||||||
<scope>test</scope> |
<scope>test</scope> |
||||||
</dependency> |
</dependency> |
||||||
<dependency> |
<dependency> |
||||||
<groupId>org.assertj</groupId> |
<groupId>org.assertj</groupId> |
||||||
<artifactId>assertj-core</artifactId> |
<artifactId>assertj-core</artifactId> |
||||||
<version>3.3.0</version> |
<version>2.2.0</version> |
||||||
<scope>test</scope> |
<scope>test</scope> |
||||||
</dependency> |
</dependency> |
||||||
<dependency> |
<dependency> |
||||||
<groupId>org.easytesting</groupId> |
<groupId>org.mockito</groupId> |
||||||
<artifactId>fest-assert</artifactId> |
<artifactId>mockito-core</artifactId> |
||||||
<version>1.4</version> |
<version>1.10.19</version> |
||||||
<scope>test</scope> |
<scope>test</scope> |
||||||
</dependency> |
</dependency> |
||||||
<dependency> |
<dependency> |
||||||
<groupId>org.mockito</groupId> |
<groupId>org.slf4j</groupId> |
||||||
<artifactId>mockito-core</artifactId> |
<artifactId>jcl-over-slf4j</artifactId> |
||||||
<version>1.10.19</version> |
<version>1.7.7</version> |
||||||
<scope>test</scope> |
<scope>test</scope> |
||||||
</dependency> |
</dependency> |
||||||
<dependency> |
<dependency> |
||||||
<groupId>org.slf4j</groupId> |
<groupId>org.springframework</groupId> |
||||||
<artifactId>jcl-over-slf4j</artifactId> |
<artifactId>spring-test</artifactId> |
||||||
<version>1.7.7</version> |
<scope>test</scope> |
||||||
<scope>test</scope> |
</dependency> |
||||||
</dependency> |
</dependencies> |
||||||
<dependency> |
<repositories> |
||||||
<groupId>org.springframework</groupId> |
<repository> |
||||||
<artifactId>spring-test</artifactId> |
<id>spring-snapshot</id> |
||||||
<scope>test</scope> |
<url>https://repo.spring.io/snapshot</url> |
||||||
</dependency> |
</repository> |
||||||
</dependencies> |
</repositories> |
||||||
<repositories> |
<build> |
||||||
<repository> |
<plugins> |
||||||
<id>spring-snapshot</id> |
<plugin> |
||||||
<url>https://repo.spring.io/snapshot</url> |
<artifactId>maven-compiler-plugin</artifactId> |
||||||
</repository> |
<configuration> |
||||||
</repositories> |
<source>1.7</source> |
||||||
<build> |
<target>1.7</target> |
||||||
<plugins> |
</configuration> |
||||||
<plugin> |
</plugin> |
||||||
<artifactId>maven-compiler-plugin</artifactId> |
</plugins> |
||||||
<configuration> |
</build> |
||||||
<source>1.7</source> |
</project> |
||||||
<target>1.7</target> |
|
||||||
</configuration> |
|
||||||
</plugin> |
|
||||||
</plugins> |
|
||||||
</build> |
|
||||||
</project> |
|
||||||
|
|||||||
Loading…
Reference in new issue