File tree Expand file tree Collapse file tree
flowable-cmmn-image-generator
flowable-dmn-image-generator
flowable-dmn-spring-configurator
flowable-dmn-xml-converter
src/test/java/org/flowable/dmn/xml
flowable-entitylink-service
flowable-event-registry-spring-configurator
flowable-eventsubscription-service
flowable-external-job-rest
flowable-groovy-script-static-engine
flowable-identitylink-service
src/test/resources/org/flowable/spring/test/engine
flowable-ldap-configurator
flowable-process-validation
flowable-variable-service Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 <artifactId >assertj-core</artifactId >
9494 <scope >test</scope >
9595 </dependency >
96- <dependency >
97- <groupId >org.junit.vintage</groupId >
98- <artifactId >junit-vintage-engine</artifactId >
99- <scope >test</scope >
100- </dependency >
10196 <dependency >
10297 <groupId >com.h2database</groupId >
10398 <artifactId >h2</artifactId >
Original file line number Diff line number Diff line change 4242 <groupId >joda-time</groupId >
4343 <artifactId >joda-time</artifactId >
4444 </dependency >
45- <dependency >
46- <groupId >junit</groupId >
47- <artifactId >junit</artifactId >
48- <scope >provided</scope >
49- </dependency >
50- <dependency >
51- <groupId >org.junit.jupiter</groupId >
52- <artifactId >junit-jupiter-api</artifactId >
53- <scope >test</scope >
54- </dependency >
55- <dependency >
56- <groupId >org.junit.jupiter</groupId >
57- <artifactId >junit-jupiter-engine</artifactId >
58- <scope >test</scope >
59- </dependency >
60- <dependency >
61- <groupId >org.junit.vintage</groupId >
62- <artifactId >junit-vintage-engine</artifactId >
63- <scope >test</scope >
64- </dependency >
65- <dependency >
66- <groupId >com.h2database</groupId >
67- <artifactId >h2</artifactId >
68- <scope >test</scope >
69- </dependency >
7045 <dependency >
7146 <groupId >org.slf4j</groupId >
7247 <artifactId >slf4j-api</artifactId >
7550 <groupId >org.slf4j</groupId >
7651 <artifactId >jcl-over-slf4j</artifactId >
7752 </dependency >
78- <dependency >
79- <groupId >org.slf4j</groupId >
80- <artifactId >slf4j-reload4j</artifactId >
81- <scope >test</scope >
82- </dependency >
8353 </dependencies >
8454
8555 <properties >
Load diff This file was deleted.
Original file line number Diff line number Diff line change 104104 <artifactId >jgraphx</artifactId >
105105 <version >4.2.2</version >
106106 </dependency >
107- <dependency >
108- <groupId >junit</groupId >
109- <artifactId >junit</artifactId >
110- <scope >provided</scope >
111- </dependency >
112- <dependency >
113- <groupId >org.junit.jupiter</groupId >
114- <artifactId >junit-jupiter-api</artifactId >
115- <scope >test</scope >
116- </dependency >
117- <dependency >
118- <groupId >org.junit.jupiter</groupId >
119- <artifactId >junit-jupiter-engine</artifactId >
120- <scope >test</scope >
121- </dependency >
122- <dependency >
123- <groupId >org.junit.vintage</groupId >
124- <artifactId >junit-vintage-engine</artifactId >
125- <scope >test</scope >
126- </dependency >
127107 </dependencies >
128108
129109</project >
Original file line number Diff line number Diff line change 6363 <artifactId >slf4j-reload4j</artifactId >
6464 <scope >test</scope >
6565 </dependency >
66- <dependency >
67- <groupId >junit</groupId >
68- <artifactId >junit</artifactId >
69- <scope >test</scope >
70- </dependency >
7166 <dependency >
7267 <groupId >org.junit.jupiter</groupId >
7368 <artifactId >junit-jupiter-api</artifactId >
7873 <artifactId >junit-jupiter-engine</artifactId >
7974 <scope >test</scope >
8075 </dependency >
81- <dependency >
82- <groupId >org.junit.vintage</groupId >
83- <artifactId >junit-vintage-engine</artifactId >
84- <scope >test</scope >
85- </dependency >
8676 <dependency >
8777 <groupId >org.assertj</groupId >
8878 <artifactId >assertj-core</artifactId >
Original file line number Diff line number Diff line change 106106 <dependency >
107107 <groupId >org.slf4j</groupId >
108108 <artifactId >slf4j-api</artifactId >
109- </dependency >
110- <dependency >
111- <groupId >junit</groupId >
112- <artifactId >junit</artifactId >
113- <scope >test</scope >
114109 </dependency >
115110 </dependencies >
116111
Original file line number Diff line number Diff line change 107107 <artifactId >flowable-engine</artifactId >
108108 <scope >provided</scope >
109109 </dependency >
110- <dependency >
111- <groupId >junit</groupId >
112- <artifactId >junit</artifactId >
113- <scope >test</scope >
114- </dependency >
115110 <dependency >
116111 <groupId >org.apache.cxf</groupId >
117112 <artifactId >cxf-rt-frontend-jaxws</artifactId >
140135 <artifactId >junit-jupiter-engine</artifactId >
141136 <scope >test</scope >
142137 </dependency >
143- <dependency >
144- <groupId >org.junit.vintage</groupId >
145- <artifactId >junit-vintage-engine</artifactId >
146- <scope >test</scope >
147- </dependency >
148138 <dependency >
149139 <groupId >org.assertj</groupId >
150140 <artifactId >assertj-core</artifactId >
Original file line number Diff line number Diff line change 106106 <dependency >
107107 <groupId >org.slf4j</groupId >
108108 <artifactId >slf4j-api</artifactId >
109- </dependency >
110- <dependency >
111- <groupId >junit</groupId >
112- <artifactId >junit</artifactId >
113- <scope >test</scope >
114109 </dependency >
115110 </dependencies >
116111
Original file line number Diff line number Diff line change 4747 <groupId >org.springframework</groupId >
4848 <artifactId >spring-test</artifactId >
4949 <scope >test</scope >
50- </dependency >
51- <dependency >
52- <groupId >junit</groupId >
53- <artifactId >junit</artifactId >
54- <scope >test</scope >
5550 </dependency >
5651 <dependency >
5752 <groupId >org.junit.jupiter</groupId >
6358 <artifactId >junit-jupiter-engine</artifactId >
6459 <scope >test</scope >
6560 </dependency >
66- <dependency >
67- <groupId >org.junit.vintage</groupId >
68- <artifactId >junit-vintage-engine</artifactId >
69- <scope >test</scope >
70- </dependency >
7161 <dependency >
7262 <groupId >org.assertj</groupId >
7363 <artifactId >assertj-core</artifactId >
Original file line number Diff line number Diff line change 4141 <artifactId >commons-io</artifactId >
4242 </dependency >
4343
44- <dependency >
45- <groupId >junit</groupId >
46- <artifactId >junit</artifactId >
47- <scope >provided</scope >
48- </dependency >
4944 <dependency >
5045 <groupId >org.junit.jupiter</groupId >
5146 <artifactId >junit-jupiter-api</artifactId >
5550 <groupId >org.junit.jupiter</groupId >
5651 <artifactId >junit-jupiter-engine</artifactId >
5752 <scope >test</scope >
58- </dependency >
59- <dependency >
60- <groupId >org.junit.vintage</groupId >
61- <artifactId >junit-vintage-engine</artifactId >
62- <scope >test</scope >
6353 </dependency >
6454 <dependency >
6555 <groupId >org.assertj</groupId >
You can’t perform that action at this time.
0 commit comments