2019-04-16 10:50:45 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2022-03-09 10:23:17 +08:00
|
|
|
<!--
|
|
|
|
|
|
|
|
The MIT License (MIT)
|
|
|
|
|
|
|
|
Copyright (c) 2019 Code Technology Studio
|
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
|
|
this software and associated documentation files (the "Software"), to deal in
|
|
|
|
the Software without restriction, including without limitation the rights to
|
|
|
|
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
|
|
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
|
|
subject to the following conditions:
|
|
|
|
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
|
|
copies or substantial portions of the Software.
|
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
|
|
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
|
|
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
|
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
|
|
|
|
-->
|
2019-04-16 10:50:45 +08:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
2022-12-04 22:27:33 +08:00
|
|
|
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">
|
|
|
|
<parent>
|
|
|
|
<artifactId>jpom-parent</artifactId>
|
2023-03-31 14:06:07 +08:00
|
|
|
<groupId>org.dromara.jpom</groupId>
|
2024-01-12 15:36:30 +08:00
|
|
|
<version>2.11.0</version>
|
2022-12-04 22:27:33 +08:00
|
|
|
<relativePath>../../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<name>Jpom Common</name>
|
|
|
|
<artifactId>common</artifactId>
|
2024-01-12 15:36:30 +08:00
|
|
|
<version>2.11.0</version>
|
2022-12-04 22:27:33 +08:00
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<dependency>
|
2022-12-08 15:23:03 +08:00
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
</dependency>
|
2022-12-04 22:27:33 +08:00
|
|
|
|
2022-12-08 15:23:03 +08:00
|
|
|
<dependency>
|
2022-12-24 13:45:33 +08:00
|
|
|
<groupId>com.alibaba.fastjson2</groupId>
|
|
|
|
<artifactId>fastjson2</artifactId>
|
2022-12-04 22:27:33 +08:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
<artifactId>hutool-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
<artifactId>hutool-http</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
<artifactId>hutool-system</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
<artifactId>hutool-extra</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
<artifactId>hutool-crypto</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
<artifactId>hutool-cron</artifactId>
|
|
|
|
</dependency>
|
2023-04-06 14:00:39 +08:00
|
|
|
|
2022-12-04 22:27:33 +08:00
|
|
|
<!-- aop-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-aop</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-compress</artifactId>
|
2023-09-15 09:56:36 +08:00
|
|
|
<version>1.24.0</version>
|
2022-12-04 22:27:33 +08:00
|
|
|
</dependency>
|
|
|
|
|
2023-04-12 22:23:22 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>cn.keepbx.jpom</groupId>
|
|
|
|
<artifactId>jpom-core-common</artifactId>
|
2023-08-20 22:17:08 +08:00
|
|
|
<version>1.0.5</version>
|
2023-04-12 22:23:22 +08:00
|
|
|
</dependency>
|
|
|
|
|
2022-12-04 22:27:33 +08:00
|
|
|
</dependencies>
|
2019-07-23 16:58:43 +08:00
|
|
|
</project>
|