|
@@ -3,213 +3,69 @@
|
|
|
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.ssssssss</groupId>
|
|
|
+ <parent>
|
|
|
+ <groupId>org.ssssssss</groupId>
|
|
|
+ <artifactId>magic-api-parent</artifactId>
|
|
|
+ <version>1.1.3</version>
|
|
|
+ </parent>
|
|
|
<artifactId>magic-api</artifactId>
|
|
|
- <version>1.1.3</version>
|
|
|
<packaging>jar</packaging>
|
|
|
<name>magic-api</name>
|
|
|
<description>auto generate http api</description>
|
|
|
- <url>https://ssssssss.org/</url>
|
|
|
- <inceptionYear>2020</inceptionYear>
|
|
|
- <licenses>
|
|
|
- <license>
|
|
|
- <name>The MIT License (MIT)</name>
|
|
|
- <url>https://github.com/ssssssss-team/magic-api/blob/master/LICENSE</url>
|
|
|
- </license>
|
|
|
- </licenses>
|
|
|
- <developers>
|
|
|
- <developer>
|
|
|
- <name>jmxd</name>
|
|
|
- <email>838425805@qq.com</email>
|
|
|
- </developer>
|
|
|
- </developers>
|
|
|
- <scm>
|
|
|
- <url>https://gitee.com/ssssssss-team/magic-api</url>
|
|
|
- <connection>scm:git:https://gitee.com/ssssssss-team/magic-api.git</connection>
|
|
|
- <developerConnection>scm:git:https://gitee.com/ssssssss-team/magic-api.git</developerConnection>
|
|
|
- </scm>
|
|
|
- <properties>
|
|
|
- <spring-boot.version>2.4.5</spring-boot.version>
|
|
|
- <magic-script.version>1.4.5</magic-script.version>
|
|
|
- <commons-compress.version>1.20</commons-compress.version>
|
|
|
- <commons-io.version>2.7</commons-io.version>
|
|
|
- <commons-text.version>1.6</commons-text.version>
|
|
|
- <commons-beanutils.version>1.9.4</commons-beanutils.version>
|
|
|
- <spring-boot-starter-log4j.version>1.3.8.RELEASE</spring-boot-starter-log4j.version>
|
|
|
- <java.version>1.8</java.version>
|
|
|
- <maven.compiler.source>1.8</maven.compiler.source>
|
|
|
- <maven.compiler.target>1.8</maven.compiler.target>
|
|
|
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
- </properties>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>org.ssssssss</groupId>
|
|
|
<artifactId>magic-script</artifactId>
|
|
|
- <version>${magic-script.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.commons</groupId>
|
|
|
- <artifactId>commons-text</artifactId>
|
|
|
- <version>${commons-text.version}</version>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-log4j2</artifactId>
|
|
|
+ <artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-log4j</artifactId>
|
|
|
- <version>${spring-boot-starter-log4j.version}</version>
|
|
|
+ <artifactId>spring-boot-starter-data-mongodb</artifactId>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
+ <artifactId>spring-boot-starter-web</artifactId>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-data-mongodb</artifactId>
|
|
|
- <scope>provided</scope>
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
+ <artifactId>spring-jdbc</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>commons-beanutils</groupId>
|
|
|
- <artifactId>commons-beanutils</artifactId>
|
|
|
- <version>${commons-beanutils.version}</version>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-log4j</artifactId>
|
|
|
+ <scope>provided</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
+ <artifactId>spring-boot-starter-log4j2</artifactId>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-jdbc</artifactId>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>commons-text</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>commons-beanutils</groupId>
|
|
|
+ <artifactId>commons-beanutils</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-io</groupId>
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
- <version>${commons-io.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-compress</artifactId>
|
|
|
- <version>${commons-compress.version}</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
- <dependencyManagement>
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-dependencies</artifactId>
|
|
|
- <version>${spring-boot.version}</version>
|
|
|
- <type>pom</type>
|
|
|
- <scope>import</scope>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
- </dependencyManagement>
|
|
|
- <build>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <artifactId>maven-jar-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <archive>
|
|
|
- <manifest>
|
|
|
- <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
|
|
- </manifest>
|
|
|
- </archive>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </build>
|
|
|
- <profiles>
|
|
|
- <profile>
|
|
|
- <id>release</id>
|
|
|
- <build>
|
|
|
- <plugins>
|
|
|
- <!--Compiler-->
|
|
|
- <plugin>
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <source>1.8</source>
|
|
|
- <target>1.8</target>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- <!-- Source -->
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-source-plugin</artifactId>
|
|
|
- <version>2.2.1</version>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <phase>package</phase>
|
|
|
- <goals>
|
|
|
- <goal>jar-no-fork</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <artifactId>maven-jar-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <archive>
|
|
|
- <manifest>
|
|
|
- <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
|
|
- </manifest>
|
|
|
- </archive>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- <!-- Java Doc -->
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-javadoc-plugin</artifactId>
|
|
|
- <version>3.0.0</version>
|
|
|
- <configuration>
|
|
|
- <additionalOptions>
|
|
|
- <additionalOption>-Xdoclint:none</additionalOption>
|
|
|
- </additionalOptions>
|
|
|
- </configuration>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <phase>package</phase>
|
|
|
- <goals>
|
|
|
- <goal>jar</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
- <!-- GPG -->
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-gpg-plugin</artifactId>
|
|
|
- <version>1.5</version>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <phase>verify</phase>
|
|
|
- <goals>
|
|
|
- <goal>sign</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </build>
|
|
|
- <distributionManagement>
|
|
|
- <snapshotRepository>
|
|
|
- <id>oss</id>
|
|
|
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
- </snapshotRepository>
|
|
|
- <repository>
|
|
|
- <id>oss</id>
|
|
|
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
|
|
|
- </repository>
|
|
|
- </distributionManagement>
|
|
|
- </profile>
|
|
|
- </profiles>
|
|
|
</project>
|