File tree Expand file tree Collapse file tree 4 files changed +18
-21
lines changed
process-instance-migration-quarkus
process-usertasks-custom-lifecycle-quarkus
process-usertasks-timer-quarkus Expand file tree Collapse file tree 4 files changed +18
-21
lines changed Original file line number Diff line number Diff line change 97
97
<groupId >org.kie</groupId >
98
98
<artifactId >kie-addons-quarkus-process-management</artifactId >
99
99
</dependency >
100
- <dependency >
101
- <groupId >org.kie</groupId >
102
- <artifactId >kogito-addons-quarkus-jobs-management</artifactId >
103
- </dependency >
104
100
<dependency >
105
101
<groupId >org.kie</groupId >
106
102
<artifactId >kie-addons-quarkus-process-svg</artifactId >
133
129
<!-- Jobs Service -->
134
130
<dependency >
135
131
<groupId >org.kie</groupId >
136
- <artifactId >kogito-addons-quarkus-jobs</artifactId >
132
+ <artifactId >kogito-addons-quarkus-embedded- jobs</artifactId >
137
133
</dependency >
138
134
<dependency >
139
- <groupId >org.kie.kogito </groupId >
140
- <artifactId >jobs-service-postgresql-common </artifactId >
135
+ <groupId >org.kie</groupId >
136
+ <artifactId >kogito-addons-quarkus-embedded-jobs-jpa </artifactId >
141
137
</dependency >
142
138
143
139
<!-- Data Audit -->
Original file line number Diff line number Diff line change 76
76
<groupId >io.quarkus</groupId >
77
77
<artifactId >quarkus-smallrye-openapi</artifactId >
78
78
</dependency >
79
- <!-- Comment to disable jobs service integration -->
80
79
<dependency >
81
80
<groupId >org.kie</groupId >
82
- <artifactId >kogito-addons-quarkus-jobs-management </artifactId >
81
+ <artifactId >kogito-addons-quarkus-embedded-jobs </artifactId >
83
82
</dependency >
84
- <!-- uncomment this to enable persistence for kogito -->
85
- <!--
86
- <dependency>
87
- <groupId>org.kie</groupId>
88
- <artifactId>kie-addons-quarkus-persistence-infinispan</artifactId>
89
- </dependency>
90
- -->
91
83
<dependency >
92
84
<groupId >io.quarkus</groupId >
93
85
<artifactId >quarkus-smallrye-health</artifactId >
119
111
</property >
120
112
</activation >
121
113
<dependencies >
122
- <dependency >
123
- <groupId >org.kie</groupId >
124
- <artifactId >kogito-addons-quarkus-jobs-service-embedded</artifactId >
125
- </dependency >
114
+
126
115
</dependencies >
127
116
</profile >
128
117
</profiles >
Original file line number Diff line number Diff line change 67
67
<groupId >io.quarkus</groupId >
68
68
<artifactId >quarkus-resteasy-jackson</artifactId >
69
69
</dependency >
70
+ <dependency >
71
+ <groupId >org.kie</groupId >
72
+ <artifactId >kogito-addons-quarkus-embedded-jobs</artifactId >
73
+ </dependency >
70
74
<dependency >
71
75
<groupId >org.jbpm</groupId >
72
76
<artifactId >jbpm-with-drools-quarkus</artifactId >
Original file line number Diff line number Diff line change 98
98
</dependency >
99
99
<dependency >
100
100
<groupId >org.kie</groupId >
101
- <artifactId >kogito-addons-quarkus-jobs-management </artifactId >
101
+ <artifactId >kogito-addons-quarkus-embedded-jobs </artifactId >
102
102
</dependency >
103
103
104
104
<dependency >
160
160
<skipTests >true</skipTests >
161
161
</properties >
162
162
<dependencies >
163
+ <dependency >
164
+ <groupId >org.jbpm</groupId >
165
+ <artifactId >jbpm-addons-quarkus-usertask-storage-jpa</artifactId >
166
+ </dependency >
167
+ <dependency >
168
+ <groupId >org.kie</groupId >
169
+ <artifactId >kogito-addons-quarkus-embedded-jobs-jpa</artifactId >
170
+ </dependency >
163
171
<dependency >
164
172
<groupId >org.kie</groupId >
165
173
<artifactId >kie-addons-quarkus-persistence-jdbc</artifactId >
You can’t perform that action at this time.
0 commit comments