We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7954a7d commit 40a48dcCopy full SHA for 40a48dc
yoti-sdk-auth/pom.xml
@@ -2,7 +2,12 @@
2
<project xmlns="http://maven.apache.org/POM/4.0.0"
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
+
6
<modelVersion>4.0.0</modelVersion>
7
+ <artifactId>yoti-sdk-auth</artifactId>
8
+ <name>Yoti SDK Auth Module</name>
9
+ <description>Java SDK module for generating authentication tokens</description>
10
+ <url>https://github.com/getyoti/yoti-java-sdk</url>
11
12
<parent>
13
<groupId>com.yoti</groupId>
@@ -11,7 +16,6 @@
16
<relativePath>../yoti-sdk-parent</relativePath>
17
</parent>
18
14
- <artifactId>yoti-sdk-auth</artifactId>
15
19
20
<properties>
21
<jjwt.version>0.13.0</jjwt.version>
0 commit comments