File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 17
17
18
18
<properties >
19
19
<abs .version>4.2.0</abs .version>
20
+ <dagger .version>0.9</dagger .version>
20
21
</properties >
21
22
<dependencies >
22
23
<dependency >
40
41
<artifactId >roboguice</artifactId >
41
42
<version >2.0</version >
42
43
</dependency >
44
+ <dependency >
45
+ <groupId >com.squareup</groupId >
46
+ <artifactId >dagger</artifactId >
47
+ <version >${dagger.version} </version >
48
+ </dependency >
49
+ <dependency >
50
+ <groupId >com.squareup</groupId >
51
+ <artifactId >dagger-compiler</artifactId >
52
+ <version >${dagger.version} </version >
53
+ <optional >true</optional >
54
+ </dependency >
43
55
<dependency >
44
56
<groupId >com.actionbarsherlock</groupId >
45
57
<artifactId >library</artifactId >
109
121
<plugin >
110
122
<groupId >com.jayway.maven.plugins.android.generation2</groupId >
111
123
<artifactId >android-maven-plugin</artifactId >
124
+ <dependencies >
125
+ <dependency >
126
+ <groupId >com.squareup</groupId >
127
+ <artifactId >dagger-compiler</artifactId >
128
+ <version >${dagger.version} </version >
129
+ </dependency >
130
+ </dependencies >
112
131
</plugin >
113
132
<plugin >
114
133
<artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments