Skip to content

Commit 5db3e21

Browse files
committed
Merge pull request #320 from garrettjonesgoogle/pubsub-alpha
Adding GAX classes
2 parents 1b054fa + 02058b3 commit 5db3e21

17 files changed

+3221
-1
lines changed

gcloud-java-gax/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
<artifactId>auto-value</artifactId>
2828
<version>1.1</version>
2929
</dependency>
30+
<dependency>
31+
<groupId>com.google.code.findbugs</groupId>
32+
<artifactId>jsr305</artifactId>
33+
<version>3.0.1</version>
34+
</dependency>
3035
<dependency>
3136
<groupId>junit</groupId>
3237
<artifactId>junit</artifactId>
@@ -58,7 +63,7 @@
5863
<goals><goal>add-source</goal></goals>
5964
<configuration>
6065
<sources>
61-
<source>src/generated/main</source>
66+
<source>generated/src/main</source>
6267
</sources>
6368
</configuration>
6469
</execution>

0 commit comments

Comments
 (0)