File tree Expand file tree Collapse file tree 6 files changed +0
-19
lines changed
google-oauth-client-assembly Expand file tree Collapse file tree 6 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ The dependency structure and licenses for the different libraries can be found h
27
27
* [ google-http-client] ( dependencies/google-http-client-dependencies.html )
28
28
* [ google-http-client-android] ( dependencies/google-http-client-android-dependencies.html )
29
29
* [ google-http-client-appengine] ( dependencies/google-http-client-appengine-dependencies.html )
30
- * [ google-http-client-protobuf] ( dependencies/google-http-client-protobuf-dependencies.html )
31
30
* [ google-http-client-gson] ( dependencies/google-http-client-gson-dependencies.html )
32
31
* [ google-http-client-jackson] ( dependencies/google-http-client-jackson-dependencies.html )
33
32
* [ google-http-client-jackson2] ( dependencies/google-http-client-jackson2-dependencies.html )
@@ -59,8 +58,6 @@ The following are the jars from the [libs](libs) folder needed for applications
59
58
* google-oauth-client-${project.version}.jar
60
59
* google-http-client-${project.http.version}.jar
61
60
* jsr305-${project.jsr305.version}.jar
62
- * google-http-client-protobuf-${project.http.version}.jar (when using protobuf-java)
63
- * protobuf-java-${project.protobuf-java.version}.jar
64
61
* google-http-client-gson-${project.http.version}.jar (when using GSON)
65
62
* gson-${project.gson.version}.jar
66
63
* google-http-client-jackson-${project.http.version}.jar (when using Jackson)
Original file line number Diff line number Diff line change 56
56
<outputDirectory >google-oauth-java-client/libs</outputDirectory >
57
57
<filtered >true</filtered >
58
58
</file >
59
- <file >
60
- <source >properties/google-http-client-protobuf.jar.properties</source >
61
- <destName >google-http-client-protobuf-${project.http.version}.jar.properties</destName >
62
- <outputDirectory >google-oauth-java-client/libs</outputDirectory >
63
- <filtered >true</filtered >
64
- </file >
65
59
<file >
66
60
<source >properties/google-http-client-xml.jar.properties</source >
67
61
<destName >google-http-client-xml-${project.http.version}.jar.properties</destName >
80
74
<outputDirectory >google-oauth-java-client/libs</outputDirectory >
81
75
<filtered >true</filtered >
82
76
</file >
83
- <file >
84
- <source >properties/protobuf-java.jar.properties</source >
85
- <destName >protobuf-java-${project.protobuf-java.version}.jar.properties</destName >
86
- <outputDirectory >google-oauth-java-client/libs</outputDirectory >
87
- <filtered >true</filtered >
88
- </file >
89
77
<!-- dependencies.html files -->
90
78
<file >
91
79
<source >../google-oauth-client/target/site/dependencies.html</source >
Original file line number Diff line number Diff line change 20
20
<classpathentry kind="lib" path="libs/jackson-core-${project.jackson-core2.version}.jar" sourcepath="libs-sources/jackson-core-${project.jackson-core2.version}-sources.jar"/>
21
21
<classpathentry kind="lib" path="libs/jdo2-api-${project.jdo2-api.version}.jar" sourcepath="libs-sources/jdo2-api-${project.jdo2-api.version}-sources.jar"/>
22
22
<classpathentry kind="lib" path="libs/jsr305-${project.jsr305.version}.jar"/>
23
- <classpathentry kind="lib" path="libs/protobuf-java-${project.protobuf-java.version}.jar" sourcepath="libs-sources/protobuf-java-${project.protobuf-java.version}-sources.jar"/>
24
23
<classpathentry kind="lib" path="libs/transaction-api-${project.transaction-api.version}.jar" sourcepath="libs-sources/transaction-api-${project.transaction-api.version}-sources.jar"/>
25
24
<classpathentry kind="lib" path="libs/xpp3-${project.xpp3.version}.jar" sourcepath="libs-sources/xpp3-${project.xpp3.version}-sources.jar"/>
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 450
450
<project .jackson-core-asl.version>1.9.13</project .jackson-core-asl.version>
451
451
<project .jackson-core2.version>2.9.6</project .jackson-core2.version>
452
452
<project .jetty.version>8.2.0.v20160908</project .jetty.version>
453
- <project .protobuf-java.version>2.6.1</project .protobuf-java.version>
454
453
<project .guava.version>28.1-android</project .guava.version>
455
454
<project .xpp3.version>1.1.4c</project .xpp3.version>
456
455
<project .commons-logging.version>1.1.1</project .commons-logging.version>
You can’t perform that action at this time.
0 commit comments