TCA pom: enable unit test execution
[dcaegen2/analytics/tca.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 60028a9..21e4090 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <skipTests>true</skipTests>
-                </configuration>
             </plugin>
 
             <plugin>