Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Partition
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Partition
Commits
cad96c6e
Commit
cad96c6e
authored
2 years ago
by
Morris Estepa
Browse files
Options
Downloads
Patches
Plain Diff
skip maven dependency check due to an issue with the CVE DB
parent
456c4f6e
No related branches found
No related tags found
1 merge request
!333
skip maven dependency check due to an issue with the CVE DB
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NOTICE
+1
-1
1 addition, 1 deletion
NOTICE
provider/partition-aws/pom.xml
+3
-0
3 additions, 0 deletions
provider/partition-aws/pom.xml
with
4 additions
and
1 deletion
NOTICE
+
1
−
1
View file @
cad96c6e
...
...
@@ -352,7 +352,7 @@ The following software have components provided under the terms of this license:
- Apache Maven Wagon :: Providers :: SSH External Provider (from https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-ssh-external)
- Apache Maven Wagon :: Providers :: SSH Provider (from https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-ssh)
- Apache Velocity (from http://velocity.apache.org/engine/devel/, http://velocity.apache.org/engine/releases/velocity-1.6.1/, http://velocity.apache.org/engine/releases/velocity-1.6.2/)
- AssertJ
fluent assertions
(from ${project.
parent
.url}#${project.artifactId}
, https://repo1.maven.org/maven2/org/assertj/assertj-core
)
- AssertJ
Core
(from ${project.
organization
.url}#${project.artifactId})
- Asynchronous Http Client (from https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client)
- Asynchronous Http Client Netty Utils (from https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client-netty-utils)
- AutoValue Annotations (from https://github.com/google/auto/tree/master/value, https://repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations)
...
...
This diff is collapsed.
Click to expand it.
provider/partition-aws/pom.xml
+
3
−
0
View file @
cad96c6e
...
...
@@ -214,6 +214,9 @@
<version>
6.2.2
</version>
<executions>
<execution>
<configuration>
<skip>
true
</skip>
</configuration>
<goals>
<goal>
check
</goal>
</goals>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment