Skip to content

Commit

Permalink
Fixed kogito-quarkus name
Browse files Browse the repository at this point in the history
  • Loading branch information
yesamer committed Mar 12, 2024
1 parent 05603b2 commit 693b19b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/dev-deployment-kogito-quarkus-blank-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus</artifactId>
<version>${version.org.kie.kogito}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -119,8 +114,8 @@
<artifactId>kie-dmn-openapi</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus</artifactId>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-with-drools-quarkus-extension</artifactId>
<exclusions>
<exclusion>
<groupId>org.kie.kogito</groupId>
Expand Down

0 comments on commit 693b19b

Please sign in to comment.