Commit 967a3aa 1 parent 23c7ef0 commit 967a3aa Copy full SHA for 967a3aa
File tree 1 file changed +12
-7
lines changed
1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 53
53
<scope >runtime</scope >
54
54
</dependency >
55
55
56
- <dependency >
57
- <groupId >org.jboss.weld.servlet</groupId >
58
- <artifactId >weld-servlet-shaded</artifactId >
59
- <version >5.1.2.Final</version >
60
- <scope >runtime</scope >
61
- </dependency >
62
-
63
56
<dependency >
64
57
<groupId >org.camunda.bpm.qa</groupId >
65
58
<artifactId >camunda-qa-ensure-clean-db</artifactId >
145
138
</plugins >
146
139
</build >
147
140
</profile >
141
+
142
+ <profile >
143
+ <id >engine-integration-jakarta</id >
144
+ <dependencies >
145
+ <dependency >
146
+ <groupId >org.jboss.weld.servlet</groupId >
147
+ <artifactId >weld-servlet-shaded</artifactId >
148
+ <version >5.1.2.Final</version >
149
+ <scope >runtime</scope >
150
+ </dependency >
151
+ </dependencies >
152
+ </profile >
148
153
</profiles >
149
154
</project >
You can’t perform that action at this time.
0 commit comments