mirror of
https://github.com/frankwxu/Ubalt.git
synced 2026-02-21 11:17:56 +00:00
23 lines
818 B
XML
23 lines
818 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>
|
|
|
|
<groupId>org.example</groupId>
|
|
<artifactId>APT_FSM</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>commons-io</groupId>
|
|
<artifactId>commons-io</artifactId>
|
|
<version>2.6</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.squirrelframework</groupId>
|
|
<artifactId>squirrel-foundation</artifactId>
|
|
<version>0.3.8</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |