File tree Expand file tree Collapse file tree 4 files changed +43
-0
lines changed
tez-yarn-timeline-history-with-acls
tez-tools/analyzers/job-analyzer Expand file tree Collapse file tree 4 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 8181 <jettison .version>1.5.4</jettison .version>
8282 <jsr305 .version>3.0.0</jsr305 .version>
8383 <junit .version>4.13.2</junit .version>
84+ <junit .jupiter.version>5.9.3</junit .jupiter.version>
8485 <leveldbjni-all .version>1.8</leveldbjni-all .version>
8586 <lifecycle-mapping .version>1.0.0</lifecycle-mapping .version>
8687 <maven-checkstyle-plugin .version>3.1.1</maven-checkstyle-plugin .version>
764765 <version >${junit.version} </version >
765766 <scope >test</scope >
766767 </dependency >
768+ <dependency >
769+ <groupId >org.junit.jupiter</groupId >
770+ <artifactId >junit-jupiter-api</artifactId >
771+ <version >${junit.jupiter.version} </version >
772+ <scope >test</scope >
773+ </dependency >
774+ <dependency >
775+ <groupId >org.junit.vintage</groupId >
776+ <artifactId >junit-vintage-engine</artifactId >
777+ <version >${junit.jupiter.version} </version >
778+ <scope >test</scope >
779+ </dependency >
767780 <dependency >
768781 <groupId >com.google.protobuf</groupId >
769782 <artifactId >protobuf-java</artifactId >
Original file line number Diff line number Diff line change 144144 <artifactId >junit</artifactId >
145145 <scope >test</scope >
146146 </dependency >
147+ <dependency >
148+ <groupId >org.junit.jupiter</groupId >
149+ <artifactId >junit-jupiter-api</artifactId >
150+ <scope >test</scope >
151+ </dependency >
152+ <dependency >
153+ <groupId >org.junit.vintage</groupId >
154+ <artifactId >junit-vintage-engine</artifactId >
155+ <scope >test</scope >
156+ </dependency >
147157 <dependency >
148158 <groupId >org.glassfish.jersey.media</groupId >
149159 <artifactId >jersey-media-json-jackson</artifactId >
Original file line number Diff line number Diff line change 134134 <artifactId >junit</artifactId >
135135 <scope >test</scope >
136136 </dependency >
137+ <dependency >
138+ <groupId >org.junit.jupiter</groupId >
139+ <artifactId >junit-jupiter-api</artifactId >
140+ <scope >test</scope >
141+ </dependency >
142+ <dependency >
143+ <groupId >org.junit.vintage</groupId >
144+ <artifactId >junit-vintage-engine</artifactId >
145+ <scope >test</scope >
146+ </dependency >
137147 <dependency >
138148 <groupId >org.glassfish.jersey.media</groupId >
139149 <artifactId >jersey-media-json-jackson</artifactId >
Original file line number Diff line number Diff line change 152152 <artifactId >junit</artifactId >
153153 <scope >test</scope >
154154 </dependency >
155+ <dependency >
156+ <groupId >org.junit.jupiter</groupId >
157+ <artifactId >junit-jupiter-api</artifactId >
158+ <scope >test</scope >
159+ </dependency >
160+ <dependency >
161+ <groupId >org.junit.vintage</groupId >
162+ <artifactId >junit-vintage-engine</artifactId >
163+ <scope >test</scope >
164+ </dependency >
155165 <dependency >
156166 <groupId >org.glassfish.jersey.media</groupId >
157167 <artifactId >jersey-media-json-jackson</artifactId >
You can’t perform that action at this time.
0 commit comments