Skip to content

Commit 4ad87da

Browse files
authored
Merge pull request #61 from Backbase/BEFOUND-1032-banking-service
updating banking-service to ssdk 16
2 parents 97282ca + bce87d9 commit 4ad87da

File tree

3 files changed

+4
-33
lines changed

3 files changed

+4
-33
lines changed

service-sdk/16.0.0/create-openapi-client/banking-service/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To run the service from the built binaries, use:
2424
## Authorization
2525

2626
Requests to this service are authorized with a Backbase Internal JWT, therefore you must access this service via the
27-
Backbase Gateway after authenticating with the authentication service.
27+
Backbase Edge after authenticating with Identity service.
2828

2929
For local development, an internal JWT can be created from http://jwt.io, entering `JWTSecretKeyDontUseInProduction!`
3030
as the secret in the signature to generate a valid signed JWT.
@@ -40,6 +40,3 @@ Add link to Jira project.
4040
## Confluence Links
4141
Links to relevant confluence pages (design etc).
4242

43-
## Support
44-
45-
The official banking-service support room is [#s-banking-service](https://todo).

service-sdk/16.0.0/create-openapi-client/banking-service/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,25 @@
1010
<parent>
1111
<groupId>com.backbase.buildingblocks</groupId>
1212
<artifactId>service-sdk-starter-core</artifactId>
13-
<version>15.0.1</version>
13+
<version>16.0.0</version>
1414
<relativePath/>
1515
</parent>
1616

1717
<groupId>com.backbase.banking</groupId>
1818
<artifactId>banking-service</artifactId>
1919
<version>1.0.0-SNAPSHOT</version>
20-
<packaging>war</packaging>
2120
<name>Backbase :: banking-service</name>
2221

2322
<properties>
2423
<java.version>17</java.version>
25-
<boat-maven-plugin.version>0.16.2</boat-maven-plugin.version>
24+
<boat-maven-plugin.version>0.17.5</boat-maven-plugin.version>
2625
</properties>
2726

2827
<dependencies>
2928

3029
<!-- tag::openapi-generator-dependencies[] -->
3130
<dependency>
32-
<groupId>io.swagger</groupId>
31+
<groupId>io.swagger.core.v3</groupId>
3332
<artifactId>swagger-annotations</artifactId>
3433
</dependency>
3534

service-sdk/16.0.0/create-openapi-client/banking-service/src/main/webapp/WEB-INF/jboss-deployment-structure.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)