From 55aa49e22e45019b42b6a9621ef6a91a11e3aa52 Mon Sep 17 00:00:00 2001 From: stendler <stendler@mi.fu-berlin.de> Date: Sat, 25 Nov 2017 23:17:37 +0100 Subject: [PATCH] update pom: remove some deps for now & namechange Some dependencies are interesting for way later. So we can remove them for now to have a more neat pom. --- pom.xml | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index 8aad43f..e61024d 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> -- GitLab