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
e0b0a2cc
Commit
e0b0a2cc
authored
4 years ago
by
Dania Kodeih (Microsoft)
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'haaggarw/ind/7618485'
# Conflicts: # provider/legal-azure/pom.xml
parents
dbe0b560
2501cf0a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!34
Replacing CosmosStore for CosmosFacade for accessing cosmosdb
Pipeline
#4178
failed
4 years ago
Stage: review
Pipeline: Legal
#4180
Pipeline: Legal
#4179
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
provider/legal-azure/pom.xml
+12
-6
12 additions, 6 deletions
provider/legal-azure/pom.xml
provider/legal-azure/src/main/resources/application.properties
+5
-1
5 additions, 1 deletion
...der/legal-azure/src/main/resources/application.properties
with
17 additions
and
7 deletions
provider/legal-azure/pom.xml
+
12
−
6
View file @
e0b0a2cc
...
...
@@ -40,6 +40,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-core-common
</artifactId>
<version>
0.3.4
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu.legal
</groupId>
...
...
@@ -66,6 +67,16 @@
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-security
</artifactId>
<exclusions>
<exclusion>
<groupId>
ch.qos.logback
</groupId>
<artifactId>
logback-classic
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-to-slf4j
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.springframework.security
</groupId>
...
...
@@ -78,12 +89,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-azure
</artifactId>
<version>
0.0.10
</version>
</dependency>
<dependency>
<groupId>
com.microsoft.azure
</groupId>
<artifactId>
applicationinsights-logging-logback
</artifactId>
<version>
[2.0,)
</version>
<version>
0.0.11
</version>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
...
...
This diff is collapsed.
Click to expand it.
provider/legal-azure/src/main/resources/application.properties
+
5
−
1
View file @
e0b0a2cc
...
...
@@ -45,4 +45,8 @@ azure.keyvault.url=${KEYVAULT_URI}
#Azure App Insights configuration
azure.application-insights.instrumentation-key
=
${appinsights_key}
spring.application.name
=
legal-azure
\ No newline at end of file
spring.application.name
=
legal-azure
#logging configuration
logging.transaction.enabled
=
true
logging.slf4jlogger.enabled
=
true
\ No newline at end of file
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