Add springfox

Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
SirWayne
2016-04-21 15:53:02 +02:00
parent 5d30ea3d09
commit 8995195e44
3 changed files with 15 additions and 1 deletions

View File

@@ -36,7 +36,11 @@
<artifactId>hawkbit-repository</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-core</artifactId>
<version>2.0.3</version>
</dependency>
<!-- Test -->

View File

@@ -34,6 +34,11 @@
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-core</artifactId>
<version>2.0.3</version>
</dependency>
<!-- Test -->
<dependency>

View File

@@ -29,6 +29,11 @@
<artifactId>hawkbit-rest-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-core</artifactId>
<version>2.0.3</version>
</dependency>
<!-- Test -->
<dependency>