#107 - Polishing.

Switched to Asciidoc for README. Renamed ApplicationConfiguration to Application. Switched to a more simple package name. Some polishing in the test cases (removed unnecessary injections).

Original pull request: #108.
This commit is contained in:
Oliver Gierke
2015-07-16 08:20:53 +02:00
parent d95ed268b2
commit 8d77a9a37e
7 changed files with 27 additions and 41 deletions

View File

@@ -11,7 +11,12 @@
<artifactId>spring-data-mongodb-security</artifactId>
<name>Spring Data MongoDB - Spring Security Integration</name>
<properties>
<spring-data-releasetrain.version>Gosling-BUILD-SNAPSHOT</spring-data-releasetrain.version>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-data-mongodb-utils</artifactId>
@@ -19,21 +24,16 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>1.8.0.DATAMONGO-1244-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-data</artifactId>
</dependency>
</dependencies>
</project>