summaryrefslogtreecommitdiffstats
path: root/pomba/service-decomposition/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-03-06 08:46:55 -0500
committerDan Timoney <dtimoney@att.com>2020-03-06 08:46:55 -0500
commitf58ed99972fe216d039ec264c5c0f46138148a4e (patch)
tree84be22f08e67d9e9b26dd2195473f3fa80321222 /pomba/service-decomposition/pom.xml
parent78eb251a37b73b80617ad356ea4ea48b4d68e033 (diff)
Use released Frankfurt M4 parent poms
Update to use released Frankfurt M4 version of parent poms. Change-Id: Ie41a1cab0e3372a67a5a9a63f61994ded5bcee29 Issue-ID: SDNC-1110 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pomba/service-decomposition/pom.xml')
-rw-r--r--pomba/service-decomposition/pom.xml23
1 files changed, 10 insertions, 13 deletions
diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml
index 280e504..24a9434 100644
--- a/pomba/service-decomposition/pom.xml
+++ b/pomba/service-decomposition/pom.xml
@@ -39,8 +39,7 @@ limitations under the License.
<dependencyManagement>
<dependencies>
- <dependency>
- <!-- Import dependency management from Spring Boot -->
+ <dependency><!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>1.5.17.RELEASE</version>
@@ -49,7 +48,6 @@ limitations under the License.
</dependency>
</dependencies>
</dependencyManagement>
-
<dependencies>
<!-- Springframework dependencies -->
<dependency>
@@ -140,6 +138,15 @@ limitations under the License.
<build>
<finalName>${project.artifactId}</finalName>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>true</filtering>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </resource>
+ </resources>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
@@ -153,15 +160,6 @@ limitations under the License.
</executions>
</plugin>
</plugins>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- <filtering>true</filtering>
- <includes>
- <include>**/*</include>
- </includes>
- </resource>
- </resources>
</build>
<profiles>
@@ -329,5 +327,4 @@ limitations under the License.
</build>
</profile>
</profiles>
-
</project>