Skip to content

Commit

Permalink
Removed transporter deps to webjars
Browse files Browse the repository at this point in the history
They were not used
  • Loading branch information
FroMage committed May 3, 2024
1 parent d09290d commit 450bfd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
4 changes: 0 additions & 4 deletions transporter/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-caffeine-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-webjars-locator-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkiverse.renarde</groupId>
<artifactId>quarkus-renarde-deployment</artifactId>
Expand Down
14 changes: 0 additions & 14 deletions transporter/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-panache-hibernate-common</artifactId>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>5.2.3</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>bootstrap-icons</artifactId>
<version>1.10.3</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-webjars-locator</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 450bfd8

Please sign in to comment.