<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    
  <modelVersion>4.0.0</modelVersion>
    
  <groupId>cn.lunadeer</groupId>
    
  <artifactId>MinecraftPluginUtils</artifactId>
    
  <version>2.0.7</version>
    
  <name>MinecraftPluginUtils</name>
    
  <description>lunadeer-minecraft-develop-utils</description>
    
  <url>https://ssl.lunadeer.cn:14446/zhangyuheng/MinecraftPluginUtils</url>
    
  <licenses>
        
    <license>
            
      <name>MIT</name>
            
      <url>https://opensource.org/license/mit</url>
          
    </license>
      
  </licenses>
    
  <developers>
        
    <developer>
            
      <id>zhangyuheng</id>
            
      <name>zhangyuheng</name>
            
      <email>zhangyuheng@lunadeer.cn</email>
          
    </developer>
      
  </developers>
    
  <scm>
        
    <connection>https://ssl.lunadeer.cn:14446/zhangyuheng/MinecraftPluginUtils.git</connection>
        
    <developerConnection>scm:git:ssh://git@ssl.lunadeer.cn:14446/zhangyuheng/MinecraftPluginUtils.git</developerConnection>
        
    <url>https://ssl.lunadeer.cn:14446/zhangyuheng/MinecraftPluginUtils</url>
      
  </scm>
    
  <dependencies>
        
    <dependency>
            
      <groupId>org.postgresql</groupId>
            
      <artifactId>postgresql</artifactId>
            
      <version>42.7.2</version>
            
      <scope>runtime</scope>
          
    </dependency>
        
    <dependency>
            
      <groupId>mysql</groupId>
            
      <artifactId>mysql-connector-java</artifactId>
            
      <version>8.0.33</version>
            
      <scope>runtime</scope>
          
    </dependency>
        
    <dependency>
            
      <groupId>com.alibaba</groupId>
            
      <artifactId>fastjson</artifactId>
            
      <version>2.0.31</version>
            
      <scope>runtime</scope>
          
    </dependency>
        
    <dependency>
            
      <groupId>net.kyori</groupId>
            
      <artifactId>adventure-platform-bukkit</artifactId>
            
      <version>4.3.3</version>
            
      <scope>runtime</scope>
          
    </dependency>
      
  </dependencies>
  
</project>
