diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-08-14 16:52:58 +0300 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2018-08-14 16:52:58 +0300 |
commit | a2705637c17beb663c47f82b03279e479ed2f8ca (patch) | |
tree | 32e25f1692c718f068ed54657489a5b86a206302 /pom.xml | |
parent | 9cc8dff8223e03b6a5bc5cfc2c23d31989de2c61 (diff) |
Enable types validation feature
InvalidTypeError added to conf
This conf addition will case to parser throw exception in case that invalid type found during parsing process
Change-Id: I6497d32862e64abaeec20d30da50fff4c5964d4e
Issue-ID: SDC-1646
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -44,14 +44,20 @@ </properties> <dependencies> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.7.10</version> <scope>compile</scope> + <version>1.7.10</version> </dependency> <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <scope>test</scope> + <version>1.7.10</version> + </dependency> + + <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.3.1</version> @@ -112,7 +118,7 @@ <dependency> <groupId>org.onap.sdc.jtosca</groupId> <artifactId>jtosca</artifactId> - <version>1.4.1</version> + <version>1.4.2-SNAPSHOT</version> </dependency> |