123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?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">
- <parent>
- <artifactId>common</artifactId>
- <groupId>com.serbia</groupId>
- <version>1.0.0</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>common-flow</artifactId>
- <version>1.0.0</version>
- <name>common-flow</name>
- <packaging>jar</packaging>
- <dependencies>
- <dependency>
- <groupId>com.serbia</groupId>
- <artifactId>common-satoken</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.serbia</groupId>
- <artifactId>common-dbutil</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.serbia</groupId>
- <artifactId>common-datafilter</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.serbia</groupId>
- <artifactId>common-sequence</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.serbia</groupId>
- <artifactId>common-log</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.serbia</groupId>
- <artifactId>common-swagger</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>org.flowable</groupId>
- <artifactId>flowable-spring-boot-starter-process</artifactId>
- <version>${flowable.version}</version>
- </dependency>
- </dependencies>
- </project>
|