File tree Expand file tree Collapse file tree 4 files changed +23
-0
lines changed
imaging/imaging-actionprovider-chip Expand file tree Collapse file tree 4 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 48
48
<artifactId >catalog-core-api</artifactId >
49
49
<version >${ddf.version} </version >
50
50
</dependency >
51
+ <dependency >
52
+ <groupId >ddf.platform</groupId >
53
+ <artifactId >platform-configuration</artifactId >
54
+ <version >${ddf.version} </version >
55
+ </dependency >
51
56
<dependency >
52
57
<groupId >ddf.catalog.core</groupId >
53
58
<artifactId >catalog-core-api-impl</artifactId >
Original file line number Diff line number Diff line change 39
39
<artifactId >cxf-rt-rs-client</artifactId >
40
40
<version >${cxf.version} </version >
41
41
</dependency >
42
+ <dependency >
43
+ <groupId >ddf.catalog.core</groupId >
44
+ <artifactId >catalog-core-api</artifactId >
45
+ <version >${ddf.version} </version >
46
+ </dependency >
42
47
<dependency >
43
48
<groupId >ddf.catalog.core</groupId >
44
49
<artifactId >catalog-core-api-impl</artifactId >
Original file line number Diff line number Diff line change 29
29
</properties >
30
30
31
31
<dependencies >
32
+ <dependency >
33
+ <groupId >ddf.catalog.core</groupId >
34
+ <artifactId >catalog-core-api</artifactId >
35
+ <version >${ddf.version} </version >
36
+ </dependency >
32
37
<dependency >
33
38
<groupId >ddf.catalog.core</groupId >
34
39
<artifactId >catalog-core-api-impl</artifactId >
Original file line number Diff line number Diff line change 84
84
<cve >CVE-2017-7657</cve >
85
85
</suppress >
86
86
87
+ <suppress >
88
+ <notes >FFMpeg vulnerabilities that don't affect our updated version</notes >
89
+ <cve >CVE-2009-0385</cve >
90
+ <cve >CVE-2011-4031</cve >
91
+ <cve >CVE-2005-4048</cve >
92
+ <cve >CVE-2018-1999012</cve >
93
+ </suppress >
94
+
87
95
</suppressions >
You can’t perform that action at this time.
0 commit comments