Code Review
/
policy
/
drools-pdp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
bd5d640
)
feature-state-management failing junits
05/13205/1
author
Jorge Hernandez
<jh1730@att.com>
Mon, 18 Sep 2017 18:58:19 +0000
(13:58 -0500)
committer
Jorge Hernandez
<jh1730@att.com>
Mon, 18 Sep 2017 18:58:19 +0000
(13:58 -0500)
because junit library is not part of the pom.
Change-Id: I4e8c12edfe2e91dcdb90200b8d4f37e35109f448
Issue-ID: POLICY-155
Signed-off-by: Jorge Hernandez <jh1730@att.com>
feature-state-management/pom.xml
patch
|
blob
|
history
diff --git
a/feature-state-management/pom.xml
b/feature-state-management/pom.xml
index
5265cdb
..
033d36d
100644
(file)
--- a/
feature-state-management/pom.xml
+++ b/
feature-state-management/pom.xml
@@
-133,5
+133,10
@@
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>