summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>