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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
| artifactId=jspx-framework | ||
| groupId=com.github.jspxnet | ||
| version=6.79 | ||
| version=6.80 |
@@ -8,3 +8,3 @@ <?xml version="1.0" encoding="UTF-8"?> | ||
| <artifactId>jspx-framework</artifactId> | ||
| <version>6.79</version> | ||
| <version>6.80</version> | ||
| <description>jspx cloud framework</description> | ||
@@ -18,12 +18,13 @@ <properties> | ||
| <github.global.server>github</github.global.server> | ||
| <tomcat.version>9.0.97</tomcat.version> | ||
| <jackson.version>2.18.2</jackson.version> | ||
| <redisson.version>3.39.0</redisson.version> | ||
| <log4j2.version>2.24.2</log4j2.version> | ||
| <tomcat.version>9.0.102</tomcat.version> | ||
| <jackson.version>2.18.3</jackson.version> | ||
| <redisson.version>3.45.1</redisson.version> | ||
| <log4j2.version>2.24.3</log4j2.version> | ||
| <poi.version>5.3.0</poi.version> | ||
| <jxls.version>2.14.0</jxls.version> | ||
| <logback.version>1.3.14</logback.version> | ||
| <slf4j.version>2.0.16</slf4j.version> | ||
| <!--1.8只能这个版本--> | ||
| <logback.version>1.3.15</logback.version> | ||
| <slf4j.version>2.0.17</slf4j.version> | ||
| <imageio.version>3.12.0</imageio.version> | ||
| <bouncycastle.version>1.79</bouncycastle.version> | ||
| <bouncycastle.version>1.80</bouncycastle.version> | ||
| <sshd.version>2.13.2</sshd.version> | ||
@@ -83,3 +84,3 @@ <maven.plugin.validation>VERBOSE</maven.plugin.validation> | ||
| <artifactId>lombok</artifactId> | ||
| <version>1.18.34</version> | ||
| <version>1.18.38</version> | ||
| <scope>compile</scope> | ||
@@ -236,3 +237,3 @@ </dependency> | ||
| <artifactId>commons-collections4</artifactId> | ||
| <version>4.4</version> | ||
| <version>4.5.0</version> | ||
| </dependency> | ||
@@ -244,2 +245,3 @@ <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on --> | ||
| <version>${bouncycastle.version}</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
@@ -251,2 +253,3 @@ <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpg-jdk18on --> | ||
| <version>${bouncycastle.version}</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
@@ -258,3 +261,11 @@ <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcmail-jdk18on --> | ||
| <version>${bouncycastle.version}</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/org.xhtmlrenderer/flying-saucer-pdf --> | ||
| <dependency> | ||
| <groupId>org.xhtmlrenderer</groupId> | ||
| <artifactId>flying-saucer-pdf</artifactId> | ||
| <version>9.4.1</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/org.xhtmlrenderer/flying-saucer-pdf-itext5 --> | ||
@@ -265,11 +276,5 @@ <dependency> | ||
| <version>9.4.1</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
| <!-- | ||
| <dependency> | ||
| <groupId>org.xhtmlrenderer</groupId> | ||
| <artifactId>core-renderer</artifactId> | ||
| <version>R8</version> | ||
| <scope>provided</scope> | ||
| </dependency>--> | ||
| <!-- https://mvnrepository.com/artifact/com.rometools/rome-fetcher --> | ||
@@ -287,3 +292,3 @@ <!-- | ||
| <artifactId>apollo-client</artifactId> | ||
| <version>2.3.0</version> | ||
| <version>2.4.0</version> | ||
| <exclusions> | ||
@@ -312,3 +317,3 @@ <exclusion> | ||
| <artifactId>commons-net</artifactId> | ||
| <version>3.11.0</version> | ||
| <version>3.11.1</version> | ||
| </dependency> | ||
@@ -342,3 +347,3 @@ <!-- 华为 --> | ||
| <artifactId>fastjson</artifactId> | ||
| <version>2.0.51</version> | ||
| <version>2.0.57</version> | ||
| </dependency> | ||
@@ -500,3 +505,3 @@ <dependency> | ||
| <artifactId>postgresql</artifactId> | ||
| <version>42.7.4</version> | ||
| <version>42.7.5</version> | ||
| <scope>provided</scope> | ||
@@ -530,3 +535,3 @@ </dependency> | ||
| <artifactId>gson</artifactId> | ||
| <version>2.11.0</version> | ||
| <version>2.12.1</version> | ||
| </dependency> | ||
@@ -543,3 +548,3 @@ <!-- https://mvnrepository.com/artifact/xerces/xercesImpl --> | ||
| <artifactId>netty-all</artifactId> | ||
| <version>4.1.115.Final</version> | ||
| <version>4.2.0.Final</version> | ||
| </dependency> | ||
@@ -614,3 +619,3 @@ <!-- https://mvnrepository.com/artifact/commons-io/commons-io --> | ||
| <artifactId>guava</artifactId> | ||
| <version>33.3.0-jre</version> | ||
| <version>33.4.7-jre</version> | ||
| </dependency> | ||
@@ -763,3 +768,3 @@ <dependency> | ||
| <artifactId>versions-maven-plugin</artifactId> | ||
| <version>2.16.2</version> | ||
| <version>2.17.1</version> | ||
| <configuration> | ||
@@ -772,3 +777,3 @@ <generateBackupPoms>false</generateBackupPoms> | ||
| <artifactId>maven-clean-plugin</artifactId> | ||
| <version>3.3.2</version> | ||
| <version>3.4.0</version> | ||
| <executions> | ||
@@ -799,3 +804,3 @@ <execution> | ||
| <artifactId>maven-release-plugin</artifactId> | ||
| <version>3.0.1</version> | ||
| <version>3.1.1</version> | ||
| <configuration> | ||
@@ -830,3 +835,3 @@ <arguments>-Psonatype-oss-release</arguments> | ||
| <artifactId>maven-javadoc-plugin</artifactId> | ||
| <version>3.10.0</version> | ||
| <version>3.10.1</version> | ||
| <configuration> | ||
@@ -856,32 +861,4 @@ <encoding>UTF-8</encoding> | ||
| <!-- | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-assembly-plugin</artifactId> | ||
| <version>3.3.0</version> | ||
| <configuration> | ||
| <finalName>jspxnet-${project.version}</finalName> | ||
| <archive> | ||
| <manifest> | ||
| <mainClass>com.github.jspxnet.boot.TomcatApplication</mainClass> | ||
| </manifest> | ||
| </archive> | ||
| <descriptorRefs> | ||
| <descriptorRef>jar-with-dependencies</descriptorRef> | ||
| </descriptorRefs> | ||
| </configuration> | ||
| <executions> | ||
| <execution> | ||
| <id>create-archive</id> | ||
| <phase>package</phase> | ||
| <goals> | ||
| <goal>single</goal> | ||
| </goals> | ||
| </execution> | ||
| </executions> | ||
| </plugin> | ||
| --> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-jar-plugin</artifactId> | ||
@@ -943,6 +920,5 @@ <version>3.4.2</version> | ||
| <plugin> | ||
| <artifactId>maven-deploy-plugin</artifactId> | ||
| <version>3.1.1</version> | ||
| <version>3.1.2</version> | ||
| <!-- | ||
@@ -949,0 +925,0 @@ mvn clean deploy -P sonatype-oss-release |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet