update pom

This commit is contained in:
SAM2O2O 2019-07-31 00:31:31 +08:00
parent c42515bf41
commit 20e2769b66
9 changed files with 427 additions and 497 deletions

View File

@ -1,68 +1,68 @@
<?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>
<parent>
<groupId>com.akaxin</groupId>
<artifactId>openzaly-parent</artifactId>
<version>0.0.1</version>
</parent>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-admin</artifactId>
<version>0.0.1-RELEASE</version>
<packaging>jar</packaging>
<name>openzaly-admin</name>
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>
<parent>
<groupId>com.windchat.im</groupId>
<artifactId>windchat</artifactId>
<version>0.0.1</version>
</parent>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-admin</artifactId>
<version>0.0.1-RELEASE</version>
<packaging>jar</packaging>
<name>openzaly-admin</name>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
<exclusions>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-business</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-business</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
</dependencies>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.0.2.RELEASE</version>
<!-- <configuration>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.0.2.RELEASE</version>
<!-- <configuration>
指定该Main Class为全局的唯一入口
<mainClass>com.akaxin.admin.OpenzalyAdminApplication</mainClass>
<layout>ZIP</layout>
</configuration>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions> -->
</plugin>
</plugins>
</build>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions> -->
</plugin>
</plugins>
</build>
</project>

View File

@ -1,21 +1,13 @@
<!-- - Copyright 2018-2028 Akaxin Group - - Licensed under the Apache License,
Version 2.0 (the "License"); - you may not use this file except in compliance
with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0
- - Unless required by applicable law or agreed to in writing, software -
distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the
License for the specific language governing permissions and - limitations
under the License. -->
<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>
<parent>
<groupId>com.akaxin</groupId>
<artifactId>openzaly-parent</artifactId>
<groupId>com.windchat.im</groupId>
<artifactId>windchat</artifactId>
<version>0.0.1</version>
</parent>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-boot</artifactId>
<artifactId>windchat-boot</artifactId>
<version>0.0.1-SNAPSHOT</version>
<properties>

View File

@ -1,53 +1,45 @@
<!-- - Copyright 2018-2028 Akaxin Group - - Licensed under the Apache License,
Version 2.0 (the "License"); - you may not use this file except in compliance
with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0
- - Unless required by applicable law or agreed to in writing, software -
distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the
License for the specific language governing permissions and - limitations
under the License. -->
<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>
<parent>
<groupId>com.akaxin</groupId>
<artifactId>openzaly-parent</artifactId>
<version>0.0.1</version>
</parent>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-business</artifactId>
<version>0.0.1-RELEASE</version>
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>
<parent>
<groupId>com.windchat.im</groupId>
<artifactId>windchat</artifactId>
<version>0.0.1</version>
</parent>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-business</artifactId>
<version>0.0.1-RELEASE</version>
<properties>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
</properties>
<properties>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>com.akaxin.common</groupId>
<artifactId>openzaly-common</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
<dependencies>
<dependency>
<groupId>com.akaxin.common</groupId>
<artifactId>openzaly-common</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>com.akaxin.proto</groupId>
<artifactId>openzaly-protobuf</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>com.akaxin.proto</groupId>
<artifactId>openzaly-protobuf</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-storage</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-storage</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-message</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-message</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
</dependencies>
</dependencies>
</project>

View File

@ -1,56 +1,48 @@
<!-- - Copyright 2018-2028 Akaxin Group - - Licensed under the Apache License,
Version 2.0 (the "License"); - you may not use this file except in compliance
with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0
- - Unless required by applicable law or agreed to in writing, software -
distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the
License for the specific language governing permissions and - limitations
under the License. -->
<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>
<parent>
<groupId>com.akaxin</groupId>
<artifactId>openzaly-parent</artifactId>
<version>0.0.1</version>
</parent>
<groupId>com.akaxin.common</groupId>
<artifactId>openzaly-common</artifactId>
<version>0.0.1-RELEASE</version>
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>
<parent>
<groupId>com.windchat.im</groupId>
<artifactId>windchat</artifactId>
<version>0.0.1</version>
</parent>
<groupId>com.akaxin.common</groupId>
<artifactId>openzaly-common</artifactId>
<version>0.0.1-RELEASE</version>
<dependencies>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<dependencies>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</dependency>
<dependency>
<groupId>com.akaxin.proto</groupId>
<artifactId>openzaly-protobuf</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>com.akaxin.proto</groupId>
<artifactId>openzaly-protobuf</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j -->
<dependency>
<groupId>com.belerweb</groupId>
<artifactId>pinyin4j</artifactId>
<version>2.5.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j -->
<dependency>
<groupId>com.belerweb</groupId>
<artifactId>pinyin4j</artifactId>
<version>2.5.0</version>
</dependency>
</dependencies>
</dependencies>
</project>

