Skip to content

Commit 41e3841

Browse files
committed
Updated build action
1 parent 7cb0980 commit 41e3841

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ on: [pull_request, push, workflow_dispatch]
33

44
jobs:
55
build:
6-
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v2
6+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v3
77
with:
8-
vulnerability_scan_only: true
9-
java_version: "21"
8+
java_version: 21
109
secrets: inherit

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
</dependencyManagement>
4747

4848
<dependencies>
49+
<dependency>
50+
<groupId>com.uid2</groupId>
51+
<artifactId>uid2-shared</artifactId>
52+
<version>${uid2-shared.version}</version>
53+
</dependency>
4954
<dependency>
5055
<groupId>io.vertx</groupId>
5156
<artifactId>vertx-core</artifactId>
@@ -76,11 +81,6 @@
7681
<artifactId>vertx-web-templ-pebble</artifactId>
7782
<version>${vertx.version}</version>
7883
</dependency>
79-
<dependency>
80-
<groupId>com.uid2</groupId>
81-
<artifactId>uid2-shared</artifactId>
82-
<version>${uid2-shared.version}</version>
83-
</dependency>
8484
<dependency>
8585
<groupId>com.fasterxml.jackson.core</groupId>
8686
<artifactId>jackson-databind</artifactId>

0 commit comments

Comments
 (0)