Skip to content

Commit 4755c71

Browse files
authored
Update pom.xml.ejs
1 parent fddf1c8 commit 4755c71

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

generators/micronaut/templates/pom.xml.ejs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,6 @@
110110
<version>${mapstruct.version}</version>
111111
<scope>provided</scope>
112112
</dependency>
113-
<%_ if (reactive) { _%>
114-
<dependency>
115-
<!-- fix https://github.com/jhipster/generator-jhipster/issues/21359 -->
116-
<groupId>io.micrometer</groupId>
117-
<artifactId>context-propagation</artifactId>
118-
<version>${micrometer-context-propagation.version}</version>
119-
</dependency>
120-
<%_ } _%>
121113
</dependencies>
122114
<build>
123115
<defaultGoal>mn:run</defaultGoal>

0 commit comments

Comments
 (0)