From 1b6c9a73f4c8a4ae39f3a89a37babc2f363f3843 Mon Sep 17 00:00:00 2001 From: Sanjay Date: Wed, 2 Dec 2015 17:09:37 +0530 Subject: [PATCH] 0.8.5 - simplified pom.xml; removed "provided" --- pom.xml | 196 +++++++++++++++++++++++++++----------------------------- 1 file changed, 94 insertions(+), 102 deletions(-) diff --git a/pom.xml b/pom.xml index f25b2cfc..7c9341fe 100644 --- a/pom.xml +++ b/pom.xml @@ -1,122 +1,114 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - com.naturalprogrammer.spring - spring-lemon - 0.8.4 - jar + com.naturalprogrammer.spring + spring-lemon + 0.8.5 + jar - spring-lemon - Helper library for Spring Boot Web Applications + spring-lemon + Helper library for Spring Boot Web Applications - - org.springframework.boot - spring-boot-starter-parent - 1.3.0.RELEASE - - + + org.springframework.boot + spring-boot-starter-parent + 1.3.0.RELEASE + + - - UTF-8 - 1.8 - + + UTF-8 + 1.8 + - - + + org.springframework.boot spring-boot-starter-web - provided - - org.springframework.boot - spring-boot-starter-data-jpa - provided - + + org.springframework.boot + spring-boot-starter-data-jpa + - - org.springframework.boot - spring-boot-starter-mail - provided - + + org.springframework.boot + spring-boot-starter-mail + - - org.springframework.boot - spring-boot-starter-security - provided - - + + org.springframework.boot + spring-boot-starter-security + + - + joda-time joda-time - provided - - - - - - - org.apache.commons - commons-lang3 - 3.4 - provided - - - - - - org.springframework.boot - spring-boot-configuration-processor - true - - - - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - + + + + + + org.apache.commons + commons-lang3 + RELEASE + + + + + org.springframework.boot + spring-boot-configuration-processor + true + + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - -parameters - - - - - - - - + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + -parameters + + + + + + + +