Skip to content

Commit

Permalink
feat(impl):[#259] review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-ext-kmassalski committed Dec 19, 2023
1 parent 4751b2c commit f96b7ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/docs/administration/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ When IRS calls EDC Discovery Service to fetch connector endpoints for BPNLs, the
This parameter define how long cache is maintained before it is cleared. Data is in ISO 8601.
== OAuth2 Configuration
Previously, OAuth2 protocol was used by IRS to protect the APIs and other resources. As reference, latest IRS version that supported OAuth2 protocol was 4.3.0, which can be found here: https://github.com/catenax-ng/tx-item-relationship-service/releases/tag/4.3.0.
Previously, OAuth2 protocol was used by IRS to protect the APIs and other resources. As reference, latest IRS version that supported OAuth2 protocol was 4.3.0, which can be found here: https://github.com/eclipse-tractusx/item-relationship-service/releases/tag/4.3.0.
=== Semantic Model Provisioning
The IRS can retrieve semantic models in two ways:
Expand Down
2 changes: 1 addition & 1 deletion irs-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>5.4.0</version>
<version>${rest-assured.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<gatling.version>3.9.5</gatling.version>
<resilience4j.version>2.1.0</resilience4j.version>
<minio.version>8.5.6</minio.version>
<rest-assured.version>5.3.0</rest-assured.version>
<rest-assured.version>5.4.0</rest-assured.version>
<awaitility.version>4.2.0</awaitility.version>
<junit-bom.version>5.9.2</junit-bom.version>
<cucumber-bom.version>7.11.1</cucumber-bom.version>
Expand Down

0 comments on commit f96b7ba

Please sign in to comment.