|
@@ -1,6 +1,5 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
- 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-config</artifactId>
|
|
<artifactId>spring-security-config</artifactId>
|
|
@@ -31,23 +30,6 @@
|
|
<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>
|
|
- <build>
|
|
|
|
- <plugins>
|
|
|
|
- <plugin>
|
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
- <configuration>
|
|
|
|
- <source>1.7</source>
|
|
|
|
- <target>1.7</target>
|
|
|
|
- </configuration>
|
|
|
|
- </plugin>
|
|
|
|
- </plugins>
|
|
|
|
- </build>
|
|
|
|
- <repositories>
|
|
|
|
- <repository>
|
|
|
|
- <id>spring-snasphot</id>
|
|
|
|
- <url>https://repo.spring.io/snapshot</url>
|
|
|
|
- </repository>
|
|
|
|
- </repositories>
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>aopalliance</groupId>
|
|
<groupId>aopalliance</groupId>
|
|
@@ -257,18 +239,6 @@
|
|
<version>4.1.0.Final</version>
|
|
<version>4.1.0.Final</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>org.hibernate</groupId>
|
|
|
|
- <artifactId>hibernate-entitymanager</artifactId>
|
|
|
|
- <version>3.6.10.Final</version>
|
|
|
|
- <scope>test</scope>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.hsqldb</groupId>
|
|
|
|
- <artifactId>hsqldb</artifactId>
|
|
|
|
- <version>2.2.8</version>
|
|
|
|
- <scope>test</scope>
|
|
|
|
- </dependency>
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.hsqldb</groupId>
|
|
<groupId>org.hsqldb</groupId>
|
|
<artifactId>hsqldb</artifactId>
|
|
<artifactId>hsqldb</artifactId>
|
|
@@ -408,4 +378,21 @@
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
+ <repositories>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>spring-snasphot</id>
|
|
|
|
+ <url>https://repo.spring.io/snapshot</url>
|
|
|
|
+ </repository>
|
|
|
|
+ </repositories>
|
|
|
|
+ <build>
|
|
|
|
+ <plugins>
|
|
|
|
+ <plugin>
|
|
|
|
+ <maven-compiler-plugin/>
|
|
|
|
+ <configuration>
|
|
|
|
+ <source>1.7</source>
|
|
|
|
+ <target>1.7</target>
|
|
|
|
+ </configuration>
|
|
|
|
+ </plugin>
|
|
|
|
+ </plugins>
|
|
|
|
+ </build>
|
|
</project>
|
|
</project>
|