| 12345678910111213141516171819202122232425262728293031323334353637383940 | 
							- <?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">
 
-     <parent>
 
-         <artifactId>imcs-admin-boot</artifactId>
 
-         <groupId>com.github.zuihou</groupId>
 
-         <version>b.2.5-SNAPSHOT</version>
 
-         <relativePath>../</relativePath>
 
-     </parent>
 
-     <modelVersion>4.0.0</modelVersion>
 
-     <artifactId>imcs-msgs-entity</artifactId>
 
-     <name>${project.artifactId}</name>
 
-     <description>消息服务实体模块</description>
 
-     <dependencies>
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>imcs-common</artifactId>
 
-             <version>${imcs-project.version}</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.github.zuihou</groupId>
 
-             <artifactId>zuihou-injection-starter</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.baomidou</groupId>
 
-             <artifactId>mybatis-plus-annotation</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>cn.afterturn</groupId>
 
-             <artifactId>easypoi-annotation</artifactId>
 
-         </dependency>
 
-     </dependencies>
 
- </project>
 
 
  |