Skip to content

Commit e77b71a

Browse files
authored
Merge pull request #726 from fjtirado/moving_jwt_under_impl
Moving JTW under impl
2 parents e0ff20d + 5b80c6e commit e77b71a

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

jwt/pom.xml renamed to impl/jwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
77
<groupId>io.serverlessworkflow</groupId>
8-
<artifactId>serverlessworkflow-parent</artifactId>
8+
<artifactId>serverlessworkflow-impl</artifactId>
99
<version>8.0.0-SNAPSHOT</version>
1010
</parent>
1111

impl/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
<module>http</module>
7676
<module>core</module>
7777
<module>jackson</module>
78+
<module>jwt</module>
7879
<module>jwt-impl</module>
7980
</modules>
8081
</project>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<module>examples</module>
4747
<module>experimental</module>
4848
<module>fluent</module>
49-
<module>jwt</module>
5049
</modules>
5150

5251
<properties>

0 commit comments

Comments
 (0)