update pom
This commit is contained in:
parent
c42515bf41
commit
20e2769b66
@ -1,68 +1,68 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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"
|
<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">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.akaxin</groupId>
|
<groupId>com.windchat.im</groupId>
|
||||||
<artifactId>openzaly-parent</artifactId>
|
<artifactId>windchat</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>0.0.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.akaxin.site</groupId>
|
<groupId>com.akaxin.site</groupId>
|
||||||
<artifactId>openzaly-admin</artifactId>
|
<artifactId>openzaly-admin</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<version>0.0.1-RELEASE</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>openzaly-admin</name>
|
<name>openzaly-admin</name>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-web</artifactId>
|
<artifactId>spring-boot-starter-web</artifactId>
|
||||||
<exclusions>
|
<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>
|
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-logging</artifactId>
|
<artifactId>spring-boot-starter-logging</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.akaxin.site</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>openzaly-business</artifactId>
|
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<exclusions>
|
||||||
</dependency>
|
<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>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
<version>2.0.2.RELEASE</version>
|
<version>2.0.2.RELEASE</version>
|
||||||
<!-- <configuration>
|
<!-- <configuration>
|
||||||
指定该Main Class为全局的唯一入口
|
指定该Main Class为全局的唯一入口
|
||||||
<mainClass>com.akaxin.admin.OpenzalyAdminApplication</mainClass>
|
<mainClass>com.akaxin.admin.OpenzalyAdminApplication</mainClass>
|
||||||
<layout>ZIP</layout>
|
<layout>ZIP</layout>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>repackage</goal>
|
<goal>repackage</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions> -->
|
</executions> -->
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
</project>
|
</project>
|
@ -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"
|
<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">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.akaxin</groupId>
|
<groupId>com.windchat.im</groupId>
|
||||||
<artifactId>openzaly-parent</artifactId>
|
<artifactId>windchat</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>0.0.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.akaxin.site</groupId>
|
<groupId>com.akaxin.site</groupId>
|
||||||
<artifactId>openzaly-boot</artifactId>
|
<artifactId>windchat-boot</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -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"
|
<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">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.akaxin</groupId>
|
<groupId>com.windchat.im</groupId>
|
||||||
<artifactId>openzaly-parent</artifactId>
|
<artifactId>windchat</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>0.0.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.akaxin.site</groupId>
|
<groupId>com.akaxin.site</groupId>
|
||||||
<artifactId>openzaly-business</artifactId>
|
<artifactId>openzaly-business</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<version>0.0.1-RELEASE</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>1.6</maven.compiler.source>
|
<maven.compiler.source>1.6</maven.compiler.source>
|
||||||
<maven.compiler.target>1.6</maven.compiler.target>
|
<maven.compiler.target>1.6</maven.compiler.target>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.akaxin.common</groupId>
|
<groupId>com.akaxin.common</groupId>
|
||||||
<artifactId>openzaly-common</artifactId>
|
<artifactId>openzaly-common</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<version>0.0.1-RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.akaxin.proto</groupId>
|
<groupId>com.akaxin.proto</groupId>
|
||||||
<artifactId>openzaly-protobuf</artifactId>
|
<artifactId>openzaly-protobuf</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<version>0.0.1-RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.akaxin.site</groupId>
|
<groupId>com.akaxin.site</groupId>
|
||||||
<artifactId>openzaly-storage</artifactId>
|
<artifactId>openzaly-storage</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<version>0.0.1-RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.akaxin.site</groupId>
|
<groupId>com.akaxin.site</groupId>
|
||||||
<artifactId>openzaly-message</artifactId>
|
<artifactId>openzaly-message</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<version>0.0.1-RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
@ -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"
|
<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">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.akaxin</groupId>
|
<groupId>com.windchat.im</groupId>
|
||||||
<artifactId>openzaly-parent</artifactId>
|
<artifactId>windchat</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>0.0.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.akaxin.common</groupId>
|
<groupId>com.akaxin.common</groupId>
|
||||||
<artifactId>openzaly-common</artifactId>
|
<artifactId>openzaly-common</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<version>0.0.1-RELEASE</version>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-codec</groupId>
|
<groupId>commons-codec</groupId>
|
||||||
<artifactId>commons-codec</artifactId>
|
<artifactId>commons-codec</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-lang3</artifactId>
|
<artifactId>commons-lang3</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-collections4</artifactId>
|
<artifactId>commons-collections4</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.akaxin.proto</groupId>
|
<groupId>com.akaxin.proto</groupId>
|
||||||
<artifactId>openzaly-protobuf</artifactId>
|
<artifactId>openzaly-protobuf</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<version>0.0.1-RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bouncycastle</groupId>
|
<groupId>org.bouncycastle</groupId>
|
||||||
<artifactId>bcprov-jdk16</artifactId>
|
<artifactId>bcprov-jdk16</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j -->
|
<!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.belerweb</groupId>
|
<groupId>com.belerweb</groupId>
|
||||||
<artifactId>pinyin4j</artifactId>
|
<artifactId>pinyin4j</artifactId>
|
||||||
<version>2.5.0</version>
|
<version>2.5.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
@ -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"
|
<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">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.akaxin</groupId>
|
<groupId>com.windchat.im</groupId>
|
||||||
<artifactId>openzaly-parent</artifactId>
|
<artifactId>windchat</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>0.0.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.akaxin.site</groupId>
|
<groupId>com.akaxin.site</groupId>
|
||||||
<artifactId>openzaly-connector</artifactId>
|
<artifactId>openzaly-connector</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<version>0.0.1-RELEASE</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>1.6</maven.compiler.source>
|
<maven.compiler.source>1.6</maven.compiler.source>
|
||||||
<maven.compiler.target>1.6</maven.compiler.target>
|
<maven.compiler.target>1.6</maven.compiler.target>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.akaxin.common</groupId>
|
<groupId>com.akaxin.common</groupId>
|
||||||
<artifactId>openzaly-common</artifactId>
|
<artifactId>openzaly-common</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<version>0.0.1-RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.akaxin.site</groupId>
|
<groupId>com.akaxin.site</groupId>
|
||||||
<artifactId>openzaly-message</artifactId>
|
<artifactId>openzaly-message</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<version>0.0.1-RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.akaxin.site</groupId>
|
<groupId>com.akaxin.site</groupId>
|
||||||
<artifactId>openzaly-business</artifactId>
|
<artifactId>openzaly-business</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<version>0.0.1-RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.akaxin.site</groupId>
|
<groupId>com.akaxin.site</groupId>
|
||||||
<artifactId>openzaly-storage</artifactId>
|
<artifactId>openzaly-storage</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<version>0.0.1-RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
@ -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"
|
<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">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.akaxin</groupId>
|
<groupId>com.windchat.im</groupId>
|
||||||
<artifactId>openzaly-parent</artifactId>
|
<artifactId>windchat</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>0.0.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.akaxin.site</groupId>
|
<groupId>com.akaxin.site</groupId>
|
||||||
|
@ -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"
|
<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">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.akaxin</groupId>
|
<groupId>com.windchat.im</groupId>
|
||||||
<artifactId>openzaly-parent</artifactId>
|
<artifactId>windchat</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>0.0.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.akaxin.proto</groupId>
|
<groupId>com.akaxin.proto</groupId>
|
||||||
<artifactId>openzaly-protobuf</artifactId>
|
<artifactId>openzaly-protobuf</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<version>0.0.1-RELEASE</version>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
||||||
<protobuf.version>3.4.0</protobuf.version>
|
|
||||||
|
|
||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
<properties>
|
||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
<protobuf.version>3.4.0</protobuf.version>
|
||||||
|
|
||||||
<dependencies>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
<dependency>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
<groupId>com.google.protobuf</groupId>
|
</properties>
|
||||||
<artifactId>protobuf-java</artifactId>
|
|
||||||
<version>${protobuf.version}</version>
|
<dependencies>
|
||||||
</dependency>
|
<dependency>
|
||||||
</dependencies>
|
<groupId>com.google.protobuf</groupId>
|
||||||
|
<artifactId>protobuf-java</artifactId>
|
||||||
|
<version>${protobuf.version}</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
@ -10,8 +10,8 @@
|
|||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.akaxin</groupId>
|
<groupId>com.windchat.im</groupId>
|
||||||
<artifactId>openzaly-parent</artifactId>
|
<artifactId>windchat</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>0.0.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.akaxin.site</groupId>
|
<groupId>com.akaxin.site</groupId>
|
||||||
|
476
pom.xml
476
pom.xml
@ -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"
|
<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">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.akaxin</groupId>
|
<groupId>com.windchat.im</groupId>
|
||||||
<artifactId>openzaly-parent</artifactId>
|
<artifactId>windchat</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>0.0.1</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
<name>akaxin</name>
|
<name>WindChat</name>
|
||||||
<url>http://www.akaxin.com</url>
|
<url>http://www.windchat.com</url>
|
||||||
</organization>
|
</organization>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>openzaly-boot</module>
|
<module>openzaly-boot</module>
|
||||||
<module>openzaly-connector</module>
|
<module>openzaly-connector</module>
|
||||||
<module>openzaly-business</module>
|
<module>openzaly-business</module>
|
||||||
<module>openzaly-message</module>
|
<module>openzaly-message</module>
|
||||||
<module>openzaly-protobuf</module>
|
<module>openzaly-protobuf</module>
|
||||||
<module>openzaly-storage</module>
|
<module>openzaly-storage</module>
|
||||||
<module>openzaly-common</module>
|
<module>openzaly-common</module>
|
||||||
<module>openzaly-admin</module>
|
<module>openzaly-admin</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<project_build_encoding>UTF-8</project_build_encoding>
|
<project_build_encoding>UTF-8</project_build_encoding>
|
||||||
<netty_version>4.1.24.Final</netty_version>
|
<netty_version>4.1.24.Final</netty_version>
|
||||||
<okhttp_version>2.7.5</okhttp_version>
|
<okhttp_version>2.7.5</okhttp_version>
|
||||||
<springboot_version>2.0.0.RELEASE</springboot_version>
|
<springboot_version>2.0.0.RELEASE</springboot_version>
|
||||||
<gson_version>2.8.2</gson_version>
|
<gson_version>2.8.2</gson_version>
|
||||||
<fastjson_version>1.2.31</fastjson_version>
|
<fastjson_version>1.2.31</fastjson_version>
|
||||||
<slf4j_version>1.7.25</slf4j_version>
|
<slf4j_version>1.7.25</slf4j_version>
|
||||||
<guava_version>23.6-jre</guava_version>
|
<guava_version>23.6-jre</guava_version>
|
||||||
<sqlite.version>3.21.0.1</sqlite.version>
|
<sqlite.version>3.21.0.1</sqlite.version>
|
||||||
<mysql.version>8.0.11</mysql.version>
|
<mysql.version>8.0.11</mysql.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-resources-plugin</artifactId>
|
<artifactId>maven-resources-plugin</artifactId>
|
||||||
<version>3.0.2</version>
|
<version>3.0.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<encoding>UTF-8</encoding>
|
<encoding>UTF-8</encoding>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<version>3.0.2</version>
|
<version>3.0.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<archive>
|
<archive>
|
||||||
<addMavenDescriptor>true</addMavenDescriptor>
|
<addMavenDescriptor>true</addMavenDescriptor>
|
||||||
<index>true</index>
|
<index>true</index>
|
||||||
<manifest>
|
<manifest>
|
||||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||||
</manifest>
|
</manifest>
|
||||||
</archive>
|
</archive>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-deploy-plugin</artifactId>
|
<artifactId>maven-deploy-plugin</artifactId>
|
||||||
<version>2.8.2</version>
|
<version>2.8.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<skip>true</skip>
|
<skip>true</skip>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.7.0</version>
|
<version>3.7.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<fork>true</fork>
|
<fork>true</fork>
|
||||||
<source>1.8</source>
|
<source>1.8</source>
|
||||||
<target>1.8</target>
|
<target>1.8</target>
|
||||||
<encoding>${project_build_encoding}</encoding>
|
<encoding>${project_build_encoding}</encoding>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
<version>3.0.1</version>
|
<version>3.0.1</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>attach-sources</id>
|
<id>attach-sources</id>
|
||||||
<phase>verify</phase>
|
<phase>verify</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>jar</goal>
|
<goal>jar</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-install-plugin</artifactId>
|
<artifactId>maven-install-plugin</artifactId>
|
||||||
<version>2.5.2</version>
|
<version>2.5.2</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<!-- 配置git地址 -->
|
<!-- 配置git地址 -->
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://github.com/akaxincom/openzaly</url>
|
<url>https://github.com/akaxincom/openzaly</url>
|
||||||
<connection>https://github.com/akaxincom/openzaly.git</connection>
|
<connection>https://github.com/akaxincom/openzaly.git</connection>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<!-- Import dependency management from Spring Boot -->
|
<!-- Import dependency management from Spring Boot -->
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-dependencies</artifactId>
|
<artifactId>spring-boot-dependencies</artifactId>
|
||||||
<version>${springboot_version}</version>
|
<version>${springboot_version}</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-all</artifactId>
|
<artifactId>netty-all</artifactId>
|
||||||
<version>${netty_version}</version>
|
<version>${netty_version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.code.gson</groupId>
|
<groupId>com.google.code.gson</groupId>
|
||||||
<artifactId>gson</artifactId>
|
<artifactId>gson</artifactId>
|
||||||
<version>${gson_version}</version>
|
<version>${gson_version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.squareup.okhttp</groupId>
|
<groupId>com.squareup.okhttp</groupId>
|
||||||
<artifactId>okhttp</artifactId>
|
<artifactId>okhttp</artifactId>
|
||||||
<version>${okhttp_version}</version>
|
<version>${okhttp_version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.alibaba</groupId>
|
<groupId>com.alibaba</groupId>
|
||||||
<artifactId>fastjson</artifactId>
|
<artifactId>fastjson</artifactId>
|
||||||
<version>${fastjson_version}</version>
|
<version>${fastjson_version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
<version>${slf4j_version}</version>
|
<version>${slf4j_version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-log4j12</artifactId>
|
<artifactId>slf4j-log4j12</artifactId>
|
||||||
<version>${slf4j_version}</version>
|
<version>${slf4j_version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.guava</groupId>
|
<groupId>com.google.guava</groupId>
|
||||||
<artifactId>guava</artifactId>
|
<artifactId>guava</artifactId>
|
||||||
<version>${guava_version}</version>
|
<version>${guava_version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bouncycastle</groupId>
|
<groupId>org.bouncycastle</groupId>
|
||||||
<artifactId>bcprov-jdk16</artifactId>
|
<artifactId>bcprov-jdk16</artifactId>
|
||||||
<version>1.46</version>
|
<version>1.46</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-codec</groupId>
|
<groupId>commons-codec</groupId>
|
||||||
<artifactId>commons-codec</artifactId>
|
<artifactId>commons-codec</artifactId>
|
||||||
<version>1.10</version>
|
<version>1.10</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-lang3</artifactId>
|
<artifactId>commons-lang3</artifactId>
|
||||||
<version>3.6</version>
|
<version>3.6</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-collections4</artifactId>
|
<artifactId>commons-collections4</artifactId>
|
||||||
<version>4.1</version>
|
<version>4.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- mysql-connector-java -->
|
<!-- mysql-connector-java -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>mysql</groupId>
|
<groupId>mysql</groupId>
|
||||||
<artifactId>mysql-connector-java</artifactId>
|
<artifactId>mysql-connector-java</artifactId>
|
||||||
<version>${mysql.version}</version>
|
<version>${mysql.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.xerial</groupId>
|
<groupId>org.xerial</groupId>
|
||||||
<artifactId>sqlite-jdbc</artifactId>
|
<artifactId>sqlite-jdbc</artifactId>
|
||||||
<version>${sqlite.version}</version>
|
<version>${sqlite.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-all</artifactId>
|
<artifactId>netty-all</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.code.gson</groupId>
|
<groupId>com.google.code.gson</groupId>
|
||||||
<artifactId>gson</artifactId>
|
<artifactId>gson</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-log4j12</artifactId>
|
<artifactId>slf4j-log4j12</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.squareup.okhttp</groupId>
|
<groupId>com.squareup.okhttp</groupId>
|
||||||
<artifactId>okhttp</artifactId>
|
<artifactId>okhttp</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.guava</groupId>
|
<groupId>com.google.guava</groupId>
|
||||||
<artifactId>guava</artifactId>
|
<artifactId>guava</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-codec</groupId>
|
<groupId>commons-codec</groupId>
|
||||||
<artifactId>commons-codec</artifactId>
|
<artifactId>commons-codec</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-lang3</artifactId>
|
<artifactId>commons-lang3</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-collections4</artifactId>
|
<artifactId>commons-collections4</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bouncycastle</groupId>
|
<groupId>org.bouncycastle</groupId>
|
||||||
<artifactId>bcprov-jdk16</artifactId>
|
<artifactId>bcprov-jdk16</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<name>AnGuoYue(SAM)</name>
|
<name>AnGuoYue(SAM)</name>
|
||||||
<id>an.guoyue</id>
|
<id>an.guoyue</id>
|
||||||
<email>an.guoyue@akaxin.xyz</email>
|
<email>an.guoyue@akaxin.xyz</email>
|
||||||
<roles>
|
<roles>
|
||||||
<role>Developer</role>
|
<role>Developer</role>
|
||||||
</roles>
|
</roles>
|
||||||
<timezone>+8</timezone>
|
<timezone>+8</timezone>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue
Block a user