diff options
author | Michael Hwang <mhwang@research.att.com> | 2017-09-19 17:28:07 -0400 |
---|---|---|
committer | Michael Hwang <mhwang@research.att.com> | 2017-09-19 17:28:44 -0400 |
commit | b862255dd62b47f75ead38ae0ac52a17a08e51fb (patch) | |
tree | a4757e12e6582075be6e10911035973bab1f9091 /pom.xml | |
parent | cbc48bab6d6b732d69e5fea35d70493f9fa6a0d4 (diff) |
Get unit tests working
Including fixing of broken test
Change-Id: Ie5fa6a2c4bd59b7552480899616590c7944e5aa4
Issue-Id: DCAEGEN2-60
Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -320,6 +320,19 @@ <stagingProfileId>176c31dfe190a</stagingProfileId> </configuration> </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.20.1</version> + <dependencies> + <dependency> + <groupId>org.apache.maven.surefire</groupId> + <artifactId>surefire-junit47</artifactId> + <version>2.20.1</version> + </dependency> + </dependencies> + </plugin> </plugins> </build> |