<?xml version="1.0" encoding="UTF-8"?>\r
-<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">\r
+\r
+<project xmlns="http://maven.apache.org/POM/4.0.0" \r
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" \r
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
<parent>\r
<artifactId>spring-boot-starter-parent</artifactId>\r
<groupId>org.springframework.boot</groupId>\r
- <version>2.1.6.RELEASE</version>\r
+ <version>2.4.0</version>\r
<relativePath>pom.xml</relativePath>\r
</parent>\r
<modelVersion>4.0.0</modelVersion>\r
<plugins>\r
<plugin>\r
<artifactId>maven-jar-plugin</artifactId>\r
- <version>3.0.2</version>\r
+ <version>3.2.2</version>\r
<configuration>\r
<archive>\r
<manifest>\r
<plugin>\r
<groupId>org.springframework.boot</groupId>\r
<artifactId>spring-boot-maven-plugin</artifactId>\r
- <version>2.1.6.RELEASE</version>\r
+ <version>2.4.0</version>\r
</plugin>\r
</plugins>\r
</build>\r
<dependency>\r
<groupId>org.springframework.boot</groupId>\r
<artifactId>spring-boot-starter-undertow</artifactId>\r
- <version>2.1.6.RELEASE</version>\r
+ <version>2.4.0</version>\r
<scope>provided</scope>\r
</dependency>\r
<dependency>\r
<groupId>org.springframework.boot</groupId>\r
<artifactId>spring-boot-starter-web</artifactId>\r
- <version>2.1.6.RELEASE</version>\r
+ <version>2.4.0</version>\r
<scope>provided</scope>\r
<exclusions>\r
<exclusion>\r
<dependency>\r
<groupId>org.springframework.boot</groupId>\r
<artifactId>spring-boot-starter-thymeleaf</artifactId>\r
- <version>2.1.6.RELEASE</version>\r
+ <version>2.4.0</version>\r
<scope>provided</scope>\r
</dependency>\r
<dependency>\r
<parent>\r
<groupId>org.springframework.boot</groupId>\r
<artifactId>spring-boot-starter-parent</artifactId>\r
- <version>2.1.6.RELEASE</version>\r
- <relativePath />\r
+ <version>2.6.3</version>\r
+ <relativePath/>\r
<!-- lookup parent from repository -->\r
</parent>\r
<properties>\r
<downloadSources>true</downloadSources>\r
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
<java.version>1.8</java.version>\r
- <lucene.version>8.2.0</lucene.version>\r
+ <lucene.version>8.2.0</lucene.version> \r
<maven.compiler.source>1.8</maven.compiler.source>\r
<maven.compiler.target>1.8</maven.compiler.target>\r
</properties>\r
<dependencies>\r
-\r
-\r
<dependency>\r
<groupId>org.mybatis.spring.boot</groupId>\r
<artifactId>mybatis-spring-boot-starter</artifactId>\r
- <version>2.1.0</version>\r
+ <version>2.2.1</version>\r
</dependency>\r
<dependency>\r
<groupId>org.mybatis</groupId>\r
<artifactId>mybatis</artifactId>\r
- <version>3.5.2</version>\r
+ <version>3.5.9</version>\r
</dependency>\r
<dependency>\r
<groupId>com.ibm</groupId>\r
<dependency>\r
<groupId>org.apache.lucene</groupId>\r
<artifactId>lucene-queryparser</artifactId>\r
- <version>8.2.0</version>\r
+ <version>${lucene.version}</version>\r
</dependency>\r
<dependency>\r
<groupId>org.apache.solr</groupId>\r
<artifactId>solr-solrj</artifactId>\r
- <version>8.2.0</version>\r
+ <version>${solr.version}</version>\r
</dependency>\r
<dependency>\r
<groupId>org.springframework</groupId>\r
<artifactId>spring-web</artifactId>\r
- <version>5.1.8.RELEASE</version>\r
+ <version>${spring-framework.version}</version>\r
</dependency>\r
<dependency>\r
<groupId>org.springframework.boot</groupId>\r
<artifactId>spring-boot-starter-undertow</artifactId>\r
- <version>2.1.6.RELEASE</version>\r
+ <version>2.6.3</version>\r
</dependency>\r
<dependency>\r
<groupId>org.springframework.boot</groupId>\r
<artifactId>spring-boot-starter-web</artifactId>\r
- <version>2.1.6.RELEASE</version>\r
+ <version>2.6.3</version>\r
<exclusions>\r
<exclusion>\r
<groupId>org.apache.tomcat.embed</groupId>\r
<dependency>\r
<groupId>org.springframework.boot</groupId>\r
<artifactId>spring-boot-starter-thymeleaf</artifactId>\r
- <version>2.1.6.RELEASE</version>\r
+ <version>2.6.3</version>\r
</dependency>\r
<dependency>\r
<groupId>javax.servlet</groupId>\r
<artifactId>javax.servlet-api</artifactId>\r
- <version>4.0.0</version>\r
+ <version>4.0.1</version>\r
</dependency>\r
<dependency>\r
<groupId>junit</groupId>\r
<artifactId>junit</artifactId>\r
- <version>4.12</version>\r
+ <version>${junit.version}</version>\r
<scope>test</scope>\r
</dependency>\r
<dependency>\r
<groupId>org.springframework</groupId>\r
<artifactId>spring-test</artifactId>\r
- <version>5.1.8.RELEASE</version>\r
+ <version>5.1.20.RELEASE</version>\r
<scope>test</scope>\r
</dependency>\r
<dependency>\r
<groupId>org.springframework.boot</groupId>\r
<artifactId>spring-boot-starter-test</artifactId>\r
- <version>2.1.8.RELEASE</version>\r
+ <version>2.1.18.RELEASE</version>\r
<scope>test</scope>\r
</dependency>\r
<dependency>\r
<plugin>\r
<groupId>org.springframework.boot</groupId>\r
<artifactId>spring-boot-maven-plugin</artifactId>\r
- <version>2.1.6.RELEASE</version>\r
+ <version>2.1.13.RELEASE</version>\r
</plugin>\r
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.7.0</version> <configuration></configuration> \r
</plugin> <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <version>2.2</version> <configuration> <server>mytomcat7</server> \r