forked from drallieiv/KinanCity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
43 lines (37 loc) · 1.23 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
<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.kinancity</groupId>
<artifactId>KinanCity-parent</artifactId>
<version>1.3.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Kinan City</name>
<url>https://github.com/drallieiv/KinanCity</url>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<modules>
<module>KinanCity-core</module>
<module>KinanCity-mail</module>
<!-- <module>KinanCity-server</module> -->
<module>ptc-api</module>
<module>KinanCity-utils</module>
<module>KinanCity-captcha-ImageTypers</module>
<module>KinanCity-captcha-api</module>
<module>KinanCity-captcha-2captcha</module>
</modules>
<dependencies>
<!-- Logs -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
</dependencies>
</project>