Skip to content

Commit 25a6b70

Browse files
authored
Merge pull request #1216 from gooddata/aole-gooddata-j4
Upgrade gooddata-parent
2 parents 857cc8d + 3ee60be commit 25a6b70

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

gooddata-java-model/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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>

gooddata-java/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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>

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)