projects
/
JavaForFun
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6e483e
)
Required dependency for @Inject
author
Gustavo Martin Morcuende
<gu.martinm@gmail.com>
Sun, 27 Nov 2016 14:08:27 +0000
(15:08 +0100)
committer
Gustavo Martin Morcuende
<gu.martinm@gmail.com>
Sun, 27 Nov 2016 14:08:27 +0000
(15:08 +0100)
TDD/pom.xml
patch
|
blob
|
history
diff --git
a/TDD/pom.xml
b/TDD/pom.xml
index
1250f6d
..
e23cf6b
100644
(file)
--- a/
TDD/pom.xml
+++ b/
TDD/pom.xml
@@
-64,6
+64,12
@@
</dependency>
-->
<dependency>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <version>1</version>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12-beta-1</version>