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
| <?xml version="1.0" encoding="UTF-8" ?> | ||
| <configuration scan="true" scanPeriod="120 seconds" debug="${debug}" > | ||
| <property name="SAX_FEATURE" value="http://xml.org/sax/features/external-general-entities"/> | ||
| <property name="DISABLE_EXTERNAL_ENTITIES" value="false"/> | ||
| <!-- 其他配置 --> | ||
| <!-- 定义日志文件 输入位置 --> | ||
@@ -4,0 +7,0 @@ <property name="logPath" value="${logPath}" /> |
| artifactId=jspx-framework | ||
| groupId=com.github.jspxnet | ||
| version=6.82 | ||
| version=6.83 |
@@ -8,3 +8,3 @@ <?xml version="1.0" encoding="UTF-8"?> | ||
| <artifactId>jspx-framework</artifactId> | ||
| <version>6.82</version> | ||
| <version>6.83</version> | ||
| <description>jspx-framework</description> | ||
@@ -20,5 +20,5 @@ <name>com.github.jspxnet:jspx-framework</name> | ||
| <github.global.server>github</github.global.server> | ||
| <tomcat.version>[9.0.109,9.1.0)</tomcat.version> | ||
| <tomcat.version>9.0.111</tomcat.version> | ||
| <jackson.version>2.18.3</jackson.version> | ||
| <redisson.version>3.51.0</redisson.version> | ||
| <redisson.version>3.52.0</redisson.version> | ||
| <log4j2.version>2.24.3</log4j2.version> | ||
@@ -28,10 +28,10 @@ <poi.version>5.3.0</poi.version> | ||
| <!--1.8只能这个版本--> | ||
| <logback.version>1.3.15</logback.version> | ||
| <logback.version>1.3.16</logback.version> | ||
| <slf4j.version>2.0.17</slf4j.version> | ||
| <imageio.version>3.12.0</imageio.version> | ||
| <bouncycastle.version>1.80</bouncycastle.version> | ||
| <bouncycastle.version>1.83</bouncycastle.version> | ||
| <sshd.version>2.13.2</sshd.version> | ||
| <oracle.version>19.18.0.0</oracle.version> | ||
| <maven.plugin.validation>VERBOSE</maven.plugin.validation> | ||
| <maven.test.skip>true</maven.test.skip> | ||
| <!-- | ||
@@ -126,2 +126,3 @@ 查看依赖树:mvn dependency:tree | ||
| </gpgArguments> | ||
| <keyname>31F8AA0673A9B96B6A84E1D2F39ED15E95EEE351</keyname> | ||
| </configuration> | ||
@@ -148,4 +149,3 @@ </execution> | ||
| <artifactId>lombok</artifactId> | ||
| <version>[1.18.42,2.0.0)</version> | ||
| <scope>compile</scope> | ||
| <version>1.18.42</version> | ||
| </dependency> | ||
@@ -187,2 +187,3 @@ <dependency> | ||
| </dependency> | ||
| <!-- <dependency> | ||
@@ -193,2 +194,3 @@ <groupId>org.apache.tomcat</groupId> | ||
| </dependency>--> | ||
| <dependency> | ||
@@ -228,3 +230,3 @@ <groupId>com.fasterxml.jackson.core</groupId> | ||
| <artifactId>snakeyaml</artifactId> | ||
| <version>[2.3,3.0)</version> | ||
| <version>2.3</version> | ||
| </dependency> | ||
@@ -236,3 +238,3 @@ | ||
| <artifactId>itextpdf</artifactId> | ||
| <version>[5.5.13.4,5.6.0.0)</version> | ||
| <version>5.5.13.4</version> | ||
| </dependency> | ||
@@ -242,3 +244,3 @@ <dependency> | ||
| <artifactId>itext-asian</artifactId> | ||
| <version>[5.2.0,5.10.0)</version> | ||
| <version>5.2.0</version> | ||
| </dependency> | ||
@@ -254,3 +256,3 @@ <dependency> | ||
| <artifactId>htmlcleaner</artifactId> | ||
| <version>[2.29,3.0)</version> | ||
| <version>2.29</version> | ||
| </dependency> | ||
@@ -644,8 +646,2 @@ <dependency> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/xerces/xercesImpl --> | ||
| <!-- <dependency> | ||
| <groupId>xerces</groupId> | ||
| <artifactId>xercesImpl</artifactId> | ||
| <version>2.12.2</version> | ||
| </dependency>--> | ||
| <!-- https://mvnrepository.com/artifact/io.netty/netty-all --> | ||
@@ -661,3 +657,3 @@ <dependency> | ||
| <artifactId>commons-io</artifactId> | ||
| <version>[2.20.0,)</version> | ||
| <version>2.20.0</version> | ||
| </dependency> | ||
@@ -669,3 +665,3 @@ <!--测试基础支持end --> | ||
| <artifactId>cors-filter</artifactId> | ||
| <version>[2.10.0,3.0.0)</version> | ||
| <version>2.10</version> | ||
| <scope>compile</scope> | ||
@@ -677,3 +673,3 @@ </dependency> | ||
| <artifactId>java-property-utils</artifactId> | ||
| <version>[2.0,3.0)</version> | ||
| <version>2.0</version> | ||
| <scope>compile</scope> | ||
@@ -686,3 +682,3 @@ </dependency> | ||
| <artifactId>commons-fileupload</artifactId> | ||
| <version>[1.5,)</version> | ||
| <version>1.5</version> | ||
| </dependency> | ||
@@ -697,3 +693,3 @@ <dependency> | ||
| <artifactId>jcommander</artifactId> | ||
| <version>[1.82,2.0)</version> | ||
| <version>1.82</version> | ||
| <scope>provided</scope> | ||
@@ -717,3 +713,3 @@ </dependency> | ||
| <artifactId>rxtxcomm</artifactId> | ||
| <version>[2.2,3.0)</version> | ||
| <version>2.2</version> | ||
| </dependency> | ||
@@ -788,3 +784,3 @@ | ||
| <artifactId>spotbugs-annotations</artifactId> | ||
| <version>[4.8.6,5.0.0)</version> | ||
| <version>4.8.6</version> | ||
| </dependency> | ||
@@ -795,3 +791,3 @@ | ||
| <artifactId>aspectjweaver</artifactId> | ||
| <version>[1.9.22.1,)</version> | ||
| <version>1.9.22.1</version> | ||
| <scope>provided</scope> | ||
@@ -805,2 +801,38 @@ </dependency> | ||
| <dependency> | ||
| <groupId>com.oracle.database.jdbc</groupId> | ||
| <artifactId>ojdbc8</artifactId> | ||
| <version>${oracle.version}</version> | ||
| <scope>compile</scope> | ||
| </dependency> | ||
| <!-- oracle 使用xmlType需要开启 | ||
| <dependency> | ||
| <groupId>com.oracle.database.xml</groupId> | ||
| <artifactId>xdb</artifactId> | ||
| <version>${oracle.version}</version> | ||
| <scope>compile</scope> | ||
| </dependency> | ||
| --> | ||
| <!-- oracle 使用xmlType需要开启 | ||
| <dependency> | ||
| <groupId>com.oracle.database.xml</groupId> | ||
| <artifactId>xmlparserv2</artifactId> | ||
| <version>${oracle.version}</version> | ||
| <scope>compile</scope> | ||
| </dependency> | ||
| --> | ||
| <!--oracle 使用xmlType需要开启 | ||
| <dependency> | ||
| <groupId>com.oracle.database.xml</groupId> | ||
| <artifactId>xmlparserv2_sans_jaxp_services</artifactId> | ||
| <version>${oracle.version}</version> | ||
| <scope>compile</scope> | ||
| </dependency> | ||
| --> | ||
| <!-- https://mvnrepository.com/artifact/xerces/xercesImpl --> | ||
| <dependency> | ||
| <groupId>xerces</groupId> | ||
| <artifactId>xercesImpl</artifactId> | ||
| <version>2.12.2</version> | ||
| </dependency> | ||
| </dependencies> | ||
@@ -1053,3 +1085,2 @@ | ||
| </plugin> | ||
| <plugin> | ||
@@ -1076,2 +1107,3 @@ <groupId>org.apache.maven.plugins</groupId> | ||
| </plugin> | ||
| <plugin> | ||
@@ -1174,2 +1206,3 @@ <groupId>org.apache.maven.plugins</groupId> | ||
| <show>public</show> | ||
| <doclint>none</doclint> | ||
| <detectLinks>false</detectLinks> | ||
@@ -1179,2 +1212,7 @@ <detectOfflineLinks>true</detectOfflineLinks> | ||
| <detectJavaApiLink>false</detectJavaApiLink> | ||
| <includeDependencySources>false</includeDependencySources> | ||
| <source>8</source> | ||
| <additionalJOptions> | ||
| <additionalJOption>-Xdoclint:none</additionalJOption> | ||
| </additionalJOptions> | ||
| <links> | ||
@@ -1194,22 +1232,3 @@ <link>http://docs.oracle.com/javase/8/docs/api</link> | ||
| </plugin> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-gpg-plugin</artifactId> | ||
| <version>3.0.1</version> | ||
| <executions> | ||
| <execution> | ||
| <id>sign-artifacts</id> | ||
| <phase>verify</phase> | ||
| <goals> | ||
| <goal>sign</goal> | ||
| </goals> | ||
| <configuration> | ||
| <gpgArguments> | ||
| <arg>--pinentry-mode</arg> | ||
| <arg>loopback</arg> | ||
| </gpgArguments> | ||
| </configuration> | ||
| </execution> | ||
| </executions> | ||
| </plugin> | ||
| </plugins> | ||
@@ -1216,0 +1235,0 @@ </build> |
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
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