aboutsummaryrefslogtreecommitdiffstats
path: root/datafile-app-server/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'datafile-app-server/pom.xml')
-rw-r--r--datafile-app-server/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/datafile-app-server/pom.xml b/datafile-app-server/pom.xml
index 42bdd771..e3c60092 100644
--- a/datafile-app-server/pom.xml
+++ b/datafile-app-server/pom.xml
@@ -65,6 +65,19 @@
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-actuator</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-configuration-processor</artifactId>
+ <optional>true</optional>
+ </dependency>
<!--TESTS DEPENDENCIES -->
<dependency>