aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorShwetank Dave <shwetank.dave@amdocs.com>2018-04-03 16:30:01 -0400
committerShwetank Dave <shwetank.dave@amdocs.com>2018-04-03 17:49:28 -0400
commitd947be024297ca589b11b1f0121d715003ea887e (patch)
treed5f82b16d10711bcc9103801c85b0f1b50ee6680 /pom.xml
parentce701746049abfd94a87b46e43f296faf32d6213 (diff)
[AAI-804] Updating files to fix search service.
Issue-ID: AAI-804 Change-Id: Ie50f821cd235ccd5c627c11294da4b29bf29fc16 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f8bd5d0..39237ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,6 +228,19 @@ limitations under the License.
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
+ <!--Logback classic-->
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <version>1.2.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ <version>1.2.1</version>
+ </dependency>
+
</dependencies>
<repositories>
@@ -254,6 +267,7 @@ limitations under the License.
</repositories>
<build>
+ <finalName>search-data-service-package</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>