Skip to content

Commit

Permalink
commons-io
Browse files Browse the repository at this point in the history
  • Loading branch information
s148719 committed Nov 13, 2024
1 parent 7c0d040 commit da46431
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
6 changes: 3 additions & 3 deletions apps/api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,11 @@ spring:
locations: classpath:/db/migration
datasource:
username: ${REMOTE_POSTGRES_USER}
url: jdbc:postgresql://127.0.0.1:5433/fpdb-prod
url: jdbc:postgresql://127.0.0.1:5433/fpdb-feature
password: ${REMOTE_POSTGRES_PWD}
databaseName: fpdb-prod
databaseName: fpdb-feature

APPNAVN: farskapsportal-api
APPNAVN: farskapsportal-api-feature

---
# Integrasjonstesting mot Posten
Expand Down
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<bidrag-commons.version>20230612111733_79de014</bidrag-commons.version>

<!-- other -->
<apache.commons-io.version>2.17.0</apache.commons-io.version>
<apache.commons-lang.version>3.17.0</apache.commons-lang.version>
<apache-pdfbox.version>2.0.29</apache-pdfbox.version>
<signature-api-client-bom.version>7.0.4</signature-api-client-bom.version>
Expand Down Expand Up @@ -142,7 +141,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${apache.commons-io.version}</version>
<version>${commons-io.version}</version>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
Expand Down Expand Up @@ -377,12 +376,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.17.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
Expand Down

0 comments on commit da46431

Please sign in to comment.