40 lines
1.5 KiB
XML
40 lines
1.5 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">
|
|
<groupId>com.avifo</groupId>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<packaging>pom</packaging>
|
|
<artifactId>module</artifactId>
|
|
<version>stable</version>
|
|
<modules>
|
|
<module>aivfo-mqtt-spring-boot</module>
|
|
<module>aivfo-log-spring-boot</module>
|
|
<module>aivfo-dependencies-spring-boot-module</module>
|
|
<module>aivfo-dfs-client-spring-boot</module>
|
|
<module>aivfo-kafka-spring-boot</module>
|
|
<module>aivfo-web-spring-boot</module>
|
|
<module>aivfo-doc-spring-boot</module>
|
|
</modules>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.aivfo</groupId>
|
|
<artifactId>aivfo-element-base</artifactId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<distributionManagement>
|
|
<repository>
|
|
<id>nexus</id>
|
|
<name>releases</name>
|
|
<url>http://192.168.31.90:8081/repository/maven-releases/</url>
|
|
</repository>
|
|
<snapshotRepository>
|
|
<id>nexus</id>
|
|
<name>snapshots</name>
|
|
<url>http://192.168.31.90:8081/repository/maven-snapshots/</url>
|
|
</snapshotRepository>
|
|
</distributionManagement>
|
|
</project>
|