mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-08 15:22:43 +08:00
39 lines
1.2 KiB
XML
39 lines
1.2 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">
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<parent>
|
||
|
<groupId>com.jnpf</groupId>
|
||
|
<artifactId>jnpf-datareport-univer</artifactId>
|
||
|
<version>5.2.0-RELEASE</version>
|
||
|
</parent>
|
||
|
|
||
|
<artifactId>jnpf-datareport-univer-entity</artifactId>
|
||
|
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>com.jnpf</groupId>
|
||
|
<artifactId>jnpf-datareport-univer-common${jnpf.datareport.core.jdk.version}</artifactId>
|
||
|
<version>${project.version}</version>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
|
||
|
|
||
|
|
||
|
<profiles>
|
||
|
|
||
|
</profiles>
|
||
|
<!--私服仓库配置-->
|
||
|
<distributionManagement>
|
||
|
<repository>
|
||
|
<id>maven-releases</id>
|
||
|
<url>http://222.184.49.22:19999/repository/maven-releases/</url>
|
||
|
</repository>
|
||
|
<snapshotRepository>
|
||
|
<id>maven-snapshots</id>
|
||
|
<url>http://222.184.49.22:19999/repository/maven-snapshots/</url>
|
||
|
</snapshotRepository>
|
||
|
</distributionManagement>
|
||
|
</project>
|