aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-requests-db/pom.xml
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-09-10 12:34:33 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-10 12:34:33 +0000
commitc8e5d9f69a133fb0c9919257fc340811152526ef (patch)
treecb14cae392575f4fe38eb3e213fb508187c71b68 /mso-api-handlers/mso-requests-db/pom.xml
parent0ca2380f86cf7ea460017590f8a33967c8fc380b (diff)
parent69455a268648881f4b5a0c4547d769c2e6ecc2c1 (diff)
Merge "added generic fabric support to SO"
Diffstat (limited to 'mso-api-handlers/mso-requests-db/pom.xml')
-rw-r--r--mso-api-handlers/mso-requests-db/pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/mso-api-handlers/mso-requests-db/pom.xml b/mso-api-handlers/mso-requests-db/pom.xml
index 006058e98d..a3b0ec1258 100644
--- a/mso-api-handlers/mso-requests-db/pom.xml
+++ b/mso-api-handlers/mso-requests-db/pom.xml
@@ -74,6 +74,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-rest</artifactId>
+ <optional>true</optional>
</dependency>
</dependencies>
<packaging>jar</packaging>
@@ -90,10 +91,10 @@
<goal>jar</goal>
</goals>
<configuration>
- <classifier>beans</classifier>
- <includes>
- <include>**/beans/**</include>
- </includes>
+ <classifier>client</classifier>
+ <excludes>
+ <exclude>**/repository/**</exclude>
+ </excludes>
</configuration>
</execution>
</executions>