Skip to content

Commit

Permalink
Add missing slf4j dependencies to ios-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mprechtl committed Jan 25, 2023
1 parent ca8f970 commit 0952aa7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions clients/ios-lib/pom.xml
Expand Up @@ -94,6 +94,15 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>

<dependency>
<groupId>org.openecard.tools</groupId>
<artifactId>roboface-marshaller</artifactId>
Expand Down

0 comments on commit 0952aa7

Please sign in to comment.