diff --git a/pom.xml b/pom.xml index 8aad43f03e4926a577be1890ee77abc9b1650b6d..e61024d583d0f4ca2c8a9d0f6a1df1199331ac1b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,12 @@ <modelVersion>4.0.0</modelVersion> <groupId>de.fu-berlin.imp.memory-box</groupId> - <artifactId>rest-webapp_memory-box</artifactId> + <artifactId>restmembox</artifactId> <version>0.0.1-SNAPSHOT</version> <packaging>jar</packaging> - <name>rest-webapp_memory-box</name> - <description>Demo project for Spring Boot</description> + <name>restmembox</name> + <description>REST webapp prototype</description> <parent> <groupId>org.springframework.boot</groupId> @@ -25,14 +25,6 @@ </properties> <dependencies> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-cache</artifactId> - </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-data-elasticsearch</artifactId> - </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-rest</artifactId> @@ -45,10 +37,6 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-security</artifactId> - </dependency> <dependency> <groupId>org.springframework.session</groupId> <artifactId>spring-session</artifactId> @@ -78,11 +66,6 @@ <artifactId>spring-restdocs-mockmvc</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-test</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build>