View File

@ -1,60 +1,45 @@
<!--
- Copyright 2018-2028 Akaxin Group
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-->
<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>
<parent>
<groupId>com.akaxin</groupId>
<artifactId>openzaly-parent</artifactId>
<version>0.0.1</version>
</parent>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-connector</artifactId>
<version>0.0.1-RELEASE</version>
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>
<parent>
<groupId>com.windchat.im</groupId>
<artifactId>windchat</artifactId>
<version>0.0.1</version>
</parent>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-connector</artifactId>
<version>0.0.1-RELEASE</version>
<properties>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
</properties>
<properties>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>com.akaxin.common</groupId>
<artifactId>openzaly-common</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
<dependencies>
<dependency>
<groupId>com.akaxin.common</groupId>
<artifactId>openzaly-common</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-message</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-message</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-business</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-business</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-storage</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>com.akaxin.site</groupId>
<artifactId>openzaly-storage</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
</dependencies>
</dependencies>
</project>

View File

@ -1,17 +1,9 @@
<!-- - Copyright 2018-2028 Akaxin Group - - Licensed under the Apache License,
Version 2.0 (the "License"); - you may not use this file except in compliance
with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0
- - Unless required by applicable law or agreed to in writing, software -
distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the
License for the specific language governing permissions and - limitations
under the License. -->
<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>
<parent>
<groupId>com.akaxin</groupId>
<artifactId>openzaly-parent</artifactId>
<groupId>com.windchat.im</groupId>
<artifactId>windchat</artifactId>
<version>0.0.1</version>
</parent>
<groupId>com.akaxin.site</groupId>

View File

@ -1,44 +1,29 @@
<!--
- Copyright 2018-2028 Akaxin Group
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-->
<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>
<parent>
<groupId>com.akaxin</groupId>
<artifactId>openzaly-parent</artifactId>
<version>0.0.1</version>
</parent>
<groupId>com.akaxin.proto</groupId>
<artifactId>openzaly-protobuf</artifactId>
<version>0.0.1-RELEASE</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<protobuf.version>3.4.0</protobuf.version>
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>
<parent>
<groupId>com.windchat.im</groupId>
<artifactId>windchat</artifactId>
<version>0.0.1</version>
</parent>
<groupId>com.akaxin.proto</groupId>
<artifactId>openzaly-protobuf</artifactId>
<version>0.0.1-RELEASE</version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<protobuf.version>3.4.0</protobuf.version>
<dependencies>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${protobuf.version}</version>
</dependency>
</dependencies>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${protobuf.version}</version>
</dependency>
</dependencies>
</project>

View File

@ -10,8 +10,8 @@
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>
<parent>
<groupId>com.akaxin</groupId>
<artifactId>openzaly-parent</artifactId>
<groupId>com.windchat.im</groupId>
<artifactId>windchat</artifactId>
<version>0.0.1</version>
</parent>
<groupId>com.akaxin.site</groupId>

476
pom.xml
View File

