Skip to content

Commit 81c1f18

Browse files
committed
Start on add security tokens module
1 parent ffa53c9 commit 81c1f18

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
<modules>
2727
<module>jwt</module>
28+
<module>tokens</module>
2829
</modules>
2930

3031
<properties>

tokens/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)