Skip to content

Commit

Permalink
adding dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Jan 30, 2020
1 parent b383419 commit 4ed18bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gui/admin-gui/pom.xml
Expand Up @@ -172,7 +172,11 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
</dependency>

<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
<version>3.3.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
Expand Down

0 comments on commit 4ed18bf

Please sign in to comment.