diff options
-rwxr-xr-x | sli/common/pom.xml | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/sli/common/pom.xml b/sli/common/pom.xml index 37c89f555..656f2049d 100755 --- a/sli/common/pom.xml +++ b/sli/common/pom.xml @@ -61,20 +61,24 @@ <artifactId>logging-slf4j</artifactId> </dependency> <!-- log4j dependencies are needed to test MDC in junit tests --> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j-impl</artifactId> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-core</artifactId> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-core</artifactId> <scope>test</scope> - </dependency> + </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + </dependency> <!-- Testing Dependencies --> <dependency> <groupId>junit</groupId> |