diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-03-10 15:13:43 +0100 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-03-10 15:26:10 +0100 |
commit | 8cdd6deefedbd4ddd04b643df10737b0a2fb5aae (patch) | |
tree | 59d5a9ecfdc3aec33369719b0fdff56fee8df6e2 /pom.xml | |
parent | 9ed21131409a3a23b18133ea8afac186f6976f7a (diff) |
Fix container startup1.7.1
Issue-ID: DCAEGEN2-3104
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I5ed3c28a517f6f27cf77da7216cf870fd378126f
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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> @@ -214,6 +214,11 @@ <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> <version>${mockito.version}</version> |