Skip to content

Commit 83c0a4f

Browse files
authored
Resolve maven dependency on core-security
Resolve maven dependency on core-security issue #2331 Best practice on Transitive Maven dependency see https://guides.dataverse.org/en/latest/developers/dependencies.html
1 parent 57a1379 commit 83c0a4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/alarm/ui/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
<artifactId>app-alarm-model</artifactId>
4545
<version>4.6.10-SNAPSHOT</version>
4646
</dependency>
47+
<dependency>
48+
<groupId>org.phoebus</groupId>
49+
<artifactId>core-security</artifactId>
50+
<version>4.6.10-SNAPSHOT</version>
51+
</dependency>
4752
<dependency>
4853
<groupId>net.sf.sociaal</groupId>
4954
<artifactId>freetts</artifactId>

0 commit comments

Comments
 (0)