diff options
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> |