We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa53c9 commit 81c1f18Copy full SHA for 81c1f18
pom.xml
@@ -25,6 +25,7 @@
25
26
<modules>
27
<module>jwt</module>
28
+ <module>tokens</module>
29
</modules>
30
31
<properties>
tokens/pom.xml
@@ -0,0 +1,17 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
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
+ <modelVersion>4.0.0</modelVersion>
6
+
7
+ <parent>
8
+ <groupId>io.scalecube</groupId>
9
+ <artifactId>scalecube-security-parent</artifactId>
10
+ <version>1.0.10-SNAPSHOT</version>
11
+ </parent>
12
13
+ <artifactId>scalecube-security-tokens</artifactId>
14
15
16
17
+</project>
0 commit comments