2022-12-05 14:39:29 +08:00
|
|
|
<?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>io.edurt.datacap</groupId>
|
2023-02-03 11:19:53 +08:00
|
|
|
<artifactId>datacap</artifactId>
|
2023-01-31 14:22:37 +08:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2022-12-05 14:39:29 +08:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<groupId>io.edurt.datacap.common</groupId>
|
|
|
|
<artifactId>datacap-common</artifactId>
|
|
|
|
<name>DataCap for common</name>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
</dependency>
|
2023-02-02 23:48:09 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
</dependency>
|
2022-12-05 14:39:29 +08:00
|
|
|
</dependencies>
|
|
|
|
</project>
|