Skip to content

Commit 253a01e

Browse files
committed
Adding dagger to pom
1 parent d625c60 commit 253a01e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

app/pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
<properties>
1919
<abs.version>4.2.0</abs.version>
20+
<dagger.version>0.9</dagger.version>
2021
</properties>
2122
<dependencies>
2223
<dependency>
@@ -40,6 +41,17 @@
4041
<artifactId>roboguice</artifactId>
4142
<version>2.0</version>
4243
</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>
4355
<dependency>
4456
<groupId>com.actionbarsherlock</groupId>
4557
<artifactId>library</artifactId>
@@ -109,6 +121,13 @@
109121
<plugin>
110122
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
111123
<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>
112131
</plugin>
113132
<plugin>
114133
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)