|
|
@@ -1,39 +0,0 @@
|
|
|
-<?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>cn.reghao.oss</groupId>
|
|
|
- <artifactId>oss-common</artifactId>
|
|
|
- <version>1.0.0-SNAPSHOT</version>
|
|
|
-
|
|
|
- <properties>
|
|
|
- <maven.compiler.source>11</maven.compiler.source>
|
|
|
- <maven.compiler.target>11</maven.compiler.target>
|
|
|
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
- </properties>
|
|
|
-
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>org.projectlombok</groupId>
|
|
|
- <artifactId>lombok</artifactId>
|
|
|
- <version>1.18.6</version>
|
|
|
- <optional>true</optional>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>javax.validation</groupId>
|
|
|
- <artifactId>validation-api</artifactId>
|
|
|
- <version>2.0.1.Final</version>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
-
|
|
|
- <distributionManagement>
|
|
|
- <repository>
|
|
|
- <id>maven-local-hosted</id>
|
|
|
- <url>http://nexus.reghao.cn/repository/maven-local-hosted/</url>
|
|
|
- </repository>
|
|
|
- </distributionManagement>
|
|
|
-</project>
|