55 lines
1.6 KiB
XML
55 lines
1.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">
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<groupId>jmaa</groupId>
|
||
|
<artifactId>pbc-vanity-address</artifactId>
|
||
|
<packaging>jar</packaging>
|
||
|
<version>4.0.0</version>
|
||
|
|
||
|
<licenses>
|
||
|
<license>
|
||
|
<name>AGPL-3.0-or-later</name>
|
||
|
<url>https://www.gnu.org/licenses/agpl.txt</url>
|
||
|
<distribution>repo</distribution>
|
||
|
</license>
|
||
|
</licenses>
|
||
|
|
||
|
<repositories>
|
||
|
<repository>
|
||
|
<id>gitlab-partisiablockchain</id>
|
||
|
<url>https://gitlab.com/api/v4/groups/12499775/-/packages/maven/</url>
|
||
|
</repository>
|
||
|
</repositories>
|
||
|
|
||
|
<parent>
|
||
|
<groupId>com.partisiablockchain</groupId>
|
||
|
<artifactId>pom</artifactId>
|
||
|
<version>4.57.0</version>
|
||
|
</parent>
|
||
|
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>com.secata.tools</groupId>
|
||
|
<artifactId>coverage</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.partisiablockchain.core</groupId>
|
||
|
<artifactId>blockchain</artifactId>
|
||
|
<version>4.74.0</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>ch.qos.logback</groupId>
|
||
|
<artifactId>logback-classic</artifactId>
|
||
|
<version>1.4.12</version>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
|
||
|
<properties>
|
||
|
<maven.compiler.source>17</maven.compiler.source>
|
||
|
<maven.compiler.target>17</maven.compiler.target>
|
||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||
|
</properties>
|
||
|
</project>
|