forked from zhangkaitao/shiro-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
46 lines (43 loc) · 2.03 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?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>com.github.zhangkaitao</groupId>
<artifactId>shiro-example</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<modules>
<module>shiro-example-chapter2</module>
<module>shiro-example-chapter3</module>
<module>shiro-example-chapter4</module>
<module>shiro-example-chapter5</module>
<module>shiro-example-chapter6</module>
<module>shiro-example-chapter7</module>
<module>shiro-example-chapter8</module>
<module>shiro-example-chapter9</module>
<module>shiro-example-chapter10</module>
<module>shiro-example-chapter11</module>
<module>shiro-example-chapter12</module>
<module>shiro-example-chapter13</module>
<module>shiro-example-chapter14</module>
<module>shiro-example-chapter15-server</module>
<module>shiro-example-chapter15-client</module>
<module>shiro-example-chapter16</module>
<module>shiro-example-chapter17-server</module>
<module>shiro-example-chapter17-client</module>
<module>shiro-example-chapter18</module>
<module>shiro-example-chapter19</module>
<module>shiro-example-chapter20</module>
<module>shiro-example-chapter21</module>
<module>shiro-example-chapter22</module>
<module>shiro-example-chapter23-server</module>
<module>shiro-example-chapter23-core</module>
<module>shiro-example-chapter23-client</module>
<module>shiro-example-chapter23-pom</module>
<module>shiro-example-chapter23-app1</module>
<module>shiro-example-chapter23-app2</module>
<module>shiro-example-chapter23-nginx</module>
<module>shiro-example-chapter24</module>
</modules>
</project>