summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorYuli Shlosberg <ys9693@att.com>2018-08-14 16:52:58 +0300
committerYuli Shlosberg <ys9693@att.com>2018-08-14 16:52:58 +0300
commita2705637c17beb663c47f82b03279e479ed2f8ca (patch)
tree32e25f1692c718f068ed54657489a5b86a206302 /pom.xml
parent9cc8dff8223e03b6a5bc5cfc2c23d31989de2c61 (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.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 1b561be..2992055 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>