Skip to content

Commit

Permalink
Make mermaidjs visible in dependabot
Browse files Browse the repository at this point in the history
Fixes #26554
  • Loading branch information
gastaldi committed Jul 7, 2022
1 parent f906b10 commit 6ff69a9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,11 @@
<artifactId>chartjs</artifactId>
<version>${webjar.chartjs.version}</version>
</dependency>

<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>mermaid</artifactId>
<version>${webjar.mermaid.version}</version>
</dependency>
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>subethasmtp</artifactId>
Expand Down
12 changes: 12 additions & 0 deletions extensions/vertx-http/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@
<artifactId>chartjs</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>mermaid</artifactId>
<scope>provided</scope>
<!-- We don't use any dependencies here -->
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit 6ff69a9

Please sign in to comment.