Skip to content

Commit 6e9bfbc

Browse files
committed
[KAIZEN-0] nedgraderer spring-boot til å matche common igjen
1 parent e37b966 commit 6e9bfbc

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

pom.xml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.3.4.RELEASE</version>
9+
<version>2.1.1.RELEASE</version>
1010
</parent>
1111

1212
<name>Dialogarena - modiabrukerdialog</name>
@@ -56,25 +56,6 @@
5656

5757
<dependencyManagement>
5858
<dependencies>
59-
<!-- overskriver no.nav.common.bom for å sikre at vi har riktige versjoner i henhold til spring-boot -->
60-
<dependency>
61-
<groupId>org.springframework</groupId>
62-
<artifactId>spring-framework-bom</artifactId>
63-
<version>5.2.9.RELEASE</version>
64-
<type>pom</type>
65-
<scope>import</scope>
66-
</dependency>
67-
<!-- overskriver micrometer fra no.nav.common.bom -->
68-
<dependency>
69-
<groupId>io.micrometer</groupId>
70-
<artifactId>micrometer-core</artifactId>
71-
<version>1.5.5</version>
72-
</dependency>
73-
<dependency>
74-
<groupId>io.micrometer</groupId>
75-
<artifactId>micrometer-registry-prometheus</artifactId>
76-
<version>1.5.5</version>
77-
</dependency>
7859
<dependency>
7960
<groupId>no.nav.common</groupId>
8061
<artifactId>bom</artifactId>

0 commit comments

Comments
 (0)