Skip to content

Commit

Permalink
fix(bom): remove hawtio-base
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Nov 15, 2023
1 parent dfd6b57 commit 4ad775c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,17 @@
<dependencies>
<dependency>
<groupId>io.hawt</groupId>
<artifactId>hawtio-jbang</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.hawt</groupId>
<artifactId>hawtio-base</artifactId>
<artifactId>hawtio-default</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.hawt</groupId>
<artifactId>hawtio-default</artifactId>
<artifactId>hawtio-embedded</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.hawt</groupId>
<artifactId>hawtio-embedded</artifactId>
<artifactId>hawtio-jbang</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 4ad775c

Please sign in to comment.