Fix container startup 59/127659/3 1.7.1
authorTomasz Wrobel <tomasz.wrobel@nokia.com>
Thu, 10 Mar 2022 14:13:43 +0000 (15:13 +0100)
committerTomasz Wrobel <tomasz.wrobel@nokia.com>
Thu, 10 Mar 2022 14:26:10 +0000 (15:26 +0100)
Issue-ID: DCAEGEN2-3104
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I5ed3c28a517f6f27cf77da7216cf870fd378126f

Changelog.md
datafile-app-server/pom.xml
pom.xml
version.properties

index b20a930..cbbc4d4 100644 (file)
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [1.7.1] - 2022/03/10
+### Changed
+- [DCAEGEN2-3104] Fix application startup
+
 ## [1.7.0] - 2022/02/14
 ### Changed
 - [DCAEGEN2-3041] Spring version bump from 5.3.6 to 5.3.14
index 4e46271..c8a0e64 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.dcaegen2.collectors</groupId>
         <artifactId>datafile</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.7.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.dcaegen2.collectors.datafile</groupId>
diff --git a/pom.xml b/pom.xml
index c857d7e..512c9b6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
 
     <groupId>org.onap.dcaegen2.collectors</groupId>
     <artifactId>datafile</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.1-SNAPSHOT</version>
 
     <name>dcaegen2-collectors.datafile</name>
     <description>datafile collector</description>
                 <version>${spring.version}</version>
                 <scope>test</scope>
             </dependency>
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-expression</artifactId>
+                <version>${spring.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-junit-jupiter</artifactId>
index f65a6ce..35cb39c 100644 (file)
@@ -1,6 +1,6 @@
 major=1\r
 minor=7\r
-patch=0\r
+patch=1\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r
 snapshot_version=${base_version}-SNAPSHOT\r