mirror of
https://github.com/Geniusay/ChopperBot.git
synced 2026-05-22 20:31:46 +08:00
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<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">
|
|
<parent>
|
|
<artifactId>ChopperBot</artifactId>
|
|
<groupId>org.example</groupId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>chopperbot-section-work</artifactId>
|
|
<packaging>jar</packaging>
|
|
|
|
<name>chopperbot-section-work</name>
|
|
<url>http://maven.apache.org</url>
|
|
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>3.8.1</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.akamai.edgegrid</groupId>
|
|
<artifactId>edgegrid-signer-core</artifactId>
|
|
<version>5.0.0</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|