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 e0ff20d commit 4ae2ce0Copy full SHA for 4ae2ce0
jwt/pom.xml renamed to impl/jwt/pom.xml
jwt/src/main/java/io/serverlessworkflow/http/jwt/JWT.java renamed to impl/jwt/src/main/java/io/serverlessworkflow/http/jwt/JWT.java
jwt/src/main/java/io/serverlessworkflow/http/jwt/JWTConverter.java renamed to impl/jwt/src/main/java/io/serverlessworkflow/http/jwt/JWTConverter.java
impl/pom.xml
@@ -75,6 +75,7 @@
75
<module>http</module>
76
<module>core</module>
77
<module>jackson</module>
78
+ <module>jwt</module>
79
<module>jwt-impl</module>
80
</modules>
81
</project>
pom.xml
@@ -46,7 +46,6 @@
46
<module>examples</module>
47
<module>experimental</module>
48
<module>fluent</module>
49
- <module>jwt</module>
50
51
52
<properties>
0 commit comments