Skip to content

Commit b8a137b

Browse files
committed
Add oss index settings to dependency check plugin
(merge 14.1.1-2206 -> ce/22.06 118648) [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v22.06/": change = 118653]
1 parent 886d509 commit b8a137b

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
@@ -110,7 +110,7 @@
110110
<maven.bundle.plugin.version>5.1.1</maven.bundle.plugin.version>
111111
<maven.compiler.plugin.version>3.12.1</maven.compiler.plugin.version>
112112
<maven.dependency.plugin.version>3.3.0</maven.dependency.plugin.version>
113-
<maven.dependency-check.plugin.version>12.1.0</maven.dependency-check.plugin.version>
113+
<maven.dependency-check.plugin.version>12.1.6</maven.dependency-check.plugin.version>
114114
<maven.deploy.plugin.version>2.8.2</maven.deploy.plugin.version>
115115
<maven.directory.plugin.version>0.1</maven.directory.plugin.version>
116116
<maven.docker.plugin.version>0.15.7</maven.docker.plugin.version>
@@ -1522,6 +1522,8 @@
15221522
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
15231523
<nvdValidForHours>48</nvdValidForHours>
15241524
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
1525+
<ossIndexUsername>${env.OSS_INDEX_USERNAME}</ossIndexUsername>
1526+
<ossIndexPassword>${env.OSS_INDEX_TOKEN}</ossIndexPassword>
15251527
<excludes>
15261528
<!-- Exclude stuff we do not deploy -->
15271529
<exclude>com.oracle.coherence:coherence-examples-rest</exclude>

0 commit comments

Comments
 (0)