Bumps [SimplixStorage](https://github.com/JavaFactoryDev/LightningStorage) from 3.1.9 to 3.2.3. - [Release notes](https://github.com/JavaFactoryDev/LightningStorage/releases) - [Commits](https://github.com/JavaFactoryDev/LightningStorage/compare/3.1.9...3.2.3) --- updated-dependencies: - dependency-name: com.github.simplix-softworks:SimplixStorage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
50 lines
1.5 KiB
XML
50 lines
1.5 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">
|
|
<parent>
|
|
<artifactId>parent</artifactId>
|
|
<groupId>com.glyart.authmevelocity</groupId>
|
|
<version>1.1.0</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>proxy</artifactId>
|
|
|
|
<repositories>
|
|
<repository>
|
|
<id>velocity</id>
|
|
<url>https://nexus.velocitypowered.com/repository/maven-public/</url>
|
|
</repository>
|
|
<repository>
|
|
<id>jitpack.io</id>
|
|
<url>https://jitpack.io</url>
|
|
</repository>
|
|
</repositories>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.velocitypowered</groupId>
|
|
<artifactId>velocity-api</artifactId>
|
|
<version>3.0.1</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.simplix-softworks</groupId>
|
|
<artifactId>SimplixStorage</artifactId>
|
|
<version>3.2.3</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
<version>3.2.0</version>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</project>
|