1 Star 0 Fork 119

houzhanwu/xnx3

forked from 鬼画符/xnx3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 18.99 KB
一键复制 编辑 原始数据 按行查看 历史
鬼画符 提交于 2022-12-01 20:53 . 移除 Log ,将其转移到 xnx3-util
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.xnx3</groupId>
<artifactId>xnx3</artifactId>
<version>2.8</version>
<packaging>jar</packaging>
<name>xnx3</name>
<description>tool develop</description>
<url>https://gitee.com/mail_osc/xnx3</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- 编译时的编码 -->
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<developers>
<developer>
<name>leiming guan</name>
<email>[email protected]</email>
<organization>Sonatype</organization>
<organizationUrl>http://www.guanleiming.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://gitee.com/mail_osc/xnx3.git</connection>
<developerConnection>scm:git:ssh://gitee.com/mail_osc/xnx3.git</developerConnection>
<url>gitee.com/mail_osc/xnx3</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
</plugin>
<!-- Source -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- Javadoc -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<!--指定编码为UTF-8-->
<encoding>UTF-8</encoding>
<aggregate>true</aggregate>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<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>
<dependencies>
<!-- 本地的 -->
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>aliyun-java-sdk-core</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/aliyun-java-sdk-core-2.4.3.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>aliyun-java-sdk-dysmsapi</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/aliyun-java-sdk-dysmsapi-1.0.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>aliyun-java-sdk-green</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/aliyun-java-sdk-green-1.4.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>aliyun-java-sdk-push-3.0.2</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/aliyun-java-sdk-push-3.0.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>aliyun-java-sdk-sms-3.0.0-rc1</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/aliyun-java-sdk-sms-3.0.0-rc1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>aliyun-java-sdk-sts-2.1.6</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/aliyun-java-sdk-sts-2.1.6.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>aliyun-log-0.6.18</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/aliyun-log-0.6.18.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>aliyun-sdk-oss-2.7.0</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/aliyun-sdk-oss-2.7.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>aliyun-sdk-mns-1.1.8</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/aliyun-sdk-mns-1.1.8.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>antlr-3.0.1</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/antlr-3.0.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>antlr-runtime-3.0.1</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/antlr-runtime-3.0.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>commons-beanutils-1.8.0</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/commons-beanutils-1.8.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>commons-codec-1.9</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/commons-codec-1.9.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>commons-collections-3.2.1</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/commons-collections-3.2.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>commons-configuration-1.7</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/commons-configuration-1.7.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>commons-io-1.3.2</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/commons-io-1.3.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>commons-lang-2.5</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/commons-lang-2.5.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>commons-lang3-3.5</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/commons-lang3-3.5.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>commons-logging-1.2</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/commons-logging-1.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>commons-validator-1.4.0</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/commons-validator-1.4.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>dom4j-1.6.1</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/dom4j-1.6.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>ezmorph-1.0.6</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/ezmorph-1.0.6.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>fastdfs</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/fastdfs.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>fastjson-1.2.47</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/fastjson-1.2.47.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>ganymed-ssh2-build210</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/ganymed-ssh2-build210.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>gson-2.6.2</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/gson-2.6.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>hamcrest-core-1.1</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/hamcrest-core-1.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>httpasyncclient-4.1.2</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/httpasyncclient-4.1.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>httpclient-4.5.2</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/httpclient-4.5.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>httpcore-4.4.5</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/httpcore-4.4.5.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>httpcore-nio-4.4.5</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/httpcore-nio-4.4.5.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>httpmime-4.2.1</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/httpmime-4.2.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>jacob</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/jacob.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>jdom-1.1</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/jdom-1.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>jintellitype-1.3.9</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/jintellitype-1.3.9.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>jl1.0.1</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/jl1.0.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>jsch-0.1.53</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/jsch-0.1.53.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>json-lib-2.4-jdk15</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/json-lib-2.4-jdk15.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>jsonjson</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/json.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>log-loghub-producer-0.1.6</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/log-loghub-producer-0.1.6.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>log4j-1.2.16</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/log4j-1.2.16.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>lz4-1.3.0</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/lz4-1.3.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>mail</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/mail.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>mysql-connector-java-5.1.7-bin</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/mysql-connector-java-5.1.7-bin.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>nls-service-sdk</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/nls-service-sdk.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>pingpp-java-2.1.7</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/pingpp-java-2.1.7.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>protobuf-java-2.5.0</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/protobuf-java-2.5.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>Qrcode_swetake</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/Qrcode_swetake.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>substance</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/substance.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>umpush</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/umpush.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>UserAgentUtils-1.20</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/UserAgentUtils-1.20.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>xnx3-dll</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/xnx3-dll.jar</systemPath>
</dependency>
<dependency>
<groupId>com.xnx3.util</groupId>
<artifactId>xnx3-util</artifactId>
<version>1.11</version>
</dependency>
<dependency>
<groupId>com.xnx3</groupId>
<artifactId>xssProtect-0.1</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/xssProtect-0.1.jar</systemPath>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>3.0-alpha-1</version>
</dependency>
<dependency>
<groupId>com.xnx3.wangmarket.wm</groupId>
<artifactId>wm</artifactId>
<version>2.19</version>
</dependency>
<dependency>
<groupId>com.xnx3.swing</groupId>
<artifactId>xnx3-swing</artifactId>
<version>1.1</version>
</dependency>
</dependencies>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/houzhanwu/xnx3.git
[email protected]:houzhanwu/xnx3.git
houzhanwu
xnx3
xnx3
master

搜索帮助