12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?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.tourism</groupId>
- <version>1.0.0</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>common-online</artifactId>
- <version>1.0.0</version>
- <name>common-online</name>
- <packaging>jar</packaging>
- <dependencies>
- <dependency>
- <groupId>com.tourism</groupId>
- <artifactId>common-satoken</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.tourism</groupId>
- <artifactId>common-dbutil</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.tourism</groupId>
- <artifactId>common-dict</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.tourism</groupId>
- <artifactId>common-datafilter</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.tourism</groupId>
- <artifactId>common-redis</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.tourism</groupId>
- <artifactId>common-sequence</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.tourism</groupId>
- <artifactId>common-log</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.tourism</groupId>
- <artifactId>common-huaweicloud-obs</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.tourism</groupId>
- <artifactId>common-swagger</artifactId>
- <version>1.0.0</version>
- </dependency>
- </dependencies>
- </project>
|