diff options
author | Avi Ziv <avi.ziv@amdocs.com> | 2017-07-18 19:45:38 +0300 |
---|---|---|
committer | Avi Ziv <avi.ziv@amdocs.com> | 2017-07-18 19:45:38 +0300 |
commit | b8e2faf476202b6ffe61bc3a9a37df1304881d40 (patch) | |
tree | f78b8c0517d8e16c5ae610bf8b49f68ea8a312a1 /common/pom.xml | |
parent | 75aacbbe1acf78fa53378f07f0a8c7769449a17e (diff) |
[SDC] Onboarding 1710 rebase.
Change-Id: If3b6b81d221fde13908f1e8160db6f7d9433c535
Signed-off-by: Avi Ziv <avi.ziv@amdocs.com>
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml index 39c8c90fd9..01be598ebb 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -15,7 +15,18 @@ </parent> <properties> + <junit.version>4.12</junit.version> + <java.source>1.8</java.source> + <java.target>1.8</java.target> + <slf4j.version>1.7.21</slf4j.version> <aspectj.version>1.8.7</aspectj.version> + <servlet.version>2.5</servlet.version> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <commons.codec.version>1.10</commons.codec.version> <!-- orignal 1.6 updated to resolve + blackduck violation --> + <org.reflections.version>0.9.10</org.reflections.version><!-- orignal 0.9.9 updated to + resolve blackduck violation --> + </properties> <modules> |