bocloud.ims/bocloud.ims.entity/pom.xml

24 lines
952 B
XML
Raw Normal View History

2024-05-18 08:48:44 +00: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">
<parent>
<artifactId>bocloud.ims</artifactId>
<groupId>com.bocloud</groupId>
<version>5.6.0-HBCL-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bocloud.ims.entity</artifactId>
<dependencies>
<dependency>
<groupId>com.bocloud</groupId>
<artifactId>bocloud.bre.database</artifactId>
</dependency>
<dependency>
<groupId>com.bocloud</groupId>
<artifactId>bocloud.public.provider</artifactId>
<version>${bocloud.current.version}</version>
</dependency>
</dependencies>
</project>