|
@ -4,31 +4,28 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<parent>
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>ehr-lib-parent</artifactId>
|
|
|
<artifactId>ehr-cloud-parent</artifactId>
|
|
|
<version>1.13.0</version>
|
|
|
<relativePath>../../pom.xml</relativePath>
|
|
|
<relativePath>../ehr-cloud-parent/pom.xml</relativePath>
|
|
|
</parent>
|
|
|
|
|
|
<artifactId>commons-admin-gateway-model</artifactId>
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
<dependencies>
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.fasterxml.jackson.core</groupId>-->
|
|
|
<!--<artifactId>jackson-annotations</artifactId>-->
|
|
|
<!--<scope>${dependency.scope}</scope>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>org.apache.commons</groupId>-->
|
|
|
<!--<artifactId>commons-lang3</artifactId>-->
|
|
|
<!--<scope>${dependency.scope}</scope>-->
|
|
|
<!--</dependency>-->
|
|
|
<!-- true -->
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>commons-util</artifactId>
|
|
|
<version>${version.ehr}</version>
|
|
|
<scope>${dependency.scope}</scope>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
</project>
|