31 lines
1.0 KiB
XML
31 lines
1.0 KiB
XML
|
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<parent>
|
||
|
<groupId>cn.sam</groupId>
|
||
|
<artifactId>SamService</artifactId>
|
||
|
<version>1.0-SNAPSHOT</version>
|
||
|
</parent>
|
||
|
<artifactId>SamLims-logger</artifactId>
|
||
|
<packaging>jar</packaging>
|
||
|
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>cn.sam</groupId>
|
||
|
<artifactId>SamLims-common</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>cn.sam</groupId>
|
||
|
<artifactId>SamLims-orm</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>cn.sam</groupId>
|
||
|
<artifactId>SamLims-security</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>cn.sam</groupId>
|
||
|
<artifactId>SamLims-schedule</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
|
||
|
</dependencies>
|
||
|
</project>
|