We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddf1c8 commit 4755c71Copy full SHA for 4755c71
generators/micronaut/templates/pom.xml.ejs
@@ -110,14 +110,6 @@
110
<version>${mapstruct.version}</version>
111
<scope>provided</scope>
112
</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
- <%_ } _%>
121
</dependencies>
122
<build>
123
<defaultGoal>mn:run</defaultGoal>
0 commit comments