Add log4j to the pom for improved logging.
1 files changed, 5 insertions(+), 0 deletions(-)

M pom.xml
M pom.xml +5 -0
@@ 16,6 16,11 @@ 
             <artifactId>GearCityData</artifactId>
             <version>1.0.0-SNAPSHOT</version>
         </dependency>
+	<dependency>
+		<groupId>log4j</groupId>
+		<artifactId>log4j</artifactId>
+		<version>1.2.17</version>
+	</dependency>
     </dependencies>
     <build>
         <plugins>