Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #16 from admin-ch/feature/fix-core-sdk-dependency
Browse files Browse the repository at this point in the history
fix core-sdk dependency
  • Loading branch information
ubhaller authored Aug 4, 2021
2 parents b403091 + 33c9ce1 commit 2a62628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@
<!-- Core SDK -->
<dependency>
<groupId>ch.admin.bag.covidcertificate</groupId>
<artifactId>CovidCertificate-SDK-Kotlin</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<artifactId>sdk-core</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,6 @@
<artifactId>jackson-databind</artifactId>
</dependency>

<!-- Core SDK -->
<dependency>
<groupId>ch.admin.bag.covidcertificate</groupId>
<artifactId>sdk-core</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
</dependency>

<!-- Testcontainers -->
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down

0 comments on commit 2a62628

Please sign in to comment.