@ -1,253 +1,245 @@
<!-- - Copyright 2018-2028 Akaxin Group - - Licensed under the Apache License,
Version 2.0 (the "License"); - you may not use this file except in compliance
with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0
- - Unless required by applicable law or agreed to in writing, software -
distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the
License for the specific language governing permissions and - limitations
under the License. -->
<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>com.akaxin</groupId>
<artifactId>openzaly-parent</artifactId>
<version>0.0.1</version>
<packaging>pom</packaging>
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>com.windchat.im</groupId>
<artifactId>windchat</artifactId>
<version>0.0.1</version>
<packaging>pom</packaging>
<organization>
<name>akaxin</name>
<url>http://www.akaxin.com</url>
</organization>
<organization>
<name>WindChat</name>
<url>http://www.windchat.com</url>
</organization>
<modules>
<module>openzaly-boot</module>
<module>openzaly-connector</module>
<module>openzaly-business</module>
<module>openzaly-message</module>
<module>openzaly-protobuf</module>
<module>openzaly-storage</module>
<module>openzaly-common</module>
<module>openzaly-admin</module>
</modules>
<modules>
<module>openzaly-boot</module>
<module>openzaly-connector</module>
<module>openzaly-business</module>
<module>openzaly-message</module>
<module>openzaly-protobuf</module>
<module>openzaly-storage</module>
<module>openzaly-common</module>
<module>openzaly-admin</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project_build_encoding>UTF-8</project_build_encoding>
<netty_version>4.1.24.Final</netty_version>
<okhttp_version>2.7.5</okhttp_version>
<springboot_version>2.0.0.RELEASE</springboot_version>
<gson_version>2.8.2</gson_version>
<fastjson_version>1.2.31</fastjson_version>
<slf4j_version>1.7.25</slf4j_version>
<guava_version>23.6-jre</guava_version>
<sqlite.version>3.21.0.1</sqlite.version>
<mysql.version>8.0.11</mysql.version>
</properties>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project_build_encoding>UTF-8</project_build_encoding>
<netty_version>4.1.24.Final</netty_version>
<okhttp_version>2.7.5</okhttp_version>
<springboot_version>2.0.0.RELEASE</springboot_version>
<gson_version>2.8.2</gson_version>
<fastjson_version>1.2.31</fastjson_version>
<slf4j_version>1.7.25</slf4j_version>
<guava_version>23.6-jre</guava_version>
<sqlite.version>3.21.0.1</sqlite.version>
<mysql.version>8.0.11</mysql.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<archive>
<addMavenDescriptor>true</addMavenDescriptor>
<index>true</index>
<manifest>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<fork>true</fork>
<source>1.8</source>
<target>1.8</target>
<encoding>${project_build_encoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
</plugin>
</plugins>
</build>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<archive>
<addMavenDescriptor>true</addMavenDescriptor>
<index>true</index>
<manifest>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<fork>true</fork>
<source>1.8</source>
<target>1.8</target>
<encoding>${project_build_encoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
</plugin>
</plugins>
</build>
<!-- 配置git地址 -->
<scm>
<url>https://github.com/akaxincom/openzaly</url>
<connection>https://github.com/akaxincom/openzaly.git</connection>
</scm>
<!-- 配置git地址 -->
<scm>
<url>https://github.com/akaxincom/openzaly</url>
<connection>https://github.com/akaxincom/openzaly.git</connection>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${springboot_version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty_version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${gson_version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>${okhttp_version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>${fastjson_version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j_version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j_version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava_version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
<version>1.46</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.1</version>
</dependency>
<!-- mysql-connector-java -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.version}</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>${sqlite.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencyManagement>
<dependencies>
<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${springboot_version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty_version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${gson_version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>${okhttp_version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>${fastjson_version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j_version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j_version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava_version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
<version>1.46</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.1</version>
</dependency>
<!-- mysql-connector-java -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.version}</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>${sqlite.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
</dependency>
</dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
</dependency>
</dependencies>
<developers>
<developer>
<name>AnGuoYue(SAM)</name>
<id>an.guoyue</id>
<email>an.guoyue@akaxin.xyz</email>
<roles>
<role>Developer</role>
</roles>
<timezone>+8</timezone>
</developer>
</developers>
<developers>
<developer>
<name>AnGuoYue(SAM)</name>
<id>an.guoyue</id>
<email>an.guoyue@akaxin.xyz</email>
<roles>
<role>Developer</role>
</roles>
<timezone>+8</timezone>
</developer>
</developers>
</project>