bocloud.tse/bocloud.tse.entity/pom.xml

18 lines
608 B
XML
Raw Permalink Normal View History

2024-08-20 09:57:31 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>com.bocloud</groupId>
<artifactId>bocloud.tse</artifactId>
<version>6.5.0-LTS-SZ</version>
</parent>
<artifactId>bocloud.tse.entity</artifactId>
<dependencies>
<dependency>
<groupId>com.freedom</groupId>
<artifactId>megatron.database</artifactId>
</dependency>
</dependencies>
</project>