You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.9 KiB
49 lines
1.9 KiB
<?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> |
|
<parent> |
|
<groupId>apelet</groupId> |
|
<artifactId>common</artifactId> |
|
<version>1.0.0</version> |
|
</parent> |
|
|
|
<artifactId>common-openapi</artifactId> |
|
<version>1.0.0</version> |
|
<name>common-openapi</name> |
|
<packaging>jar</packaging> |
|
|
|
<properties> |
|
<maven.compiler.source>8</maven.compiler.source> |
|
<maven.compiler.target>8</maven.compiler.target> |
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
</properties> |
|
|
|
<dependencies> |
|
<dependency> |
|
<groupId>apelet</groupId> |
|
<artifactId>common-core</artifactId> |
|
<version>1.0.1</version> |
|
</dependency> |
|
<!-- 在线表单能力:OnlineFormService / OnlineOperationService(含 exeListPlugin) / OnlineDatasourceService 等, |
|
传递依赖 common-generator(OnlFormHead/OnlFormField)、common-redis、common-swagger(knife4j/springdoc) --> |
|
<dependency> |
|
<groupId>apelet</groupId> |
|
<artifactId>common-online</artifactId> |
|
<version>1.0.5</version> |
|
</dependency> |
|
<!-- 表单元数据:OnlFormHead / OnlFormField / IOnlFormHeadService,开放接口字段清单与关联字段属性换算依赖 --> |
|
<dependency> |
|
<groupId>apelet</groupId> |
|
<artifactId>common-generator</artifactId> |
|
<version>1.0.5</version> |
|
</dependency> |
|
<!-- token 会话存储(可吊销),复用 CommonRedisUtil --> |
|
<dependency> |
|
<groupId>apelet</groupId> |
|
<artifactId>common-redis</artifactId> |
|
<version>1.0.0</version> |
|
</dependency> |
|
</dependencies> |
|
</project> |