|
|
@@ -23,13 +23,15 @@
|
|
|
<properties>
|
|
|
<spring.boot.version>2.2.1.RELEASE</spring.boot.version>
|
|
|
<paoding.version>1.3-SNAPSHOT</paoding.version>
|
|
|
- <paoding.version>1.3-SNAPSHOT</paoding.version>
|
|
|
- <paoding.version>1.3-SNAPSHOT</paoding.version>
|
|
|
- <paoding.version>1.3-SNAPSHOT</paoding.version>
|
|
|
- <paoding.version>1.3-SNAPSHOT</paoding.version>
|
|
|
- <paoding.version>1.3-SNAPSHOT</paoding.version>
|
|
|
- <paoding.version>1.3-SNAPSHOT</paoding.version>
|
|
|
- <paoding.version>1.3-SNAPSHOT</paoding.version>
|
|
|
+ <commons-collections.version>3.2.1</commons-collections.version>
|
|
|
+ <commons-logging.version>1.1.1</commons-logging.version>
|
|
|
+ <commons-fileupload.version>1.2.2</commons-fileupload.version>
|
|
|
+ <velocity-tools-view.version>3.1</velocity-tools-view.version>
|
|
|
+ <json-rpc.version>1.0</json-rpc.version>
|
|
|
+ <jsp-api.version>2.0</jsp-api.version>
|
|
|
+ <commons-lang.version>2.6</commons-lang.version>
|
|
|
+ <fastjson.version>1.2.28</fastjson.version>
|
|
|
+ <commons-jexl.version>1.1</commons-jexl.version>
|
|
|
</properties>
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
|
@@ -43,52 +45,52 @@
|
|
|
<dependency>
|
|
|
<groupId>commons-collections</groupId>
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
- <version>3.2.1</version>
|
|
|
+ <version>${commons-collections.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>net.paoding</groupId>
|
|
|
<artifactId>rose-velocity</artifactId>
|
|
|
- <version>1.3</version>
|
|
|
+ <version>${paoding.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-logging</groupId>
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
- <version>1.1.1</version>
|
|
|
+ <version>${commons-logging.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
- <version>1.2.2</version>
|
|
|
+ <version>${commons-fileupload.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.velocity.tools</groupId>
|
|
|
<artifactId>velocity-tools-view</artifactId>
|
|
|
- <version>3.1</version>
|
|
|
+ <version>${velocity-tools-view.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.metaparadigm</groupId>
|
|
|
<artifactId>json-rpc</artifactId>
|
|
|
- <version>1.0</version>
|
|
|
+ <version>${json-rpc.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-jexl</groupId>
|
|
|
<artifactId>commons-jexl</artifactId>
|
|
|
- <version>1.1</version>
|
|
|
+ <version>${commons-jexl.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
- <version>2.0</version>
|
|
|
+ <version>${jsp-api.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-lang</groupId>
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
- <version>2.6</version>
|
|
|
+ <version>${commons-lang.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
- <version>1.2.28</version>
|
|
|
+ <version>${fastjson.version}</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
|