Skip to content

Commit

Permalink
Merge pull request #320 from garrettjonesgoogle/pubsub-alpha
Browse files Browse the repository at this point in the history
Adding GAX classes
  • Loading branch information
aozarov committed Nov 4, 2015
2 parents 1b054fa + 02058b3 commit 5db3e21
Show file tree
Hide file tree
Showing 17 changed files with 3,221 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gcloud-java-gax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
<artifactId>auto-value</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -58,7 +63,7 @@
<goals><goal>add-source</goal></goals>
<configuration>
<sources>
<source>src/generated/main</source>
<source>generated/src/main</source>
</sources>
</configuration>
</execution>
Expand Down
Loading

0 comments on commit 5db3e21

Please sign in to comment.