axzo-framework-commons/axzo-common-math/pom.xml
2024-06-25 22:28:27 +08:00

29 lines
915 B
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>
<artifactId>axzo-framework-commons</artifactId>
<groupId>cn.axzo.framework</groupId>
<version>${revision}</version>
</parent>
<artifactId>axzo-common-math</artifactId>
<name>Axzo Common Math</name>
<dependencies>
<!--Compile-->
<dependency>
<groupId>cn.axzo.framework</groupId>
<artifactId>axzo-common-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
</dependency>
</dependencies>
</project>