remove springfox and add spring-plugin-core

Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
SirWayne
2016-04-21 16:00:08 +02:00
parent 0c85f2bf82
commit e8c8b4d1a6
2 changed files with 6 additions and 8 deletions

View File

@@ -37,9 +37,8 @@
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.springfox</groupId> <groupId>org.springframework.plugin</groupId>
<artifactId>springfox-core</artifactId> <artifactId>spring-plugin-core</artifactId>
<version>2.0.3</version>
</dependency> </dependency>

View File

@@ -35,9 +35,8 @@
<version>2.4</version> <version>2.4</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.springfox</groupId> <groupId>org.springframework.plugin</groupId>
<artifactId>springfox-core</artifactId> <artifactId>spring-plugin-core</artifactId>
<version>2.0.3</version>
</dependency> </dependency>
<!-- Test --> <!-- Test -->