File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed
Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments