diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 68 |
1 files changed, 29 insertions, 39 deletions
@@ -12,8 +12,8 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.5.RELEASE</version> - <relativePath /> <!-- lookup parent from repository --> + <version>1.5.9.RELEASE</version> + <relativePath /> <!-- lookup parent from repository --> </parent> <properties> @@ -142,35 +142,35 @@ <artifactId>jackson-databind</artifactId> </exclusion> </exclusions> - </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-test</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>3.5</version> - </dependency> - <dependency> - <groupId>commons-net</groupId> - <artifactId>commons-net</artifactId> - <version>3.3</version> - </dependency> - <dependency> - <groupId>com.jcraft</groupId> - <artifactId>jsch</artifactId> - <version>0.1.54</version> - </dependency> - <dependency> - <groupId>com.google.code.gson</groupId> - <artifactId>gson</artifactId> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-test</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.7</version> + </dependency> + <dependency> + <groupId>commons-net</groupId> + <artifactId>commons-net</artifactId> + <version>3.3</version> + </dependency> + <dependency> + <groupId>com.jcraft</groupId> + <artifactId>jsch</artifactId> + <version>0.1.54</version> + </dependency> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> <version>2.8.5</version> </dependency> - <dependency> - <groupId>org.json</groupId> - <artifactId>json</artifactId> + <dependency> + <groupId>org.json</groupId> + <artifactId>json</artifactId> <version>20160810</version> </dependency> <dependency> @@ -396,16 +396,6 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>repackage</goal> - </goals> - <configuration> - <classifier>exec</classifier> - </configuration> - </execution> - </executions> <configuration> <webXml>src/main/webapp/WEB-INF/web.xml</webXml> <webResources> |