com.github.jspxnet:jspx-framework
Advanced tools
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
@@ -128,2 +128,6 @@ <?xml version="1.0" encoding="UTF-8"?> | ||
| <logger name="org.apache.rocketmq" level="ERROR" /> | ||
| <logger name="org.apache" level="ERROR" /> | ||
| <logger name="org.apache.http.wire" level="ERROR" /> | ||
| <logger name="org.apache.http.headers" level="ERROR" /> | ||
| <logger name="RocketmqClient" additivity="false"> | ||
@@ -133,4 +137,5 @@ <level value="ERROR" /> | ||
| </logger> | ||
| <!-- root级别 DEBUG --> | ||
| <root level="${debug=='true'?'DEBUG':'INFO'}"> | ||
| <root level="${debug=='true'?'DEBUG':'WARN'}"> | ||
| <!-- 控制台输出 --> | ||
@@ -137,0 +142,0 @@ <#if where="debug=='true'"> |
@@ -142,3 +142,4 @@ <?xml version="1.0" encoding="UTF-8"?> | ||
| <logger name="RocketmqClient" value="ERROR" /> | ||
| <logger name="org.apache.http.wire" level="WARN" /> | ||
| </Loggers> | ||
| </Configuration> |
| artifactId=jspx-framework | ||
| groupId=com.github.jspxnet | ||
| version=6.75 | ||
| version=6.76 |
@@ -8,4 +8,4 @@ <?xml version="1.0" encoding="UTF-8"?> | ||
| <artifactId>jspx-framework</artifactId> | ||
| <version>6.75</version> | ||
| <description>jspx framework</description> | ||
| <version>6.76</version> | ||
| <description>jspx cloud framework</description> | ||
| <properties> | ||
@@ -17,17 +17,22 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
| <maven.compiler.target>1.8</maven.compiler.target> | ||
| <maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion> | ||
| <compilerVersion>1.8</compilerVersion> | ||
| <maven.test.skip>true</maven.test.skip> | ||
| <github.global.server>github</github.global.server> | ||
| <tomcat.version>9.0.78</tomcat.version> | ||
| <jackson.version>2.15.2</jackson.version> | ||
| <redisson.version>3.23.2</redisson.version> | ||
| <log4j2.version>2.20.0</log4j2.version> | ||
| <poi.version>5.2.3</poi.version> | ||
| <jxls.version>2.12.0</jxls.version> | ||
| <spring.version>5.3.26</spring.version> | ||
| <logback.version>1.3.8</logback.version> | ||
| <tomcat.version>9.0.89</tomcat.version> | ||
| <jackson.version>2.17.1</jackson.version> | ||
| <redisson.version>3.31.0</redisson.version> | ||
| <log4j2.version>2.22.1</log4j2.version> | ||
| <poi.version>5.2.5</poi.version> | ||
| <jxls.version>2.13.0</jxls.version> | ||
| <logback.version>1.3.14</logback.version> | ||
| <slf4j.version>2.0.7</slf4j.version> | ||
| <imageio.version>3.9.4</imageio.version> | ||
| <imageio.version>3.11.0</imageio.version> | ||
| <bouncycastle.version>1.76</bouncycastle.version> | ||
| <!-- | ||
| 查看依赖树:mvn dependency:tree | ||
| 分析依赖树:mvn dependency:analyze | ||
| $JAVA_PATH/jre/lib/security/java.security文件。 | ||
| securerandom.source=file:/dev/./urandom | ||
| --> | ||
@@ -79,5 +84,6 @@ </properties> | ||
| <artifactId>lombok</artifactId> | ||
| <version>1.18.28</version> | ||
| <version>1.18.32</version> | ||
| <scope>compile</scope> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 --> | ||
| <dependency> | ||
@@ -133,14 +139,2 @@ <groupId>org.apache.tomcat</groupId> | ||
| </dependency> | ||
| <!-- <dependency> | ||
| <groupId>org.apache.rocketmq</groupId> | ||
| <artifactId>rocketmq-client</artifactId> | ||
| <version>[5.1.0,)</version> | ||
| <scope>compile</scope> | ||
| <exclusions> | ||
| <exclusion> | ||
| <groupId>ch.qos.logback</groupId> | ||
| <artifactId>logback-classic</artifactId> | ||
| </exclusion> | ||
| </exclusions> | ||
| </dependency>--> | ||
| <dependency> | ||
@@ -151,3 +145,2 @@ <groupId>com.belerweb</groupId> | ||
| </dependency> | ||
| <dependency> | ||
@@ -171,14 +164,17 @@ <groupId>org.redisson</groupId> | ||
| <artifactId>snakeyaml</artifactId> | ||
| <version>2.0</version> | ||
| <version>2.2</version> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/commons-httpclient/commons-httpclient --> | ||
| <!-- https://mvnrepository.com/artifact/com.itextpdf/itextpdf --> | ||
| <dependency> | ||
| <groupId>commons-httpclient</groupId> | ||
| <artifactId>commons-httpclient</artifactId> | ||
| <version>3.1</version> | ||
| <groupId>com.itextpdf</groupId> | ||
| <artifactId>itextpdf</artifactId> | ||
| <version>5.5.13.3</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>com.itextpdf</groupId> | ||
| <artifactId>itext-asian</artifactId> | ||
| <version>5.2.0</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>com.caucho</groupId> | ||
@@ -219,8 +215,9 @@ <artifactId>quercus</artifactId> | ||
| <artifactId>commons-jexl3</artifactId> | ||
| <version>3.3</version> | ||
| <version>3.4.0</version> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-compress --> | ||
| <dependency> | ||
| <groupId>org.apache.commons</groupId> | ||
| <artifactId>commons-compress</artifactId> | ||
| <version>1.23.0</version> | ||
| <version>1.26.2</version> | ||
| </dependency> | ||
@@ -232,28 +229,39 @@ <dependency> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on --> | ||
| <dependency> | ||
| <groupId>org.bouncycastle</groupId> | ||
| <artifactId>bcprov-jdk15on</artifactId> | ||
| <version>1.70</version> | ||
| <artifactId>bcprov-jdk18on</artifactId> | ||
| <version>${bouncycastle.version}</version> | ||
| <scope>compile</scope> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpg-jdk18on --> | ||
| <dependency> | ||
| <groupId>org.bouncycastle</groupId> | ||
| <artifactId>bcpg-jdk15on</artifactId> | ||
| <version>1.70</version> | ||
| <scope>compile</scope> | ||
| <artifactId>bcpg-jdk18on</artifactId> | ||
| <version>${bouncycastle.version}</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcmail-jdk18on --> | ||
| <dependency> | ||
| <groupId>org.bouncycastle</groupId> | ||
| <artifactId>bcmail-jdk15on</artifactId> | ||
| <version>1.70</version> | ||
| <artifactId>bcmail-jdk18on</artifactId> | ||
| <version>${bouncycastle.version}</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/org.xhtmlrenderer/flying-saucer-pdf-itext5 --> | ||
| <dependency> | ||
| <groupId>org.xhtmlrenderer</groupId> | ||
| <artifactId>flying-saucer-pdf-itext5</artifactId> | ||
| <version>9.4.1</version> | ||
| </dependency> | ||
| <!-- | ||
| <dependency> | ||
| <groupId>org.xhtmlrenderer</groupId> | ||
| <artifactId>core-renderer</artifactId> | ||
| <version>R8</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
| </dependency>--> | ||
| <!-- https://mvnrepository.com/artifact/com.rometools/rome-fetcher --> | ||
| <!-- | ||
| <dependency> | ||
@@ -264,6 +272,8 @@ <groupId>com.rometools</groupId> | ||
| </dependency> | ||
| --> | ||
| <dependency> | ||
| <groupId>com.ctrip.framework.apollo</groupId> | ||
| <artifactId>apollo-client</artifactId> | ||
| <version>2.1.0</version> | ||
| <version>2.2.0</version> | ||
| <exclusions> | ||
@@ -292,3 +302,3 @@ <exclusion> | ||
| <artifactId>commons-net</artifactId> | ||
| <version>3.9.0</version> | ||
| <version>3.11.0</version> | ||
| </dependency> | ||
@@ -316,3 +326,3 @@ <!-- 华为 --> | ||
| <artifactId>fastjson</artifactId> | ||
| <version>2.0.35</version> | ||
| <version>2.0.51</version> | ||
| </dependency> | ||
@@ -322,3 +332,3 @@ <dependency> | ||
| <artifactId>aliyun-sdk-oss</artifactId> | ||
| <version>3.17.0</version> | ||
| <version>3.17.1</version> | ||
| </dependency> | ||
@@ -334,3 +344,2 @@ <dependency> | ||
| <version>${jxls.version}</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
@@ -341,3 +350,2 @@ <dependency> | ||
| <version>${jxls.version}</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
@@ -368,18 +376,16 @@ <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-excelant --> | ||
| <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-scratchpad --> | ||
| <dependency> | ||
| <groupId>com.itextpdf</groupId> | ||
| <artifactId>itextpdf</artifactId> | ||
| <version>5.5.13.3</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.apache.poi</groupId> | ||
| <artifactId>poi-scratchpad</artifactId> | ||
| <version>5.2.2</version> | ||
| <scope>provided</scope> | ||
| <version>${poi.version}</version> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox --> | ||
| <dependency> | ||
| <groupId>org.apache.pdfbox</groupId> | ||
| <artifactId>pdfbox</artifactId> | ||
| <version>2.0.29</version> | ||
| <version>3.0.2</version> | ||
| </dependency> | ||
| <dependency> | ||
@@ -418,3 +424,3 @@ <groupId>com.twelvemonkeys.imageio</groupId> | ||
| <artifactId>rhino</artifactId> | ||
| <version>1.7.14</version> | ||
| <version>1.7.15</version> | ||
| </dependency> | ||
@@ -441,11 +447,10 @@ <dependency> | ||
| <artifactId>svnkit</artifactId> | ||
| <version>1.10.6</version> | ||
| <version>1.10.11</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit --> | ||
| <dependency> | ||
| <dependency> | ||
| <groupId>org.eclipse.jgit</groupId> | ||
| <artifactId>org.eclipse.jgit</artifactId> | ||
| <version>5.9.0.202009080501-r</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
@@ -456,3 +461,3 @@ <!--测试基础支持begin --> | ||
| <artifactId>postgresql</artifactId> | ||
| <version>42.5.1</version> | ||
| <version>42.7.3</version> | ||
| <scope>provided</scope> | ||
@@ -463,3 +468,4 @@ </dependency> | ||
| <artifactId>mysql-connector-j</artifactId> | ||
| <version>8.1.0</version> | ||
| <version>8.3.0</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
@@ -469,11 +475,11 @@ <dependency> | ||
| <artifactId>sqlite-jdbc</artifactId> | ||
| <version>3.42.0.0</version> | ||
| <version>3.46.0.0</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
| <!-- <dependency> | ||
| <groupId>net.sourceforge.jtds</groupId> | ||
| <artifactId>jtds</artifactId> | ||
| <version>1.3.1</version> | ||
| <scope>provided</scope> | ||
| </dependency>--> | ||
| <!-- <dependency> | ||
| <groupId>net.sourceforge.jtds</groupId> | ||
| <artifactId>jtds</artifactId> | ||
| <version>1.3.1</version> | ||
| <scope>provided</scope> | ||
| </dependency>--> | ||
| <dependency> | ||
@@ -487,10 +493,10 @@ <groupId>com.google.protobuf</groupId> | ||
| <artifactId>gson</artifactId> | ||
| <version>2.10.1</version> | ||
| <version>2.11.0</version> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/xerces/xercesImpl --> | ||
| <!-- <dependency> | ||
| <groupId>xerces</groupId> | ||
| <artifactId>xercesImpl</artifactId> | ||
| <version>2.12.2</version> | ||
| </dependency>--> | ||
| <!-- <dependency> | ||
| <groupId>xerces</groupId> | ||
| <artifactId>xercesImpl</artifactId> | ||
| <version>2.12.2</version> | ||
| </dependency>--> | ||
| <!-- https://mvnrepository.com/artifact/io.netty/netty-all --> | ||
@@ -500,3 +506,3 @@ <dependency> | ||
| <artifactId>netty-all</artifactId> | ||
| <version>4.1.96.Final</version> | ||
| <version>4.1.110.Final</version> | ||
| </dependency> | ||
@@ -524,3 +530,3 @@ <!-- https://mvnrepository.com/artifact/commons-io/commons-io --> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/org.redisson/redisson-tomcat-9 --> | ||
| <!-- https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload --> | ||
| <dependency> | ||
@@ -548,21 +554,21 @@ <groupId>commons-fileupload</groupId> | ||
| <artifactId>maven-compiler-plugin</artifactId> | ||
| <version>3.11.0</version> | ||
| <version>3.12.1</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
| <!-- <dependency> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-project-info-reports-plugin</artifactId> | ||
| <version>3.4.1</version> | ||
| <scope>provided</scope> | ||
| </dependency>--> | ||
| <!-- <dependency> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-checkstyle-plugin</artifactId> | ||
| <version>3.2.0</version> | ||
| <scope>provided</scope> | ||
| </dependency>--> | ||
| <!-- <dependency> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-project-info-reports-plugin</artifactId> | ||
| <version>3.4.1</version> | ||
| <scope>provided</scope> | ||
| </dependency>--> | ||
| <!-- <dependency> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-checkstyle-plugin</artifactId> | ||
| <version>3.2.0</version> | ||
| <scope>provided</scope> | ||
| </dependency>--> | ||
| <dependency> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-jxr-plugin</artifactId> | ||
| <version>3.2.0</version> | ||
| <version>3.3.2</version> | ||
| <scope>provided</scope> | ||
@@ -582,3 +588,3 @@ </dependency> | ||
| </dependency> | ||
| <dependency> | ||
| <dependency> | ||
| <groupId>org.apache.logging.log4j</groupId> | ||
@@ -597,3 +603,3 @@ <artifactId>log4j-api</artifactId> | ||
| <version>${logback.version}</version> | ||
| <exclusions> | ||
| <exclusions> | ||
| <exclusion> | ||
@@ -611,4 +617,2 @@ <groupId>*</groupId> | ||
| </dependency> | ||
| <dependency> | ||
@@ -645,31 +649,2 @@ <groupId>org.slf4j</groupId> | ||
| <dependency> | ||
| <groupId>org.apache.httpcomponents</groupId> | ||
| <artifactId>httpcore</artifactId> | ||
| <version>4.4.16</version> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient --> | ||
| <dependency> | ||
| <groupId>org.apache.httpcomponents</groupId> | ||
| <artifactId>httpclient</artifactId> | ||
| <version>4.5.14</version> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpmime --> | ||
| <dependency> | ||
| <groupId>org.apache.httpcomponents</groupId> | ||
| <artifactId>httpmime</artifactId> | ||
| <version>4.5.14</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.springframework</groupId> | ||
| <artifactId>spring-web</artifactId> | ||
| <version>${spring.version}</version> | ||
| <scope>provided</scope> | ||
| <exclusions> | ||
| <exclusion> | ||
| <groupId>*</groupId> | ||
| <artifactId>*</artifactId> | ||
| </exclusion> | ||
| </exclusions> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>com.github.spotbugs</groupId> | ||
@@ -680,21 +655,4 @@ <artifactId>spotbugs-annotations</artifactId> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.springframework</groupId> | ||
| <artifactId>spring-tx</artifactId> | ||
| <version>${spring.version}</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.springframework</groupId> | ||
| <artifactId>spring-context</artifactId> | ||
| <version>${spring.version}</version> | ||
| <scope>provided</scope> | ||
| <exclusions> | ||
| <exclusion> | ||
| <groupId>*</groupId> | ||
| <artifactId>*</artifactId> | ||
| </exclusion> | ||
| </exclusions> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.aspectj</groupId> | ||
@@ -705,23 +663,8 @@ <artifactId>aspectjweaver</artifactId> | ||
| </dependency> | ||
| <!-- | ||
| fastdfs 客户端 | ||
| git clone https://github.com/happyfish100/fastdfs-client-java.git | ||
| mvn clean install | ||
| mvn install:install-file -DgroupId=org.csource -DartifactId=fastdfs-client-java -Dversion=1.29-SNAPSHOT -Dpackaging=jar -Dfile=fastdfs-client-java-1.29-SNAPSHOT.jar | ||
| --> | ||
| <dependency> | ||
| <groupId>org.apache.httpcomponents.client5</groupId> | ||
| <artifactId>httpclient5</artifactId> | ||
| <version>5.3.1</version> | ||
| </dependency> | ||
| <!-- <dependency> | ||
| <groupId>org.csource</groupId> | ||
| <artifactId>fastdfs-client-java</artifactId> | ||
| <version>1.29-SNAPSHOT</version> | ||
| <scope>provided</scope> | ||
| <exclusions> | ||
| <exclusion> | ||
| <groupId>org.slf4j</groupId> | ||
| <artifactId>slf4j-api</artifactId> | ||
| </exclusion> | ||
| </exclusions> | ||
| </dependency>--> | ||
| </dependencies> | ||
@@ -759,5 +702,30 @@ | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-site-plugin</artifactId> | ||
| <version>3.12.1</version> | ||
| <configuration> | ||
| <locales>zh_CN</locales> | ||
| </configuration> | ||
| </plugin> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-enforcer-plugin</artifactId> | ||
| <version>3.5.0</version> | ||
| </plugin> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-war-plugin</artifactId> | ||
| <version>3.4.0</version> | ||
| <configuration> | ||
| <webResources> | ||
| <resource> | ||
| <directory>resource2</directory> | ||
| </resource> | ||
| </webResources> | ||
| </configuration> | ||
| </plugin> | ||
| <plugin> | ||
| <groupId>org.codehaus.mojo</groupId> | ||
| <artifactId>versions-maven-plugin</artifactId> | ||
| <version>2.14.2</version> | ||
| <version>2.16.2</version> | ||
| <configuration> | ||
@@ -767,7 +735,6 @@ <generateBackupPoms>false</generateBackupPoms> | ||
| </plugin> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-clean-plugin</artifactId> | ||
| <version>3.1.0</version> | ||
| <version>3.3.2</version> | ||
| <executions> | ||
@@ -784,3 +751,3 @@ <execution> | ||
| <artifactId>nexus-staging-maven-plugin</artifactId> | ||
| <version>1.6.7</version> | ||
| <version>1.6.14</version> | ||
| <extensions>true</extensions> | ||
@@ -799,3 +766,3 @@ <configuration> | ||
| <artifactId>maven-release-plugin</artifactId> | ||
| <version>2.5</version> | ||
| <version>3.0.1</version> | ||
| <configuration> | ||
@@ -812,4 +779,5 @@ <arguments>-Psonatype-oss-release</arguments> | ||
| <artifactId>maven-compiler-plugin</artifactId> | ||
| <version>3.11.0</version> | ||
| <version>3.13.0</version> | ||
| <configuration> | ||
| <compilerVersion>1.8</compilerVersion> | ||
| <encoding>UTF-8</encoding> | ||
@@ -831,3 +799,3 @@ <source>1.8</source> | ||
| <artifactId>maven-javadoc-plugin</artifactId> | ||
| <version>3.3.0</version> | ||
| <version>3.6.3</version> | ||
| <configuration> | ||
@@ -888,3 +856,3 @@ <encoding>UTF-8</encoding> | ||
| <artifactId>maven-jar-plugin</artifactId> | ||
| <version>3.2.0</version> | ||
| <version>3.3.0</version> | ||
| <executions> | ||
@@ -947,3 +915,3 @@ <execution> | ||
| <artifactId>maven-deploy-plugin</artifactId> | ||
| <version>2.8.2</version> | ||
| <version>3.1.1</version> | ||
| <!-- | ||
@@ -966,3 +934,3 @@ mvn clean deploy -P sonatype-oss-release | ||
| <artifactId>maven-scm-plugin</artifactId> | ||
| <version>1.8.1</version> | ||
| <version>2.0.1</version> | ||
| </plugin> | ||
@@ -991,12 +959,7 @@ | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-checkstyle-plugin</artifactId> | ||
| <version>3.2.0</version> | ||
| <artifactId>maven-surefire-report-plugin</artifactId> | ||
| <version>3.1.2</version> | ||
| </plugin> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-jxr-plugin</artifactId> | ||
| <version>3.2.0</version> | ||
| </plugin> | ||
| </plugins> | ||
| </reporting> | ||
| </project> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet