Skip to content

Commit e8e592b

Browse files
committed
Add oss index settings to dependency check plugin
(merge 14.1.2-0 -> ce/14.1.2-0 118646) [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.2.0/": change = 118652]
1 parent b8346e3 commit e8e592b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

prj/coherence-dependencies/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<maven.clean.plugin.version>3.2.0</maven.clean.plugin.version>
8585
<maven.compiler.plugin.version>3.14.0</maven.compiler.plugin.version>
8686
<maven.dependency.plugin.version>3.3.0</maven.dependency.plugin.version>
87-
<maven.dependency-check.plugin.version>12.1.0</maven.dependency-check.plugin.version>
87+
<maven.dependency-check.plugin.version>12.1.6</maven.dependency-check.plugin.version>
8888
<maven.deploy.plugin.version>3.1.1</maven.deploy.plugin.version>
8989
<maven.directory.plugin.version>0.1</maven.directory.plugin.version>
9090
<maven.docker.plugin.version>0.15.7</maven.docker.plugin.version>
@@ -1798,6 +1798,8 @@
17981798
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
17991799
<nvdValidForHours>48</nvdValidForHours>
18001800
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
1801+
<ossIndexUsername>${env.OSS_INDEX_USERNAME}</ossIndexUsername>
1802+
<ossIndexPassword>${env.OSS_INDEX_TOKEN}</ossIndexPassword>
18011803
<excludes>
18021804
<!-- Exclude stuff we do not deploy -->
18031805
<exclude>com.oracle.coherence:coherence-examples-rest</exclude>

0 commit comments

Comments
 (0)