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
Commits
b56db3c9
Commit
b56db3c9
authored
3 years ago
by
Rustam Lotsmanenko (EPAM)
Browse files
Options
Downloads
Patches
Plain Diff
exclude google clients
parent
54ad7103
No related branches found
No related tags found
1 merge request
!169
Fix gcp dependencies conflicts
Pipeline
#73853
failed
3 years ago
Stage: .pre
Stage: review
Stage: build
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Stage: attribution
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
provider/legal-gcp/pom.xml
+12
-0
12 additions, 0 deletions
provider/legal-gcp/pom.xml
with
12 additions
and
0 deletions
provider/legal-gcp/pom.xml
+
12
−
0
View file @
b56db3c9
...
...
@@ -31,10 +31,22 @@
<groupId>
org.opengroup.osdu.legal
</groupId>
<artifactId>
legal-core
</artifactId>
<version>
0.12.0-SNAPSHOT
</version>
<exclusions>
<exclusion>
<groupId>
com.google.api-client
</groupId>
<artifactId>
google-api-client
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-core-common
</artifactId>
<exclusions>
<exclusion>
<groupId>
com.google.http-client
</groupId>
<artifactId>
google-http-client
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
javax.servlet
</groupId>
...
...
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