Skip to content

Commit 1bc52a3

Browse files
committed
Pointing to google-http-client-jackson and google-http-client-gson
http://codereview.appspot.com/6457066/
1 parent 0bf77f3 commit 1bc52a3

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

google-api-client/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,18 @@
6262
<groupId>com.google.oauth-client</groupId>
6363
<artifactId>google-oauth-client</artifactId>
6464
</dependency>
65+
<dependency>
66+
<groupId>com.google.http-client</groupId>
67+
<artifactId>google-http-client-gson</artifactId>
68+
<version>${project.http.version}</version>
69+
<scope>test</scope>
70+
</dependency>
71+
<dependency>
72+
<groupId>com.google.http-client</groupId>
73+
<artifactId>google-http-client-jackson</artifactId>
74+
<version>${project.http.version}</version>
75+
<scope>test</scope>
76+
</dependency>
6577
<dependency>
6678
<groupId>junit</groupId>
6779
<artifactId>junit</artifactId>

pom.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,14 @@
4848
</developers>
4949

5050
<!--
51-
If you add a new module, make sure to also add it in the jdiff.xml file, the
52-
dependencies section of google-api-client-assembly/pom.xml, and in this
53-
pom.xml file below in the dependencyManagement and maven-javadoc-plugin
54-
sections.
51+
If you add a new module, make sure to also add it in the following places:
52+
* release.html
53+
* google-api-client-assembly/pom.xml
54+
* google-api-client-assembly/readme.html
55+
* google-api-client-assembly/.classpath
56+
* google-api-client-assembly/dependencies/*-dependencies.html
57+
* jdiff.xml
58+
* This pom.xml file below in the dependencyManagement and maven-javadoc-plugin sections
5559
-->
5660
<modules>
5761
<module>google-api-client</module>

0 commit comments

Comments
 (0)