Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Security and Compliance
entitlements-azure
Commits
fd24055c
Commit
fd24055c
authored
Jul 27, 2020
by
Dania Kodeih (Microsoft)
Browse files
Merge branch 'kibattul/ind/7466583' into 'master'
Enabled transaction logger and slf4jlogger See merge request
!13
parents
c9291761
ed4bf692
Pipeline
#4165
failed with stages
in 16 minutes and 6 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
integration-tests/pom.xml
View file @
fd24055c
...
...
@@ -60,7 +60,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-core-common
</artifactId>
<version>
0.
0.10-SNAPSHOT
</version>
<version>
0.
3.4
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
...
...
pom.xml
View file @
fd24055c
...
...
@@ -60,7 +60,7 @@
<springfox-version>
2.7.0
</springfox-version>
<reactor.netty.version>
0.9.0.RELEASE
</reactor.netty.version>
<reactor.core.version>
3.3.0.RELEASE
</reactor.core.version>
<osdu.azurecore.version>
0.0.
6-SNAPSHOT
</osdu.azurecore.version>
<osdu.azurecore.version>
0.0.
11
</osdu.azurecore.version>
</properties>
<licenses>
...
...
@@ -75,11 +75,17 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-core-common
</artifactId>
<version>
0.
0.10-SNAPSHOT
</version>
<version>
0.
3.4
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
<exclusions>
<exclusion>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-logging
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
...
...
@@ -114,6 +120,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>
...
...
src/main/resources/application.properties
View file @
fd24055c
...
...
@@ -55,4 +55,8 @@ azure.graph-api.uri=https://graph.windows.net
azure.graph-api.appid
=
00000002-0000-0000-c000-000000000000
# Azure Graph Api Version
azure.graph-api.version
=
1.6
\ No newline at end of file
azure.graph-api.version
=
1.6
#logging configuration
logging.transaction.enabled
=
true
logging.slf4jlogger.enabled
=
true
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment