-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
24 lines (22 loc) · 918 Bytes
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jwt</groupId>
<artifactId>jwt-tutorial</artifactId>
<version>5.12.17.0</version>
<name>jwt-tutorial</name>
<description>Getting Started with Jadice Web Toolkit</description>
<url>https://levigo.de/info/x/54CaBQ</url>
<packaging>pom</packaging>
<modules>
<module>jwt-tutorial-000</module>
<module>jwt-tutorial-001</module>
<module>jwt-tutorial-002</module>
<module>jwt-tutorial-003</module>
<module>jwt-tutorial-004</module>
<module>jwt-tutorial-005</module>
<module>jwt-tutorial-docker</module>
<module>jwt-tutorial-performancetest</module>
</modules>
</project>