Skip to content

Commit

Permalink
Merge pull request #2994 from mswiderski/kogito-upgrade
Browse files Browse the repository at this point in the history
Upgrade Kogito to 0.1.3
  • Loading branch information
gsmet committed Jun 27, 2019
2 parents 637c580 + e76d9ef commit e59188b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
9 changes: 1 addition & 8 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@
<keycloak.version>6.0.1</keycloak.version>
<subethasmtp.version>3.1.7</subethasmtp.version>
<hibernate-quarkus-local-cache.version>0.1.0</hibernate-quarkus-local-cache.version>
<kogito.version>0.1.2</kogito.version>
<swagger.version>1.5.21</swagger.version>
<kogito.version>0.1.3</kogito.version>
<kubernetes-client.version>4.3.0</kubernetes-client.version>
</properties>

Expand Down Expand Up @@ -2067,12 +2066,6 @@
<artifactId>jbpm-bpmn2</artifactId>
<version>${kogito.version}</version>
</dependency>
<!-- swagger annotations used by kogito -->
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>${swagger.version}</version>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions extensions/kogito/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-kogito</artifactId>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>drools-core-static</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions extensions/kogito/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@
<groupId>org.kie.kogito</groupId>
<artifactId>jbpm-flow</artifactId>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit e59188b

Please sign in to comment.