Skip to content

Commit

Permalink
Fix #268: Add logstash-logback-encoder dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Oct 3, 2023
1 parent 0a400a0 commit 18a80bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions powerauth-data-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@

<properties>
<springdoc-openapi-starter-webmvc-ui.version>2.2.0</springdoc-openapi-starter-webmvc-ui.version>
<logstash.version>7.4</logstash.version>

<powerauth-crypto.version>1.5.0-SNAPSHOT</powerauth-crypto.version>
<powerauth-webflow.version>1.5.0-SNAPSHOT</powerauth-webflow.version>
Expand Down Expand Up @@ -133,6 +134,13 @@
<version>1.76</version>
</dependency>

<!-- Logging -->
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>${logstash.version}</version>
</dependency>

<!-- Documentation -->
<dependency>
<groupId>org.springdoc</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ powerauth.dataAdapter.service.applicationEnvironment=
spring.jpa.open-in-view=false

# Disable swagger-ui default petstore url
springdoc.swagger-ui.disable-swagger-default-url=true
springdoc.swagger-ui.disable-swagger-default-url=true

logging.config=${POWERAUTH_DATA_ADAPTER_LOGGING:}

0 comments on commit 18a80bb

Please sign in to comment.