70 lines
2.6 KiB
XML
70 lines
2.6 KiB
XML
<?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>ime-parent</artifactId>
|
|
<groupId>com.qzing</groupId>
|
|
<version>4.1.9-SNAPSHOT</version>
|
|
</parent>
|
|
<groupId>com.qzing.mes.abnl</groupId>
|
|
<artifactId>abnl-RTHIT-service-parent</artifactId>
|
|
<version>1.0.1-SNAPSHOT</version>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<packaging>pom</packaging>
|
|
<properties>
|
|
<abnl-RTHIT-version>1.0.1-SNAPSHOT</abnl-RTHIT-version>
|
|
<abnl-version>1.0.2-SNAPSHOT</abnl-version>
|
|
</properties>
|
|
|
|
<modules>
|
|
<module>abnl-RTHIT-api-extend</module>
|
|
<module>abnl-RTHIT-service-extend</module>
|
|
<module>abnl-RTHIT-service-start</module>
|
|
</modules>
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.qzing.mes.abnl</groupId>
|
|
<artifactId>abnl-RTHIT-api-extend</artifactId>
|
|
<version>${abnl-RTHIT-version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.qzing.mes.abnl</groupId>
|
|
<artifactId>abnl-RTHIT-service-extend</artifactId>
|
|
<version>${abnl-RTHIT-version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.qzing</groupId>
|
|
<artifactId>ime-abnl-api</artifactId>
|
|
<version>${abnl-version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.qzing</groupId>
|
|
<artifactId>ime-abnl-graphql</artifactId>
|
|
<version>${abnl-version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.qzing</groupId>
|
|
<artifactId>ime-abnl-service</artifactId>
|
|
<version>${abnl-version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
<distributionManagement>
|
|
<repository>
|
|
<id>maven-releases</id>
|
|
<name>maven-releases</name>
|
|
<url>http://192.168.40.11:9090/repository/maven-releases/</url>
|
|
<layout>default</layout>
|
|
</repository>
|
|
<snapshotRepository>
|
|
<id>maven-snapshots</id>
|
|
<name>maven-releases</name>
|
|
<url>http://192.168.40.11:9090/repository/maven-snapshots/</url>
|
|
<layout>default</layout>
|
|
</snapshotRepository>
|
|
</distributionManagement>
|
|
</project> |