Skip to content

Commit

Permalink
Merge pull request #2242 from constantine2nd/develop
Browse files Browse the repository at this point in the history
A few features and tweaks
  • Loading branch information
simonredfern committed Jul 18, 2023
2 parents f4fc319 + af8e8cc commit 131be16
Show file tree
Hide file tree
Showing 17 changed files with 456 additions and 340 deletions.
12 changes: 4 additions & 8 deletions obp-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,11 @@
<artifactId>ojdbc8</artifactId>
<version>21.5.0.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.h2database/h2 -->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.214</version>
<version>2.2.220</version>
<scope>runtime</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
Expand Down Expand Up @@ -296,10 +297,11 @@
<artifactId>scala-nameof_${scala.version}</artifactId>
<version>1.0.3</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt -->
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.19</version>
<version>9.31</version>
</dependency>
<dependency>
<groupId>com.github.OpenBankProject</groupId>
Expand Down Expand Up @@ -438,12 +440,6 @@
<version>1.2.0</version>
</dependency>

<dependency>
<groupId>sh.ory.hydra</groupId>
<artifactId>hydra-client</artifactId>
<version>1.11.8</version>
</dependency>

<!--json schema validation start-->
<dependency>
<groupId>com.networknt</groupId>
Expand Down
Loading

0 comments on commit 131be16

Please sign in to comment.