Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit 89643bb

Browse files
committed
update version
1 parent 9b82870 commit 89643bb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</scm>
2323
<properties>
2424
<java.version>11</java.version>
25-
<activiti-cloud-notifications-service-graphql.version>7.1.182</activiti-cloud-notifications-service-graphql.version>
25+
<activiti-cloud-notifications-service-graphql.version>7.1.170</activiti-cloud-notifications-service-graphql.version>
2626
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
2727
<maven-failsafe-plugin.version>3.0.0-M3</maven-failsafe-plugin.version>
2828
<maven-surefire-plugin.version>3.0.0-M3</maven-surefire-plugin.version>
@@ -40,6 +40,11 @@
4040
</dependencies>
4141
</dependencyManagement>
4242
<dependencies>
43+
<dependency>
44+
<groupId>com.oracle.ojdbc</groupId>
45+
<artifactId>ojdbc8</artifactId>
46+
<version>19.3.0.0</version>
47+
</dependency>
4348
<dependency>
4449
<groupId>org.activiti.cloud.notifications.graphql</groupId>
4550
<artifactId>activiti-cloud-starter-notifications-graphql</artifactId>
@@ -75,7 +80,7 @@
7580
</dependency>
7681
<dependency>
7782
<groupId>org.springframework.cloud</groupId>
78-
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
83+
<artifactId>spring-cloud-starter-stream-kafka</artifactId>
7984
</dependency>
8085
<!-- Marker Pom for Dependency Conversion Validation -->
8186
<dependency>

0 commit comments

Comments
 (0)