44 lines
1.4 KiB
Plaintext
44 lines
1.4 KiB
Plaintext
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<parent>
|
||
|
<groupId>com.yomahub</groupId>
|
||
|
<artifactId>liteflow</artifactId>
|
||
|
<version>2.13.1</version>
|
||
|
</parent>
|
||
|
<groupId>com.yomahub</groupId>
|
||
|
<artifactId>liteflow-spring</artifactId>
|
||
|
<version>2.13.1</version>
|
||
|
<licenses>
|
||
|
<license>
|
||
|
<name>Apache-2.0</name>
|
||
|
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
|
||
|
<distribution>repo</distribution>
|
||
|
</license>
|
||
|
</licenses>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>com.yomahub</groupId>
|
||
|
<artifactId>liteflow-core</artifactId>
|
||
|
<version>${revision}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-beans</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-context</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-aop</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-expression</artifactId>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</project>
|