Skip to content

Commit

Permalink
KOGITO-9416 - Remove SVG extension from prod profile (#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianonicolai authored and web-flow committed Jun 22, 2023
1 parent 75c2aeb commit ea1000f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-process-management</artifactId>
</dependency>

<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-process-svg</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus-serverless-workflow-devui</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,6 @@
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-process-management</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-process-svg</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-source-files</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-source-files</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-process-svg</artifactId>
</dependency>

<!-- Management plugin -->
<dependency>
Expand Down

0 comments on commit ea1000f

Please sign in to comment.