Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Legal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Security and Compliance
Legal
Merge requests
!111
Remove dependencies with vulnerabilities
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove dependencies with vulnerabilities
update_dep
into
master
Overview
13
Commits
15
Pipelines
29
Changes
1
Merged
Rostislav Vatolin
requested to merge
update_dep
into
master
3 years ago
Overview
10
Commits
15
Pipelines
29
Changes
1
Expand
More details:
#7 (closed)
Edited
3 years ago
by
Rostislav Vatolin
0
0
Merge request reports
Viewing commit
17e26e68
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
17e26e68
fix failing int test
· 17e26e68
Rostislav Vatolin
authored
3 years ago
provider/legal-azure/pom.xml
+
13
−
15
Options
@@ -31,12 +31,12 @@
<azure.appservice.plan
/>
<azure.appservice.appname
/>
<azure.appservice.subscription
/>
<osdu.corelibazure.version>
0.
8
.0-rc
1
</osdu.corelibazure.version>
<osdu.corelibazure.version>
0.
9
.0-rc
3
</osdu.corelibazure.version>
<osdu.legal-core.version>
0.9.0-SNAPSHOT
</osdu.legal-core.version>
<javax.inject.version>
1
</javax.inject.version>
<javax.servlet-api.version>
4.0.1
</javax.servlet-api.version>
<woodstox-core.version>
5.3.0
</woodstox-core.version>
<
tomcat-embed-core.version>
9.0.40
</tomcat-embed-core
.version>
<
json-smart.version>
2.4.6
</json-smart
.version>
</properties>
<dependencyManagement>
@@ -53,6 +53,15 @@
</dependencyManagement>
<dependencies>
<!--
Many dependencies contain library with vulnerabilities: net.minidev:json-smart:jar:2.3
because of that we need to enforce the higher version
-->
<dependency>
<groupId>
net.minidev
</groupId>
<artifactId>
json-smart
</artifactId>
<version>
${json-smart.version}
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-core-common
</artifactId>
@@ -75,8 +84,8 @@
</dependency>
<dependency>
<groupId>
com.
microsoft.azure
</groupId>
<artifactId>
azure-
active-directory-
spring-boot-starter
</artifactId>
<groupId>
com.
azure.spring
</groupId>
<artifactId>
azure-spring-boot-starter
-active-directory
</artifactId>
<exclusions>
<exclusion>
<groupId>
org.springframework.boot
</groupId>
@@ -110,12 +119,6 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-azure
</artifactId>
<version>
${osdu.corelibazure.version}
</version>
<exclusions>
<exclusion>
<groupId>
org.simpleframework
</groupId>
<artifactId>
simple-xml
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
@@ -128,11 +131,6 @@
<artifactId>
woodstox-core
</artifactId>
<version>
${woodstox-core.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.tomcat.embed
</groupId>
<artifactId>
tomcat-embed-core
</artifactId>
<version>
${tomcat-embed-core.version}
</version>
</dependency>
<!-- test -->
<dependency>
Loading