File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44
55 <artifactId >gooddata-java-model</artifactId >
6+ <name >${project.artifactId} </name >
67
78 <parent >
89 <artifactId >gooddata-java-parent</artifactId >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44
55 <artifactId >gooddata-java</artifactId >
6+ <name >${project.artifactId} </name >
67
78 <parent >
89 <artifactId >gooddata-java-parent</artifactId >
Original file line number Diff line number Diff line change @@ -469,37 +469,43 @@ LICENSE.txt file in the root directory of this source tree.</inlineHeader>
469469 <dependency >
470470 <groupId >org.eclipse.jetty</groupId >
471471 <artifactId >jetty-server</artifactId >
472+ <version >${jetty.compatible.version} </version >
472473 <scope >test</scope >
473- <!-- Version managed by Spring Boot BOM for consistency -->
474474 </dependency >
475475 <dependency >
476476 <groupId >org.eclipse.jetty</groupId >
477477 <artifactId >jetty-servlet</artifactId >
478+ <version >${jetty.compatible.version} </version >
478479 <scope >test</scope >
479480 </dependency >
480481 <dependency >
481482 <groupId >org.eclipse.jetty</groupId >
482483 <artifactId >jetty-util</artifactId >
484+ <version >${jetty.compatible.version} </version >
483485 <scope >test</scope >
484486 </dependency >
485487 <dependency >
486488 <groupId >org.eclipse.jetty</groupId >
487489 <artifactId >jetty-http</artifactId >
490+ <version >${jetty.compatible.version} </version >
488491 <scope >test</scope >
489492 </dependency >
490493 <dependency >
491494 <groupId >org.eclipse.jetty</groupId >
492495 <artifactId >jetty-io</artifactId >
496+ <version >${jetty.compatible.version} </version >
493497 <scope >test</scope >
494498 </dependency >
495499 <dependency >
496500 <groupId >org.eclipse.jetty</groupId >
497501 <artifactId >jetty-security</artifactId >
502+ <version >${jetty.compatible.version} </version >
498503 <scope >test</scope >
499504 </dependency >
500505 <dependency >
501506 <groupId >org.eclipse.jetty</groupId >
502507 <artifactId >jetty-webapp</artifactId >
508+ <version >${jetty.compatible.version} </version >
503509 <scope >test</scope >
504510 </dependency >
505511 <dependency >
You can’t perform that action at this time.
0 commit comments