33 lines
No EOL
1 KiB
XML
33 lines
No EOL
1 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>
|
|
|
|
<artifactId>classes</artifactId>
|
|
<name>Clearing classes</name>
|
|
<description>Clearing classes module</description>
|
|
<packaging>jar</packaging>
|
|
|
|
<parent>
|
|
<artifactId>clearing-parent</artifactId>
|
|
<groupId>ru.spcex.clearing</groupId>
|
|
<version>SPCEX-3.17.224</version>
|
|
</parent>
|
|
|
|
<properties>
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>ru.spcex.platform</groupId>
|
|
<artifactId>platform-classes-base</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
<finalName>${project.artifactId}-${project.version}</finalName>
|
|
</build>
|
|
</project> |