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

@@ -36,10 +36,9 @@
<artifactId>hawkbit-repository</artifactId> <artifactId>hawkbit-repository</artifactId>
<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

@@ -34,10 +34,9 @@
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>
<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 -->