Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Aug 3, 2024
1 parent 2392fff commit 93df69c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions generators/spring-boot/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,18 +455,11 @@ export default class extends BaseApplicationGenerator {

get [BaseApplicationGenerator.POST_WRITING]() {
return this.asPostWritingTaskGroup({
async customizeDependencies({ application, source }) {
async jhipsterV7Dependencies({ application, source }) {
source.addJavaDefinition({
dependencies: [
{ groupId: 'io.dropwizard.metrics', artifactId: 'metrics-core' },
{ groupId: 'org.zalando', artifactId: `problem-spring-${application.reactive ? 'webflux' : 'web'}` },
{
groupId: 'tech.jhipster',
artifactId: 'jhipster-dependencies',
version: application.jhipsterDependenciesVersion,
type: 'pom',
scope: 'import',
},
],
});

Expand Down

0 comments on commit 93df69c

Please sign in to comment.