aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2019-06-03 14:20:40 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2019-06-12 09:41:01 +0000
commit3d6feef167f8e8eb716312599132c41dd89457cb (patch)
tree0a3b8b8f7371a0d655fff0146dd70080098f5102 /pom.xml
parent6c2951519650779c019431f990b22b71feb220dc (diff)
Monitoring API - write framework adapters
Change-Id: Iaba9c4ef6022d01c1f572055316700a3a4dfa8f2 Issue-ID: DCAEGEN2-1589 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml20
1 files changed, 9 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index ea0a379e..fc214bd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,8 +40,8 @@
<commons-text.version>1.6</commons-text.version>
<jetbrains-annotations.version>16.0.3</jetbrains-annotations.version>
<protoc-jar-maven-plugin.version>3.6.0.2</protoc-jar-maven-plugin.version>
- <micrometer.version>1.1.4</micrometer.version>
<testcontainers.version>1.11.2</testcontainers.version>
+ <spring.boot.version>2.1.5.RELEASE</spring.boot.version>
</properties>
<modules>
@@ -165,6 +165,7 @@
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
<version>${immutables.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.immutables</groupId>
@@ -197,6 +198,13 @@
<version>${slf4j.version}</version>
</dependency>
<dependency>
+ <artifactId>spring-boot-dependencies</artifactId>
+ <groupId>org.springframework.boot</groupId>
+ <version>${spring.boot.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ <dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>${jetbrains-annotations.version}</version>
@@ -220,16 +228,6 @@
<version>1.7.26</version>
<scope>runtime</scope>
</dependency>
- <dependency>
- <groupId>io.micrometer</groupId>
- <artifactId>micrometer-registry-prometheus</artifactId>
- <version>${micrometer.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.security</groupId>
- <artifactId>spring-security-crypto</artifactId>
- <version>5.0.12.RELEASE</version>
- </dependency>
<dependency>
<groupId>org.mockito</groupId>