From 970e998ee5e8445aae5ae24b4c3438cc184be242 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Sun, 10 Feb 2019 07:19:01 -0800 Subject: [PATCH] Cleanup assembly process. (#565) * Build the dependencies report at package time. * Pull dependencies.html files from the built modules * Add google-http-client-apache properties * Fix apache version * Parameterize all the properties files * Since we are repackaging jars here, we need to include the license files as we originally were. --- google-http-client-assembly/assembly.xml | 93 ++- .../dependencies/css/maven-base.css | 151 ---- .../dependencies/css/maven-theme.css | 141 ---- .../dependencies/css/print.css | 7 - .../dependencies/css/site.css | 1 - ...ogle-http-client-android-dependencies.html | 588 -------------- ...le-http-client-appengine-dependencies.html | 619 -------------- .../google-http-client-dependencies.html | 758 ------------------ .../google-http-client-gson-dependencies.html | 544 ------------- ...ogle-http-client-jackson-dependencies.html | 544 ------------- ...gle-http-client-jackson2-dependencies.html | 544 ------------- .../google-http-client-jdo-dependencies.html | 712 ---------------- ...gle-http-client-protobuf-dependencies.html | 485 ----------- .../google-http-client-xml-dependencies.html | 519 ------------ .../dependencies/images/close.gif | Bin 279 -> 0 bytes .../dependencies/images/collapsed.gif | Bin 53 -> 0 bytes .../dependencies/images/expanded.gif | Bin 52 -> 0 bytes .../dependencies/images/external.png | Bin 230 -> 0 bytes .../dependencies/images/icon_error_sml.gif | Bin 1010 -> 0 bytes .../dependencies/images/icon_info_sml.gif | Bin 606 -> 0 bytes .../dependencies/images/icon_success_sml.gif | Bin 990 -> 0 bytes .../dependencies/images/icon_warning_sml.gif | Bin 576 -> 0 bytes .../images/logos/build-by-maven-black.png | Bin 2294 -> 0 bytes .../images/logos/build-by-maven-white.png | Bin 2260 -> 0 bytes .../images/logos/maven-feather.png | Bin 3330 -> 0 bytes .../dependencies/images/newwindow.png | Bin 220 -> 0 bytes .../APACHE-LICENSE.txt | 0 .../BSD-LICENSE.txt | 0 .../licenses/CDDL-LICENSE.txt | 119 +++ .../xpp3_LICENSE.txt | 0 google-http-client-assembly/pom.xml | 29 +- .../google-http-client-apache.jar.properties | 1 + .../gson.jar.properties} | 0 .../jackson-core-asl.jar.properties} | 0 .../jackson-core.jar.properties} | 0 .../protobuf-java.jar.properties} | 0 pom.xml | 18 +- 37 files changed, 236 insertions(+), 5637 deletions(-) delete mode 100644 google-http-client-assembly/dependencies/css/maven-base.css delete mode 100644 google-http-client-assembly/dependencies/css/maven-theme.css delete mode 100644 google-http-client-assembly/dependencies/css/print.css delete mode 100644 google-http-client-assembly/dependencies/css/site.css delete mode 100644 google-http-client-assembly/dependencies/google-http-client-android-dependencies.html delete mode 100644 google-http-client-assembly/dependencies/google-http-client-appengine-dependencies.html delete mode 100644 google-http-client-assembly/dependencies/google-http-client-dependencies.html delete mode 100644 google-http-client-assembly/dependencies/google-http-client-gson-dependencies.html delete mode 100644 google-http-client-assembly/dependencies/google-http-client-jackson-dependencies.html delete mode 100644 google-http-client-assembly/dependencies/google-http-client-jackson2-dependencies.html delete mode 100644 google-http-client-assembly/dependencies/google-http-client-jdo-dependencies.html delete mode 100644 google-http-client-assembly/dependencies/google-http-client-protobuf-dependencies.html delete mode 100644 google-http-client-assembly/dependencies/google-http-client-xml-dependencies.html delete mode 100644 google-http-client-assembly/dependencies/images/close.gif delete mode 100644 google-http-client-assembly/dependencies/images/collapsed.gif delete mode 100644 google-http-client-assembly/dependencies/images/expanded.gif delete mode 100644 google-http-client-assembly/dependencies/images/external.png delete mode 100644 google-http-client-assembly/dependencies/images/icon_error_sml.gif delete mode 100644 google-http-client-assembly/dependencies/images/icon_info_sml.gif delete mode 100644 google-http-client-assembly/dependencies/images/icon_success_sml.gif delete mode 100644 google-http-client-assembly/dependencies/images/icon_warning_sml.gif delete mode 100644 google-http-client-assembly/dependencies/images/logos/build-by-maven-black.png delete mode 100644 google-http-client-assembly/dependencies/images/logos/build-by-maven-white.png delete mode 100644 google-http-client-assembly/dependencies/images/logos/maven-feather.png delete mode 100644 google-http-client-assembly/dependencies/images/newwindow.png rename google-http-client-assembly/{dependencies => licenses}/APACHE-LICENSE.txt (100%) rename google-http-client-assembly/{dependencies => licenses}/BSD-LICENSE.txt (100%) create mode 100644 google-http-client-assembly/licenses/CDDL-LICENSE.txt rename google-http-client-assembly/{dependencies => licenses}/xpp3_LICENSE.txt (100%) create mode 100644 google-http-client-assembly/properties/google-http-client-apache.jar.properties rename google-http-client-assembly/{android-properties/gson-2.1.jar.properties => properties/gson.jar.properties} (100%) rename google-http-client-assembly/{android-properties/jackson-core-asl-1.9.13.jar.properties => properties/jackson-core-asl.jar.properties} (100%) rename google-http-client-assembly/{android-properties/jackson-core-2.9.6.jar.properties => properties/jackson-core.jar.properties} (100%) rename google-http-client-assembly/{android-properties/protobuf-java-2.6.1.jar.properties => properties/protobuf-java.jar.properties} (100%) diff --git a/google-http-client-assembly/assembly.xml b/google-http-client-assembly/assembly.xml index e20b89d80..be1385815 100644 --- a/google-http-client-assembly/assembly.xml +++ b/google-http-client-assembly/assembly.xml @@ -25,6 +25,7 @@ true google-http-java-client + properties/google-http-client.jar.properties google-http-client-${project.version}.jar.properties @@ -37,6 +38,12 @@ google-http-java-client/libs true + + properties/google-http-client-apache.jar.properties + google-http-client-apache-${project.http-client-apache.version}.jar.properties + google-http-java-client/libs + true + properties/google-http-client-gson.jar.properties google-http-client-gson-${project.version}.jar.properties @@ -73,21 +80,93 @@ google-http-java-client/libs true + + properties/gson.jar.properties + gson-${project.gson.version}.jar.properties + google-http-java-client/libs + true + + + properties/jackson-core.jar.properties + jackson-core-${project.jackson-core2.version}.jar.properties + google-http-java-client/libs + true + + + properties/jackson-core-asl.jar.properties + jackson-core-asl-${project.jackson-core-asl.version}.jar.properties + google-http-java-client/libs + true + + + properties/protobuf-java.jar.properties + protobuf-java-${project.protobuf-java.version}.jar.properties + google-http-java-client/libs + true + + + + ../google-http-client/target/site/dependencies.html + google-http-client-dependencies.html + google-http-java-client/dependencies + + + ../google-http-client-android/target/site/dependencies.html + google-http-client-android-dependencies.html + google-http-java-client/dependencies + + + ../google-http-client-apache/target/site/dependencies.html + google-http-client-apache-dependencies.html + google-http-java-client/dependencies + + + ../google-http-client-gson/target/site/dependencies.html + google-http-client-gson-dependencies.html + google-http-java-client/dependencies + + + ../google-http-client-jackson/target/site/dependencies.html + google-http-client-jackson-dependencies.html + google-http-java-client/dependencies + + + ../google-http-client-jackson2/target/site/dependencies.html + google-http-client-jackson2-dependencies.html + google-http-java-client/dependencies + + + ../google-http-client-jdo/target/site/dependencies.html + google-http-client-jdo-dependencies.html + google-http-java-client/dependencies + + + ../google-http-client-protobuf/target/site/dependencies.html + google-http-client-protobuf-dependencies.html + google-http-java-client/dependencies + + + ../google-http-client-xml/target/site/dependencies.html + google-http-client-xml-dependencies.html + google-http-java-client/dependencies + - dependencies - google-http-java-client/dependencies - true + target/site/css + google-http-java-client/dependencies/css - target/libs - google-http-java-client/libs + target/site/images + google-http-java-client/dependencies/images + + + licenses + google-oauth-java-client/dependencies - android-properties + target/libs google-http-java-client/libs - true target/libs-sources diff --git a/google-http-client-assembly/dependencies/css/maven-base.css b/google-http-client-assembly/dependencies/css/maven-base.css deleted file mode 100644 index 584ba23be..000000000 --- a/google-http-client-assembly/dependencies/css/maven-base.css +++ /dev/null @@ -1,151 +0,0 @@ -body { - margin: 0px; - padding: 0px; -} -img { - border:none; -} -table { - padding:0px; - width: 100%; - margin-left: -2px; - margin-right: -2px; -} -acronym { - cursor: help; - border-bottom: 1px dotted #feb; -} -table.bodyTable th, table.bodyTable td { - padding: 2px 4px 2px 4px; - vertical-align: top; -} -div.clear{ - clear:both; - visibility: hidden; -} -div.clear hr{ - display: none; -} -#bannerLeft, #bannerRight { - font-size: xx-large; - font-weight: bold; -} -#bannerLeft img, #bannerRight img { - margin: 0px; -} -.xleft, #bannerLeft img { - float:left; -} -.xright, #bannerRight { - float:right; -} -#banner { - padding: 0px; -} -#banner img { - border: none; -} -#breadcrumbs { - padding: 3px 10px 3px 10px; -} -#leftColumn { - width: 170px; - float:left; - overflow: auto; -} -#bodyColumn { - margin-right: 1.5em; - margin-left: 197px; -} -#legend { - padding: 8px 0 8px 0; -} -#navcolumn { - padding: 8px 4px 0 8px; -} -#navcolumn h5 { - margin: 0; - padding: 0; - font-size: small; -} -#navcolumn ul { - margin: 0; - padding: 0; - font-size: small; -} -#navcolumn li { - list-style-type: none; - background-image: none; - background-repeat: no-repeat; - background-position: 0 0.4em; - padding-left: 16px; - list-style-position: outside; - line-height: 1.2em; - font-size: smaller; -} -#navcolumn li.expanded { - background-image: url(../images/expanded.gif); -} -#navcolumn li.collapsed { - background-image: url(../images/collapsed.gif); -} -#poweredBy { - text-align: center; -} -#navcolumn img { - margin-top: 10px; - margin-bottom: 3px; -} -#poweredBy img { - display:block; - margin: 20px 0 20px 17px; -} -#search img { - margin: 0px; - display: block; -} -#search #q, #search #btnG { - border: 1px solid #999; - margin-bottom:10px; -} -#search form { - margin: 0px; -} -#lastPublished { - font-size: x-small; -} -.navSection { - margin-bottom: 2px; - padding: 8px; -} -.navSectionHead { - font-weight: bold; - font-size: x-small; -} -.section { - padding: 4px; -} -#footer { - padding: 3px 10px 3px 10px; - font-size: x-small; -} -#breadcrumbs { - font-size: x-small; - margin: 0pt; -} -.source { - padding: 12px; - margin: 1em 7px 1em 7px; -} -.source pre { - margin: 0px; - padding: 0px; -} -#navcolumn img.imageLink, .imageLink { - padding-left: 0px; - padding-bottom: 0px; - padding-top: 0px; - padding-right: 2px; - border: 0px; - margin: 0px; -} diff --git a/google-http-client-assembly/dependencies/css/maven-theme.css b/google-http-client-assembly/dependencies/css/maven-theme.css deleted file mode 100644 index c982168bf..000000000 --- a/google-http-client-assembly/dependencies/css/maven-theme.css +++ /dev/null @@ -1,141 +0,0 @@ -body { - padding: 0px 0px 10px 0px; -} -body, td, select, input, li{ - font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 13px; -} -code{ - font-family: Courier, monospace; - font-size: 13px; -} -a { - text-decoration: none; -} -a:link { - color:#36a; -} -a:visited { - color:#47a; -} -a:active, a:hover { - color:#69c; -} -#legend li.externalLink { - background: url(../images/external.png) left top no-repeat; - padding-left: 18px; -} -a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { - background: url(../images/external.png) right center no-repeat; - padding-right: 18px; -} -#legend li.newWindow { - background: url(../images/newwindow.png) left top no-repeat; - padding-left: 18px; -} -a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { - background: url(../images/newwindow.png) right center no-repeat; - padding-right: 18px; -} -h2 { - padding: 4px 4px 4px 6px; - border: 1px solid #999; - color: #900; - background-color: #ddd; - font-weight:900; - font-size: x-large; -} -h3 { - padding: 4px 4px 4px 6px; - border: 1px solid #aaa; - color: #900; - background-color: #eee; - font-weight: normal; - font-size: large; -} -h4 { - padding: 4px 4px 4px 6px; - border: 1px solid #bbb; - color: #900; - background-color: #fff; - font-weight: normal; - font-size: large; -} -h5 { - padding: 4px 4px 4px 6px; - color: #900; - font-size: normal; -} -p { - line-height: 1.3em; - font-size: small; -} -#breadcrumbs { - border-top: 1px solid #aaa; - border-bottom: 1px solid #aaa; - background-color: #ccc; -} -#leftColumn { - margin: 10px 0 0 5px; - border: 1px solid #999; - background-color: #eee; -} -#navcolumn h5 { - font-size: smaller; - border-bottom: 1px solid #aaaaaa; - padding-top: 2px; - color: #000; -} - -table.bodyTable th { - color: white; - background-color: #bbb; - text-align: left; - font-weight: bold; -} - -table.bodyTable th, table.bodyTable td { - font-size: 1em; -} - -table.bodyTable tr.a { - background-color: #ddd; -} - -table.bodyTable tr.b { - background-color: #eee; -} - -.source { - border: 1px solid #999; -} -dl { - padding: 4px 4px 4px 6px; - border: 1px solid #aaa; - background-color: #ffc; -} -dt { - color: #900; -} -#organizationLogo img, #projectLogo img, #projectLogo span{ - margin: 8px; -} -#banner { - border-bottom: 1px solid #fff; -} -.errormark, .warningmark, .donemark, .infomark { - background: url(../images/icon_error_sml.gif) no-repeat; -} - -.warningmark { - background-image: url(../images/icon_warning_sml.gif); -} - -.donemark { - background-image: url(../images/icon_success_sml.gif); -} - -.infomark { - background-image: url(../images/icon_info_sml.gif); -} - diff --git a/google-http-client-assembly/dependencies/css/print.css b/google-http-client-assembly/dependencies/css/print.css deleted file mode 100644 index 26ad7f0b5..000000000 --- a/google-http-client-assembly/dependencies/css/print.css +++ /dev/null @@ -1,7 +0,0 @@ -#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { - display: none !important; -} -#bodyColumn, body.docs div.docs { - margin: 0 !important; - border: none !important -} diff --git a/google-http-client-assembly/dependencies/css/site.css b/google-http-client-assembly/dependencies/css/site.css deleted file mode 100644 index 055e7e286..000000000 --- a/google-http-client-assembly/dependencies/css/site.css +++ /dev/null @@ -1 +0,0 @@ -/* You can override this file with your own styles */ \ No newline at end of file diff --git a/google-http-client-assembly/dependencies/google-http-client-android-dependencies.html b/google-http-client-assembly/dependencies/google-http-client-android-dependencies.html deleted file mode 100644 index 694fd327c..000000000 --- a/google-http-client-assembly/dependencies/google-http-client-android-dependencies.html +++ /dev/null @@ -1,588 +0,0 @@ - - - - - - Project Dependencies - - - - - - - - - -
- -
-
-
- -
-

Project Dependencies

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.http-clientgoogle-http-client${project.version}jarThe Apache Software License, Version 2.0
-
-

provided

-

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

- - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.androidandroid4.1.1.4jarApache 2.0
-
-

Project Transitive Dependencies

-

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.code.findbugsjsr3053.0.2jarThe Apache Software License, Version 2.0
com.google.j2objcj2objc-annotations1.1jarThe Apache Software License, Version 2.0
commons-codeccommons-codec1.6jarThe Apache Software License, Version 2.0
commons-loggingcommons-logging1.1.1jarThe Apache Software License, Version 2.0
org.apache.httpcomponentshttpclient4.5.5jarApache License, Version 2.0
org.apache.httpcomponentshttpcore4.4.6jarApache License, Version 2.0
-
-

provided

-

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
org.jsonjson20080701jarprovided without support or warranty
org.khronosopengl-apigl1.1-android-2.1_r1jarApache 2.0
xercesxmlParserAPIs2.6.2jar-
xpp3xpp31.1.4cjarIndiana University Extreme! Lab Software License, vesion 1.1.1-Public Domain-Apache Software License, version 1.1
-
-

Project Dependency Graph

- -
-

Dependency Tree

-
-
-

Licenses

-

Apache Software License, version 1.1: MXP1: Xml Pull Parser 3rd Edition (XPP3)

-

Public Domain: MXP1: Xml Pull Parser 3rd Edition (XPP3)

-

Unknown: xmlParserAPIs

-

Apache License, Version 2.0: Apache HttpClient, Apache HttpCore

-

provided without support or warranty: JSON (JavaScript Object Notation)

-

Apache 2.0: Google Android Java ME Library (Khronos), Google Android Library

-

The Apache Software License, Version 2.0: Android Platform Extensions to the Google HTTP Client Library for Java., Commons Codec, Commons Logging, FindBugs-jsr305, Google HTTP Client Library for Java, J2ObjC Annotations

-

Indiana University Extreme! Lab Software License, vesion 1.1.1: MXP1: Xml Pull Parser 3rd Edition (XPP3)

-
-

Dependency File Details

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FilenameSizeEntriesClassesPackagesJDK RevDebug
android-4.1.1.4.jar12.35 MB7,2641,698711.5debug
jsr305-3.0.2.jar19.47 kB463531.5debug
google-http-client-${project.version}.jar261.81 kB223200161.6debug
j2objc-annotations-1.1.jar8.58 kB231211.5debug
commons-codec-1.6.jar227.32 kB2187661.5debug
commons-logging-1.1.1.jar59.26 kB422821.1debug
httpclient-4.5.5.jar730.27 kB507466241.6debug
httpcore-4.4.6.jar316.23 kB282252171.6debug
json-20080701.jar36.99 kB261711.3debug
opengl-api-gl1.1-android-2.1_r1.jar18.06 kB251321.5debug
xmlParserAPIs-2.6.2.jar121.80 kB238207171.1release
xpp3-1.1.4c.jar117.25 kB7856131.1debug
TotalSizeEntriesClassesPackagesJDK RevDebug
1214.22 MB8,9723,0601731.611
compile: 7compile: 1.58 MBcompile: 1,341compile: 1,069compile: 69-compile: 7
provided: 5provided: 12.64 MBprovided: 7,631provided: 1,991provided: 104-provided: 4
-
-

Dependency Repository Locations

- - - - - - - - - - - - - - - - - - - - -
Repo IDURLReleaseSnapshot
apache.snapshotshttp://repository.apache.org/snapshots-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
centralhttps://repo.maven.apache.org/maven2Yes-
-

Repository locations for each of the Dependencies.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Artifactapache.snapshotssonatype-nexus-snapshotscentral
com.google.android:android:jar:4.1.1.4---
com.google.code.findbugs:jsr305:jar:3.0.2---
com.google.http-client:google-http-client:jar:${project.version}---
com.google.j2objc:j2objc-annotations:jar:1.1---
commons-codec:commons-codec:jar:1.6---
commons-logging:commons-logging:jar:1.1.1---
org.apache.httpcomponents:httpclient:jar:4.5.5---
org.apache.httpcomponents:httpcore:jar:4.4.6---
org.json:json:jar:20080701---
org.khronos:opengl-api:jar:gl1.1-android-2.1_r1---
xerces:xmlParserAPIs:jar:2.6.2---
xpp3:xpp3:jar:1.1.4c---
Totalapache.snapshotssonatype-nexus-snapshotscentral
12 (compile: 7, provided: 5)000
-
-
-
-
-
- - - diff --git a/google-http-client-assembly/dependencies/google-http-client-appengine-dependencies.html b/google-http-client-assembly/dependencies/google-http-client-appengine-dependencies.html deleted file mode 100644 index 9dcd8632d..000000000 --- a/google-http-client-assembly/dependencies/google-http-client-appengine-dependencies.html +++ /dev/null @@ -1,619 +0,0 @@ - - - - - - Project Dependencies - - - - - - - - - -
- -
-
-
- -
-

Project Dependencies

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.http-clientgoogle-http-client${project.version}jarThe Apache Software License, Version 2.0
-
-

test

-

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.appengineappengine-api-stubs1.9.64jarGoogle App Engine Terms of Service
com.google.appengineappengine-testing1.9.64jarGoogle App Engine Terms of Service
com.google.guavaguava26.0-androidjarThe Apache Software License, Version 2.0
com.google.http-clientgoogle-http-client-test${project.version}jarThe Apache Software License, Version 2.0
junitjunit4.8.2jarCommon Public License Version 1.0
-
-

provided

-

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

- - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.appengineappengine-api-1.0-sdk1.9.64jarGoogle App Engine Terms of Service
-
-

Project Transitive Dependencies

-

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.code.findbugsjsr3053.0.2jarThe Apache Software License, Version 2.0
com.google.j2objcj2objc-annotations1.1jarThe Apache Software License, Version 2.0
commons-codeccommons-codec1.6jarThe Apache Software License, Version 2.0
commons-loggingcommons-logging1.2jarThe Apache Software License, Version 2.0
org.apache.httpcomponentshttpclient4.5.5jarApache License, Version 2.0
org.apache.httpcomponentshttpcore4.4.6jarApache License, Version 2.0
-
-

Project Dependency Graph

- -
-

Dependency Tree

-
-
-

Licenses

-

Google App Engine Terms of Service: appengine-api-1.0-sdk, appengine-api-stubs, appengine-testing

-

Apache License, Version 2.0: Apache HttpClient, Apache HttpCore

-

Common Public License Version 1.0: JUnit

-

The Apache Software License, Version 2.0: Apache Commons Logging, Commons Codec, FindBugs-jsr305, Google App Engine extensions to the Google HTTP Client Library for Java., Google HTTP Client Library for Java, Guava: Google Core Libraries for Java, J2ObjC Annotations, Shared classes used for testing of artifacts in the Google HTTP Client Library for Java.

-
-

Dependency File Details

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FilenameSizeEntriesClassesPackagesJDK RevDebug
appengine-api-1.0-sdk-1.9.64.jar30.66 MB6,5666,044861.6debug
appengine-api-stubs-1.9.64.jar12.16 MB3,0982,7851671.6debug
appengine-testing-1.9.64.jar10.32 MB2,2932,265261.6debug
jsr305-3.0.2.jar19.47 kB463531.5debug
guava-26.0-android.jar2.33 MB1,8441,814181.6debug
google-http-client-${project.version}.jar261.81 kB223200161.6debug
google-http-client-test-${project.version}.jar51.73 kB594921.6debug
j2objc-annotations-1.1.jar8.58 kB231211.5debug
commons-codec-1.6.jar227.32 kB2187661.5debug
commons-logging-1.2.jar60.38 kB422821.2debug
junit-4.8.2.jar231.78 kB267230301.5debug
httpclient-4.5.5.jar730.27 kB507466241.6debug
httpcore-4.4.6.jar316.23 kB282252171.6debug
TotalSizeEntriesClassesPackagesJDK RevDebug
1357.33 MB15,46814,2563981.613
compile: 7compile: 1.59 MBcompile: 1,341compile: 1,069compile: 69-compile: 7
test: 5test: 25.08 MBtest: 7,561test: 7,143test: 243-test: 5
provided: 1provided: 30.66 MBprovided: 6,566provided: 6,044provided: 86-provided: 1
-
-

Dependency Repository Locations

- - - - - - - - - - - - - - - - - - - - -
Repo IDURLReleaseSnapshot
apache.snapshotshttp://repository.apache.org/snapshots-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
centralhttps://repo.maven.apache.org/maven2Yes-
-

Repository locations for each of the Dependencies.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Artifactapache.snapshotssonatype-nexus-snapshotscentral
com.google.appengine:appengine-api-1.0-sdk:jar:1.9.64---
com.google.appengine:appengine-api-stubs:jar:1.9.64---
com.google.appengine:appengine-testing:jar:1.9.64---
com.google.code.findbugs:jsr305:jar:3.0.2---
com.google.guava:guava:jar:26.0-android---
com.google.http-client:google-http-client:jar:${project.version}---
com.google.http-client:google-http-client-test:jar:${project.version}---
com.google.j2objc:j2objc-annotations:jar:1.1---
commons-codec:commons-codec:jar:1.6---
commons-logging:commons-logging:jar:1.2---
junit:junit:jar:4.8.2---
org.apache.httpcomponents:httpclient:jar:4.5.5---
org.apache.httpcomponents:httpcore:jar:4.4.6---
Totalapache.snapshotssonatype-nexus-snapshotscentral
13 (compile: 7, test: 5, provided: 1)000
-
-
-
-
-
- - - diff --git a/google-http-client-assembly/dependencies/google-http-client-dependencies.html b/google-http-client-assembly/dependencies/google-http-client-dependencies.html deleted file mode 100644 index b6dd27a3c..000000000 --- a/google-http-client-assembly/dependencies/google-http-client-dependencies.html +++ /dev/null @@ -1,758 +0,0 @@ - - - - - - Project Dependencies - - - - - - - - - -
- -
-
-
- -
-

Project Dependencies

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.code.findbugsjsr3053.0.2jarThe Apache Software License, Version 2.0
com.google.j2objcj2objc-annotations1.1jarThe Apache Software License, Version 2.0
org.apache.httpcomponentshttpclient4.5.5jarApache License, Version 2.0
-
-

test

-

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.guavaguava-testlib26.0-androidjarThe Apache Software License, Version 2.0
com.google.truthtruth0.40jarThe Apache Software License, Version 2.0
junitjunit4.8.2jarCommon Public License Version 1.0
org.mockitomockito-all1.9.0jarThe MIT License
-
-

provided

-

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

- - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.androidandroid1.5_r4jarApache 2.0
com.google.guavaguava26.0-androidjarThe Apache Software License, Version 2.0
commons-codeccommons-codec1.6jarThe Apache Software License, Version 2.0
-
-

Project Transitive Dependencies

-

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
commons-loggingcommons-logging1.1.1jarThe Apache Software License, Version 2.0
org.apache.httpcomponentshttpcore4.4.6jarApache License, Version 2.0
-
-

test

-

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

- - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.errorproneerror_prone_annotations2.0.12jarApache 2.0
com.googlecode.java-diff-utilsdiffutils1.3.0jarThe Apache Software License, Version 2.0
-
-

provided

-

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

- - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
org.khronosopengl-apigl1.1-android-2.1_r1jarApache 2.0
xercesxmlParserAPIs2.6.2jar-
xpp3xpp31.1.4cjarIndiana University Extreme! Lab Software License, vesion 1.1.1-Public Domain-Apache Software License, version 1.1
-
-

Project Dependency Graph

- -
-

Dependency Tree

-
-
-

Licenses

-

Apache Software License, version 1.1: MXP1: Xml Pull Parser 3rd Edition (XPP3)

-

Public Domain: MXP1: Xml Pull Parser 3rd Edition (XPP3)

-

Unknown: xmlParserAPIs

-

Apache License, Version 2.0: Apache HttpClient, Apache HttpCore

-

Common Public License Version 1.0: JUnit

-

Apache 2.0: Google Android Java ME Library (Khronos), Google Android Library, error-prone annotations

-

The Apache Software License, Version 2.0: Commons Codec, Commons Logging, FindBugs-jsr305, Google HTTP Client Library for Java, Guava Testing Library, Guava: Google Core Libraries for Java, J2ObjC Annotations, Truth Core, java-diff-utils

-

The MIT License: Mockito

-

Indiana University Extreme! Lab Software License, vesion 1.1.1: MXP1: Xml Pull Parser 3rd Edition (XPP3)

-
-

Dependency File Details

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FilenameSizeEntriesClassesPackagesJDK RevDebug
android-1.5_r4.jar2.04 MB1,894965411.5debug
jsr305-3.0.2.jar19.47 kB463531.5debug
error_prone_annotations-2.0.12.jar10.06 kB281621.6release
guava-26.0-android.jar2.33 MB1,8441,814181.6debug
guava-testlib-26.0-android.jar748.27 kB59557471.6debug
j2objc-annotations-1.1.jar8.58 kB231211.5debug
truth-0.40.jar196.26 kB15013911.6debug
diffutils-1.3.0.jar33.33 kB352621.5debug
commons-codec-1.6.jar227.32 kB2187661.5debug
commons-logging-1.1.1.jar59.26 kB422821.1debug
junit-4.8.2.jar231.78 kB267230301.5debug
httpclient-4.5.5.jar730.27 kB507466241.6debug
httpcore-4.4.6.jar316.23 kB282252171.6debug
opengl-api-gl1.1-android-2.1_r1.jar18.06 kB251321.5debug
mockito-all-1.9.0.jar1.43 MB1,279654661.5debug
xmlParserAPIs-2.6.2.jar121.80 kB238207171.1release
xpp3-1.1.4c.jar117.25 kB7856131.1debug
TotalSizeEntriesClassesPackagesJDK RevDebug
178.56 MB7,5515,5632521.615
compile: 5compile: 1.11 MBcompile: 900compile: 793compile: 47-compile: 5
test: 6test: 2.62 MBtest: 2,354test: 1,639test: 108-test: 5
provided: 6provided: 4.84 MBprovided: 4,297provided: 3,131provided: 97-provided: 5
-
-

Dependency Repository Locations

- - - - - - - - - - - - - - - - - - - - -
Repo IDURLReleaseSnapshot
apache.snapshotshttp://repository.apache.org/snapshots-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
centralhttps://repo.maven.apache.org/maven2Yes-
-

Repository locations for each of the Dependencies.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Artifactapache.snapshotssonatype-nexus-snapshotscentral
com.google.android:android:jar:1.5_r4---
com.google.code.findbugs:jsr305:jar:3.0.2---
com.google.errorprone:error_prone_annotations:jar:2.0.12---
com.google.guava:guava:jar:26.0-android---
com.google.guava:guava-testlib:jar:26.0-android---
com.google.j2objc:j2objc-annotations:jar:1.1---
com.google.truth:truth:jar:0.40---
com.googlecode.java-diff-utils:diffutils:jar:1.3.0---
commons-codec:commons-codec:jar:1.6---
commons-logging:commons-logging:jar:1.1.1---
junit:junit:jar:4.8.2---
org.apache.httpcomponents:httpclient:jar:4.5.5---
org.apache.httpcomponents:httpcore:jar:4.4.6---
org.khronos:opengl-api:jar:gl1.1-android-2.1_r1---
org.mockito:mockito-all:jar:1.9.0---
xerces:xmlParserAPIs:jar:2.6.2---
xpp3:xpp3:jar:1.1.4c---
Totalapache.snapshotssonatype-nexus-snapshotscentral
17 (compile: 5, test: 6, provided: 6)000
-
-
-
-
-
- - - diff --git a/google-http-client-assembly/dependencies/google-http-client-gson-dependencies.html b/google-http-client-assembly/dependencies/google-http-client-gson-dependencies.html deleted file mode 100644 index 15f2296cf..000000000 --- a/google-http-client-assembly/dependencies/google-http-client-gson-dependencies.html +++ /dev/null @@ -1,544 +0,0 @@ - - - - - - Project Dependencies - - - - - - - - - -
- -
-
-
- -
-

Project Dependencies

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.code.gsongson2.1jarThe Apache Software License, Version 2.0
com.google.http-clientgoogle-http-client${project.version}jarThe Apache Software License, Version 2.0
-
-

test

-

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

- - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.guavaguava26.0-androidjarThe Apache Software License, Version 2.0
com.google.http-clientgoogle-http-client-test${project.version}jarThe Apache Software License, Version 2.0
junitjunit4.8.2jarCommon Public License Version 1.0
-
-

Project Transitive Dependencies

-

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.code.findbugsjsr3053.0.2jarThe Apache Software License, Version 2.0
com.google.j2objcj2objc-annotations1.1jarThe Apache Software License, Version 2.0
commons-codeccommons-codec1.6jarThe Apache Software License, Version 2.0
commons-loggingcommons-logging1.2jarThe Apache Software License, Version 2.0
org.apache.httpcomponentshttpclient4.5.5jarApache License, Version 2.0
org.apache.httpcomponentshttpcore4.4.6jarApache License, Version 2.0
-
-

Project Dependency Graph

- -
-

Dependency Tree

-
-
-

Licenses

-

Apache License, Version 2.0: Apache HttpClient, Apache HttpCore

-

Common Public License Version 1.0: JUnit

-

The Apache Software License, Version 2.0: Apache Commons Logging, Commons Codec, FindBugs-jsr305, GSON extensions to the Google HTTP Client Library for Java., Google HTTP Client Library for Java, Gson, Guava: Google Core Libraries for Java, J2ObjC Annotations, Shared classes used for testing of artifacts in the Google HTTP Client Library for Java.

-
-

Dependency File Details

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FilenameSizeEntriesClassesPackagesJDK RevDebug
jsr305-3.0.2.jar19.47 kB463531.5debug
gson-2.1.jar175.89 kB15814861.5debug
guava-26.0-android.jar2.33 MB1,8441,814181.6debug
google-http-client-${project.version}.jar261.81 kB223200161.6debug
google-http-client-test-${project.version}.jar51.73 kB594921.6debug
j2objc-annotations-1.1.jar8.58 kB231211.5debug
commons-codec-1.6.jar227.32 kB2187661.5debug
commons-logging-1.2.jar60.38 kB422821.2debug
junit-4.8.2.jar231.78 kB267230301.5debug
httpclient-4.5.5.jar730.27 kB507466241.6debug
httpcore-4.4.6.jar316.23 kB282252171.6debug
TotalSizeEntriesClassesPackagesJDK RevDebug
114.36 MB3,6693,3101251.611
compile: 8compile: 1.76 MBcompile: 1,499compile: 1,217compile: 75-compile: 8
test: 3test: 2.61 MBtest: 2,170test: 2,093test: 50-test: 3
-
-

Dependency Repository Locations

- - - - - - - - - - - - - - - - - - - - -
Repo IDURLReleaseSnapshot
apache.snapshotshttp://repository.apache.org/snapshots-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
centralhttps://repo.maven.apache.org/maven2Yes-
-

Repository locations for each of the Dependencies.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Artifactapache.snapshotssonatype-nexus-snapshotscentral
com.google.code.findbugs:jsr305:jar:3.0.2---
com.google.code.gson:gson:jar:2.1---
com.google.guava:guava:jar:26.0-android---
com.google.http-client:google-http-client:jar:${project.version}---
com.google.http-client:google-http-client-test:jar:${project.version}---
com.google.j2objc:j2objc-annotations:jar:1.1---
commons-codec:commons-codec:jar:1.6---
commons-logging:commons-logging:jar:1.2---
junit:junit:jar:4.8.2---
org.apache.httpcomponents:httpclient:jar:4.5.5---
org.apache.httpcomponents:httpcore:jar:4.4.6---
Totalapache.snapshotssonatype-nexus-snapshotscentral
11 (compile: 8, test: 3)000
-
-
-
-
-
- - - diff --git a/google-http-client-assembly/dependencies/google-http-client-jackson-dependencies.html b/google-http-client-assembly/dependencies/google-http-client-jackson-dependencies.html deleted file mode 100644 index e58f65e41..000000000 --- a/google-http-client-assembly/dependencies/google-http-client-jackson-dependencies.html +++ /dev/null @@ -1,544 +0,0 @@ - - - - - - Project Dependencies - - - - - - - - - -
- -
-
-
- -
-

Project Dependencies

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.http-clientgoogle-http-client${project.version}jarThe Apache Software License, Version 2.0
org.codehaus.jacksonjackson-core-asl1jarThe Apache Software License, Version 2.0
-
-

test

-

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

- - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.guavaguava26.0-androidjarThe Apache Software License, Version 2.0
com.google.http-clientgoogle-http-client-test${project.version}jarThe Apache Software License, Version 2.0
junitjunit4.8.2jarCommon Public License Version 1.0
-
-

Project Transitive Dependencies

-

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.code.findbugsjsr3053.0.2jarThe Apache Software License, Version 2.0
com.google.j2objcj2objc-annotations1.1jarThe Apache Software License, Version 2.0
commons-codeccommons-codec1.6jarThe Apache Software License, Version 2.0
commons-loggingcommons-logging1.2jarThe Apache Software License, Version 2.0
org.apache.httpcomponentshttpclient4.5.5jarApache License, Version 2.0
org.apache.httpcomponentshttpcore4.4.6jarApache License, Version 2.0
-
-

Project Dependency Graph

- -
-

Dependency Tree

-
-
-

Licenses

-

Apache License, Version 2.0: Apache HttpClient, Apache HttpCore

-

Common Public License Version 1.0: JUnit

-

The Apache Software License, Version 2.0: Apache Commons Logging, Commons Codec, FindBugs-jsr305, Google HTTP Client Library for Java, Guava: Google Core Libraries for Java, J2ObjC Annotations, Jackson, Jackson extensions to the Google HTTP Client Library for Java., Shared classes used for testing of artifacts in the Google HTTP Client Library for Java.

-
-

Dependency File Details

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FilenameSizeEntriesClassesPackagesJDK RevDebug
jsr305-3.0.2.jar19.47 kB463531.5debug
guava-26.0-android.jar2.33 MB1,8441,814181.6debug
google-http-client-${project.version}.jar261.81 kB223200161.6debug
google-http-client-test-${project.version}.jar51.73 kB594921.6debug
j2objc-annotations-1.1.jar8.58 kB231211.5debug
commons-codec-1.6.jar227.32 kB2187661.5debug
commons-logging-1.2.jar60.38 kB422821.2debug
junit-4.8.2.jar231.78 kB267230301.5debug
httpclient-4.5.5.jar730.27 kB507466241.6debug
httpcore-4.4.6.jar316.23 kB282252171.6debug
jackson-core-asl-1.9.13.jar226.69 kB13712181.5debug
TotalSizeEntriesClassesPackagesJDK RevDebug
114.41 MB3,6483,2831271.611
compile: 8compile: 1.81 MBcompile: 1,478compile: 1,190compile: 77-compile: 8
test: 3test: 2.61 MBtest: 2,170test: 2,093test: 50-test: 3
-
-

Dependency Repository Locations

- - - - - - - - - - - - - - - - - - - - -
Repo IDURLReleaseSnapshot
apache.snapshotshttp://repository.apache.org/snapshots-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
centralhttps://repo.maven.apache.org/maven2Yes-
-

Repository locations for each of the Dependencies.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Artifactapache.snapshotssonatype-nexus-snapshotscentral
com.google.code.findbugs:jsr305:jar:3.0.2---
com.google.guava:guava:jar:26.0-android---
com.google.http-client:google-http-client:jar:${project.version}---
com.google.http-client:google-http-client-test:jar:${project.version}---
com.google.j2objc:j2objc-annotations:jar:1.1---
commons-codec:commons-codec:jar:1.6---
commons-logging:commons-logging:jar:1.2---
junit:junit:jar:4.8.2---
org.apache.httpcomponents:httpclient:jar:4.5.5---
org.apache.httpcomponents:httpcore:jar:4.4.6---
org.codehaus.jackson:jackson-core-asl:jar:1.9.13---
Totalapache.snapshotssonatype-nexus-snapshotscentral
11 (compile: 8, test: 3)000
-
-
-
-
-
- - - diff --git a/google-http-client-assembly/dependencies/google-http-client-jackson2-dependencies.html b/google-http-client-assembly/dependencies/google-http-client-jackson2-dependencies.html deleted file mode 100644 index 3a8bd67b3..000000000 --- a/google-http-client-assembly/dependencies/google-http-client-jackson2-dependencies.html +++ /dev/null @@ -1,544 +0,0 @@ - - - - - - Project Dependencies - - - - - - - - - -
- -
-
-
- -
-

Project Dependencies

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.fasterxml.jackson.corejackson-core2.9.6jarThe Apache Software License, Version 2.0
com.google.http-clientgoogle-http-client${project.version}jarThe Apache Software License, Version 2.0
-
-

test

-

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

- - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.guavaguava26.0-androidjarThe Apache Software License, Version 2.0
com.google.http-clientgoogle-http-client-test${project.version}jarThe Apache Software License, Version 2.0
junitjunit4.8.2jarCommon Public License Version 1.0
-
-

Project Transitive Dependencies

-

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.code.findbugsjsr3053.0.2jarThe Apache Software License, Version 2.0
com.google.j2objcj2objc-annotations1.1jarThe Apache Software License, Version 2.0
commons-codeccommons-codec1.6jarThe Apache Software License, Version 2.0
commons-loggingcommons-logging1.2jarThe Apache Software License, Version 2.0
org.apache.httpcomponentshttpclient4.5.5jarApache License, Version 2.0
org.apache.httpcomponentshttpcore4.4.6jarApache License, Version 2.0
-
-

Project Dependency Graph

- -
-

Dependency Tree

-
-
-

Licenses

-

Apache License, Version 2.0: Apache HttpClient, Apache HttpCore

-

Common Public License Version 1.0: JUnit

-

The Apache Software License, Version 2.0: Apache Commons Logging, Commons Codec, FindBugs-jsr305, Google HTTP Client Library for Java, Guava: Google Core Libraries for Java, J2ObjC Annotations, Jackson 2 extensions to the Google HTTP Client Library for Java., Jackson-core, Shared classes used for testing of artifacts in the Google HTTP Client Library for Java.

-
-

Dependency File Details

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FilenameSizeEntriesClassesPackagesJDK RevDebug
jackson-core-2.9.6.jar313.71 kB130105111.6debug
jsr305-3.0.2.jar19.47 kB463531.5debug
guava-26.0-android.jar2.33 MB1,8441,814181.6debug
google-http-client-${project.version}.jar261.81 kB223200161.6debug
google-http-client-test-${project.version}.jar51.73 kB594921.6debug
j2objc-annotations-1.1.jar8.58 kB231211.5debug
commons-codec-1.6.jar227.32 kB2187661.5debug
commons-logging-1.2.jar60.38 kB422821.2debug
junit-4.8.2.jar231.78 kB267230301.5debug
httpclient-4.5.5.jar730.27 kB507466241.6debug
httpcore-4.4.6.jar316.23 kB282252171.6debug
TotalSizeEntriesClassesPackagesJDK RevDebug
114.50 MB3,6413,2671301.611
compile: 8compile: 1.89 MBcompile: 1,471compile: 1,174compile: 80-compile: 8
test: 3test: 2.61 MBtest: 2,170test: 2,093test: 50-test: 3
-
-

Dependency Repository Locations

- - - - - - - - - - - - - - - - - - - - -
Repo IDURLReleaseSnapshot
apache.snapshotshttp://repository.apache.org/snapshots-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
centralhttps://repo.maven.apache.org/maven2Yes-
-

Repository locations for each of the Dependencies.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Artifactapache.snapshotssonatype-nexus-snapshotscentral
com.fasterxml.jackson.core:jackson-core:jar:2.9.6---
com.google.code.findbugs:jsr305:jar:3.0.2---
com.google.guava:guava:jar:26.0-android---
com.google.http-client:google-http-client:jar:${project.version}---
com.google.http-client:google-http-client-test:jar:${project.version}---
com.google.j2objc:j2objc-annotations:jar:1.1---
commons-codec:commons-codec:jar:1.6---
commons-logging:commons-logging:jar:1.2---
junit:junit:jar:4.8.2---
org.apache.httpcomponents:httpclient:jar:4.5.5---
org.apache.httpcomponents:httpcore:jar:4.4.6---
Totalapache.snapshotssonatype-nexus-snapshotscentral
11 (compile: 8, test: 3)000
-
-
-
-
-
- - - diff --git a/google-http-client-assembly/dependencies/google-http-client-jdo-dependencies.html b/google-http-client-assembly/dependencies/google-http-client-jdo-dependencies.html deleted file mode 100644 index 0763419b7..000000000 --- a/google-http-client-assembly/dependencies/google-http-client-jdo-dependencies.html +++ /dev/null @@ -1,712 +0,0 @@ - - - - - - Project Dependencies - - - - - - - - - -
- -
-
-
- -
-

Project Dependencies

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.http-clientgoogle-http-client${project.version}jarThe Apache Software License, Version 2.0
javax.jdojdo2-api2.3-ebjarApache 2
-
-

test

-

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.guavaguava26.0-androidjarThe Apache Software License, Version 2.0
com.google.http-clientgoogle-http-client-test${project.version}jarThe Apache Software License, Version 2.0
junitjunit4.8.2jarCommon Public License Version 1.0
mysqlmysql-connector-java5.1.18jarThe GNU General Public License, Version 2
org.datanucleusdatanucleus-api-jdo3.2.1jarThe Apache Software License, Version 2.0
org.datanucleusdatanucleus-core3.2.2jarThe Apache Software License, Version 2.0
org.datanucleusdatanucleus-rdbms3.2.1jarThe Apache Software License, Version 2.0
-
-

Project Transitive Dependencies

-

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.code.findbugsjsr3053.0.2jarThe Apache Software License, Version 2.0
com.google.j2objcj2objc-annotations1.1jarThe Apache Software License, Version 2.0
commons-codeccommons-codec1.6jarThe Apache Software License, Version 2.0
commons-loggingcommons-logging1.2jarThe Apache Software License, Version 2.0
javax.transactiontransaction-api1.1jar-
org.apache.httpcomponentshttpclient4.5.5jarApache License, Version 2.0
org.apache.httpcomponentshttpcore4.4.6jarApache License, Version 2.0
-
-

Project Dependency Graph

- -
-

Dependency Tree

-
-
-

Licenses

-

Apache 2: JDO2 API

-

Unknown: transaction-api

-

Apache License, Version 2.0: Apache HttpClient, Apache HttpCore

-

Common Public License Version 1.0: JUnit

-

The Apache Software License, Version 2.0: Apache Commons Logging, Commons Codec, DataNucleus Core, DataNucleus JDO API plugin, DataNucleus RDBMS, FindBugs-jsr305, Google HTTP Client Library for Java, Guava: Google Core Libraries for Java, J2ObjC Annotations, JDO extensions to the Google HTTP Client Library for Java., Shared classes used for testing of artifacts in the Google HTTP Client Library for Java.

-

The GNU General Public License, Version 2: MySQL Connector/J

-
-

Dependency File Details

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FilenameSizeEntriesClassesPackagesJDK RevDebug
jsr305-3.0.2.jar19.47 kB463531.5debug
guava-26.0-android.jar2.33 MB1,8441,814181.6debug
google-http-client-${project.version}.jar261.81 kB223200161.6debug
google-http-client-test-${project.version}.jar51.73 kB594921.6debug
j2objc-annotations-1.1.jar8.58 kB231211.5debug
commons-codec-1.6.jar227.32 kB2187661.5debug
commons-logging-1.2.jar60.38 kB422821.2debug
jdo2-api-2.3-eb.jar188.18 kB22618271.5debug
transaction-api-1.1.jar14.72 kB241821.3debug
junit-4.8.2.jar231.78 kB267230301.5debug
mysql-connector-java-5.1.18.jar771.37 kB279245121.6debug
httpclient-4.5.5.jar730.27 kB507466241.6debug
httpcore-4.4.6.jar316.23 kB282252171.6debug
datanucleus-api-jdo-3.2.1.jar329.11 kB18012661.5debug
datanucleus-core-3.2.2.jar1.72 MB943841501.5debug
datanucleus-rdbms-3.2.1.jar1.69 MB768715291.6debug
TotalSizeEntriesClassesPackagesJDK RevDebug
168.87 MB5,9315,2892251.616
compile: 9compile: 1.78 MBcompile: 1,591compile: 1,269compile: 78-compile: 9
test: 7test: 7.09 MBtest: 4,340test: 4,020test: 147-test: 7
-
-

Dependency Repository Locations

- - - - - - - - - - - - - - - - - - - - - - - - - -
Repo IDURLReleaseSnapshot
apache.snapshotshttp://repository.apache.org/snapshots-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
DN_M2_Repohttp://www.datanucleus.org/downloads/maven2/Yes-
centralhttps://repo.maven.apache.org/maven2Yes-
-

Repository locations for each of the Dependencies.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Artifactapache.snapshotssonatype-nexus-snapshotsDN_M2_Repocentral
com.google.code.findbugs:jsr305:jar:3.0.2----
com.google.guava:guava:jar:26.0-android----
com.google.http-client:google-http-client:jar:${project.version}----
com.google.http-client:google-http-client-test:jar:${project.version}----
com.google.j2objc:j2objc-annotations:jar:1.1----
commons-codec:commons-codec:jar:1.6----
commons-logging:commons-logging:jar:1.2----
javax.jdo:jdo2-api:jar:2.3-eb--Found at http://www.datanucleus.org/downloads/maven2/-
javax.transaction:transaction-api:jar:1.1----
junit:junit:jar:4.8.2----
mysql:mysql-connector-java:jar:5.1.18----
org.apache.httpcomponents:httpclient:jar:4.5.5----
org.apache.httpcomponents:httpcore:jar:4.4.6----
org.datanucleus:datanucleus-api-jdo:jar:3.2.1----
org.datanucleus:datanucleus-core:jar:3.2.2----
org.datanucleus:datanucleus-rdbms:jar:3.2.1----
Totalapache.snapshotssonatype-nexus-snapshotsDN_M2_Repocentral
16 (compile: 9, test: 7)0010
-
-
-
-
-
- - - diff --git a/google-http-client-assembly/dependencies/google-http-client-protobuf-dependencies.html b/google-http-client-assembly/dependencies/google-http-client-protobuf-dependencies.html deleted file mode 100644 index cc8787bbf..000000000 --- a/google-http-client-assembly/dependencies/google-http-client-protobuf-dependencies.html +++ /dev/null @@ -1,485 +0,0 @@ - - - - - - Project Dependencies - - - - - - - - - -
- -
-
-
- -
-

Project Dependencies

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.http-clientgoogle-http-client${project.version}jarThe Apache Software License, Version 2.0
com.google.protobufprotobuf-java2.6.1jarNew BSD license
-
-

test

-

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

- - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
junitjunit4.8.2jarCommon Public License Version 1.0
-
-

Project Transitive Dependencies

-

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.code.findbugsjsr3053.0.2jarThe Apache Software License, Version 2.0
com.google.j2objcj2objc-annotations1.1jarThe Apache Software License, Version 2.0
commons-codeccommons-codec1.6jarThe Apache Software License, Version 2.0
commons-loggingcommons-logging1.2jarThe Apache Software License, Version 2.0
org.apache.httpcomponentshttpclient4.5.5jarApache License, Version 2.0
org.apache.httpcomponentshttpcore4.4.6jarApache License, Version 2.0
-
-

Project Dependency Graph

- -
-

Dependency Tree

-
-
-

Licenses

-

New BSD license: Protocol Buffer Java API

-

Apache License, Version 2.0: Apache HttpClient, Apache HttpCore

-

Common Public License Version 1.0: JUnit

-

The Apache Software License, Version 2.0: Apache Commons Logging, Commons Codec, FindBugs-jsr305, Google HTTP Client Library for Java, J2ObjC Annotations, Protocol Buffer extensions to the Google HTTP Client Library for Java.

-
-

Dependency File Details

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FilenameSizeEntriesClassesPackagesJDK RevDebug
jsr305-3.0.2.jar19.47 kB463531.5debug
google-http-client-${project.version}.jar261.81 kB223200161.6debug
j2objc-annotations-1.1.jar8.58 kB231211.5debug
protobuf-java-2.6.1.jar582.66 kB28627611.5debug
commons-codec-1.6.jar227.32 kB2187661.5debug
commons-logging-1.2.jar60.38 kB422821.2debug
junit-4.8.2.jar231.78 kB267230301.5debug
httpclient-4.5.5.jar730.27 kB507466241.6debug
httpcore-4.4.6.jar316.23 kB282252171.6debug
TotalSizeEntriesClassesPackagesJDK RevDebug
92.38 MB1,8941,5751001.69
compile: 8compile: 2.15 MBcompile: 1,627compile: 1,345compile: 70-compile: 8
test: 1test: 231.78 kBtest: 267test: 230test: 30-test: 1
-
-

Dependency Repository Locations

- - - - - - - - - - - - - - - - - - - - -
Repo IDURLReleaseSnapshot
apache.snapshotshttp://repository.apache.org/snapshots-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
centralhttps://repo.maven.apache.org/maven2Yes-
-

Repository locations for each of the Dependencies.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Artifactapache.snapshotssonatype-nexus-snapshotscentral
com.google.code.findbugs:jsr305:jar:3.0.2---
com.google.http-client:google-http-client:jar:${project.version}---
com.google.j2objc:j2objc-annotations:jar:1.1---
com.google.protobuf:protobuf-java:jar:2.6.1---
commons-codec:commons-codec:jar:1.6---
commons-logging:commons-logging:jar:1.2---
junit:junit:jar:4.8.2---
org.apache.httpcomponents:httpclient:jar:4.5.5---
org.apache.httpcomponents:httpcore:jar:4.4.6---
Totalapache.snapshotssonatype-nexus-snapshotscentral
9 (compile: 8, test: 1)000
-
-
-
-
-
- - - diff --git a/google-http-client-assembly/dependencies/google-http-client-xml-dependencies.html b/google-http-client-assembly/dependencies/google-http-client-xml-dependencies.html deleted file mode 100644 index 5d55b0762..000000000 --- a/google-http-client-assembly/dependencies/google-http-client-xml-dependencies.html +++ /dev/null @@ -1,519 +0,0 @@ - - - - - - Project Dependencies - - - - - - - - - -
- -
-
-
- -
-

Project Dependencies

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.http-clientgoogle-http-client${project.version}jarThe Apache Software License, Version 2.0
xpp3xpp31.1.4cjarIndiana University Extreme! Lab Software License, vesion 1.1.1-Public Domain-Apache Software License, version 1.1
-
-

test

-

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

- - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.guavaguava26.0-androidjarThe Apache Software License, Version 2.0
junitjunit4.8.2jarCommon Public License Version 1.0
-
-

Project Transitive Dependencies

-

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

-
-

compile

-

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
GroupIdArtifactIdVersionTypeLicense
com.google.code.findbugsjsr3053.0.2jarThe Apache Software License, Version 2.0
com.google.j2objcj2objc-annotations1.1jarThe Apache Software License, Version 2.0
commons-codeccommons-codec1.6jarThe Apache Software License, Version 2.0
commons-loggingcommons-logging1.2jarThe Apache Software License, Version 2.0
org.apache.httpcomponentshttpclient4.5.5jarApache License, Version 2.0
org.apache.httpcomponentshttpcore4.4.6jarApache License, Version 2.0
-
-

Project Dependency Graph

- -
-

Dependency Tree

-
-
-

Licenses

-

Apache Software License, version 1.1: MXP1: Xml Pull Parser 3rd Edition (XPP3)

-

Public Domain: MXP1: Xml Pull Parser 3rd Edition (XPP3)

-

Apache License, Version 2.0: Apache HttpClient, Apache HttpCore

-

Common Public License Version 1.0: JUnit

-

The Apache Software License, Version 2.0: Apache Commons Logging, Commons Codec, FindBugs-jsr305, Google HTTP Client Library for Java, Guava: Google Core Libraries for Java, J2ObjC Annotations, XML extensions to the Google HTTP Client Library for Java.

-

Indiana University Extreme! Lab Software License, vesion 1.1.1: MXP1: Xml Pull Parser 3rd Edition (XPP3)

-
-

Dependency File Details

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FilenameSizeEntriesClassesPackagesJDK RevDebug
jsr305-3.0.2.jar19.47 kB463531.5debug
guava-26.0-android.jar2.33 MB1,8441,814181.6debug
google-http-client-${project.version}.jar261.81 kB223200161.6debug
j2objc-annotations-1.1.jar8.58 kB231211.5debug
commons-codec-1.6.jar227.32 kB2187661.5debug
commons-logging-1.2.jar60.38 kB422821.2debug
junit-4.8.2.jar231.78 kB267230301.5debug
httpclient-4.5.5.jar730.27 kB507466241.6debug
httpcore-4.4.6.jar316.23 kB282252171.6debug
xpp3-1.1.4c.jar117.25 kB7856131.1debug
TotalSizeEntriesClassesPackagesJDK RevDebug
104.26 MB3,5303,1691301.610
compile: 8compile: 1.70 MBcompile: 1,419compile: 1,125compile: 82-compile: 8
test: 2test: 2.56 MBtest: 2,111test: 2,044test: 48-test: 2
-
-

Dependency Repository Locations

- - - - - - - - - - - - - - - - - - - - -
Repo IDURLReleaseSnapshot
apache.snapshotshttp://repository.apache.org/snapshots-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
centralhttps://repo.maven.apache.org/maven2Yes-
-

Repository locations for each of the Dependencies.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Artifactapache.snapshotssonatype-nexus-snapshotscentral
com.google.code.findbugs:jsr305:jar:3.0.2---
com.google.guava:guava:jar:26.0-android---
com.google.http-client:google-http-client:jar:${project.version}---
com.google.j2objc:j2objc-annotations:jar:1.1---
commons-codec:commons-codec:jar:1.6---
commons-logging:commons-logging:jar:1.2---
junit:junit:jar:4.8.2---
org.apache.httpcomponents:httpclient:jar:4.5.5---
org.apache.httpcomponents:httpcore:jar:4.4.6---
xpp3:xpp3:jar:1.1.4c---
Totalapache.snapshotssonatype-nexus-snapshotscentral
10 (compile: 8, test: 2)000
-
-
-
-
-
- - - diff --git a/google-http-client-assembly/dependencies/images/close.gif b/google-http-client-assembly/dependencies/images/close.gif deleted file mode 100644 index 1c26bbc5264fcc943ad7b5a0f1a84daece211f34..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 279 zcmZ?wbhEHb6kyFkwP}e}6+mLp=yE)H5&?6cps==O-j2#K*@61O)i|`#U%|*xTD17#Qg5 z>nkWI$ji$M2ng`=^D}^ygDj#2&;c6F0P+h1n~g(5frm~PL&uV$l`S$eFDwzBDbhJD v>}Bvw*Al_tWna1PC9OaGVdk23i}vRhZI{iR^*V|n<^22a#~T_O9T}_vbswrX diff --git a/google-http-client-assembly/dependencies/images/collapsed.gif b/google-http-client-assembly/dependencies/images/collapsed.gif deleted file mode 100644 index 6e710840640c1bfd9dd76ce7fef56f1004092508..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 53 ycmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlI4r7uBZ*YkPFU8d4p4Aua}2?(?R diff --git a/google-http-client-assembly/dependencies/images/expanded.gif b/google-http-client-assembly/dependencies/images/expanded.gif deleted file mode 100644 index 0fef3d89e0df1f8bc49a0cd827f2607c7d7fd2f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52 xcmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlH@g}+fUi&t{amUB!D)&R0C2fzRT diff --git a/google-http-client-assembly/dependencies/images/external.png b/google-http-client-assembly/dependencies/images/external.png deleted file mode 100644 index 3f999fc88b360074e41f38c3b4bc06ccb3bb7cf8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd{{R1fCIbVIy!atN z8e~{WkY6y6%iy53@(Yk3;OXKRQgJIOfsI*BO@UFsfhWLBc>*(#PB?Jn2*(o!76E4F z2oaVU3``tH+Kgs0GI5+@Tg}d)z%jd%F@?{8!SRZ5b1yT80-FZIMn)zc2Ca66y`pzY R*nwsJMCn#OVEqF*oew~oaAu*+mN;-=y?VHT3tIe$XQqrDo-uB_a z!$aaK`z6))OKGn34?nwc^SuifkIL#EmDgV_qjg-#8v*0u4q4%1moUw{LZ54UeCgzNF^jX`uv-XK+9g@yFrG9?@ z!9&5&Tgk*j(b!GF&{N4I-Owl3GNQ;Kslp@APSw&&&ux9d>WxL~{EYoKm2KHvv3+ax zZUYB?Ae*8JnchZheXeEaa>@87?_fB*jV>(`erUx0B6j@wa!KnN)QWMO1rn9HC8 zQU}Tt3>@bftT|;oHYhlHH8T8tc{qL2LBC1&wnQeg^-S05<#H=J%;q~&KX!$OXH$lP zifQJ#9>L8|xhAVRHT-xPa*}7JK>(A*!AmL!CQC~j>707p+C5b#ib-SZ5@wfn#-0y8 zor_pb3M^%mkXhlduwjw4dk@RWhYZ<*tSUAV9x3eYyi#^d39lH{872xT#>g14FgCZb z+Lvv}DClhGVU*`8y(Qe}(9I>Lw<6->0~Q`zX3oMH2272dBARI`0wDzxS_G8b_H+a` TZ#n2*^y*Bf^Krq04Gh)*dSnrT diff --git a/google-http-client-assembly/dependencies/images/icon_info_sml.gif b/google-http-client-assembly/dependencies/images/icon_info_sml.gif deleted file mode 100644 index c6cb9ad7ce438a798426703e86a7ffc197d51dbb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 606 zcmZ?wbhEHb!Rj)7jHhhdgsOUdoQoueZi?7 z>>gViTe&E#V48n=mrru5S3;v}WQB8hiDz7$TU2Fg8RZkU)J)l4H+4sO@7jjxJ4?G(<~7c1nYFul=C0P+d#d`@bj{yi z-npcE!T#Qb2PP~z)H;3B%r(bntUlH>Y2~CvyV|C%UbyM>vTf&9?!2&e&!siHFV0_c zVB`KP8}?n^dg$7Yqc`@PxOMQ%-NWbZ9Xfk=)1K2OFF!hV;r{6>kIr6ua^~ve%eS9j zy7lbD`I|4_et!J??bq+WzI^-n`RfmdkOIfh!pgqYwSCK`t~@$#!^!1aj_y2mzyI{@?vuB79>2N$==JkApPs$`_~ygc*YCf)diVLp z{pXKfy#M&+`?nvze*gIk#Q*;N0|qHLXbBUFKUo+V7>XElKuSSz!oa?}p{S|3rL`#` zEj=M8CWV#D$GthOu#hRgfH^NPHz`Z6or!6tudIJkhF|)EqL_SUmH;#E=*;vU)ut4d z*}1MJ+3|6yK5|W*0YQlwY}}E_93D;*P3)($(!#iHyj&dYc$?gAB*f@)n?~7Mn)5Ze zB*b!gs&gB@F*e|Da`5(ac688Lp~TGAEh5PBlHo`4aV}w%hy?;49h(#+>`NXTD0Bjy;4ci{C-1K14rU#4Xoa9{m6qopA9n0cn|!>ecYkij zwyX=!4*mH3EoqLqSGiVbyFqxD(bS8XSDu{6U1jZO70Ic@{~t&7=B^ zBD)NOoAkU&Gy^LQJ5PtV?u{&65}4ZUmfYbweP{LTy^YnAGv=AGa7*6wj}%~b0?7r5!@qH7P%p1*$L z@#{ODxoUwG+WsY)zWExj-aqxpQS(e!bx&6L`u)?tfB$~}{{8*?cVO&*V`-G2NeC$Z zWMO1r=w{FXnGVVm3>>=|#5rX=HY{-DP?VFNPL-%m%>B+*~5-k^-+4*MLFr;tQ0}^rlS-^!^Q`Mx1hrB$jwn&hk~Xk=#Nl+_9Nu|Y$D G!5RQ;-6)O# diff --git a/google-http-client-assembly/dependencies/images/icon_warning_sml.gif b/google-http-client-assembly/dependencies/images/icon_warning_sml.gif deleted file mode 100644 index 873bbb52cb9768103c27fbb9a9bac16ac615fce5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 576 zcmZ?wbhEHbB!Sy%bj7w z8LP{2I!WYbmF&-Ixi?j6tD|K1XR2M#l>Aw*aXL%wXS3nYW}{zi=4WzsU5r%E6qx+# za{AThd85YVOsT`KDUrWsBtGknIa3>Sy(4;AS@f^Dxt>-=XPXm#FD(1Lr2hBv=9?3X zZS^!XrNw@)>eiN((2|w-y>{aB1+99DGMA?}+UTggT+(Z*rf8+5x~aWVOGcurtl;&U zIa)H3I&#vwvQjJBn`YHj9iKlB7`)(M#!e{yWMO1rC}Yq8NrU2qfqia6SyOXMYa1sM zM_a34eqyRfcQbQJY;^IYGTuzaxglKLqNQEA}OiQec+sQ#rUUjLqg_MpsPmY43 zsgmVV8EHK$eV-B~6*UcAW2+w%1e4o&9#aAczLGF}PmMg|6J0Ey4q A)Bpeg diff --git a/google-http-client-assembly/dependencies/images/logos/build-by-maven-black.png b/google-http-client-assembly/dependencies/images/logos/build-by-maven-black.png deleted file mode 100644 index 919fd0f66a7f713920dd7422035db1c9d484351d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2294 zcmVKOG`!VuDc=fnx$+R6#>c^>b&wcOS?|$!`a}U6ptjU_J zlBA}l*3{J0)YMd0R~Hr*dU$xO^ie1jhYlTLS+=C4#MRYRCX#twGUSD6Il$6AA+=UAlkY(ZF;m4037Yc>v&!1mPsNXdliHV74&z>zUEv=}iC@U)i zfc^XTJ3BiAKvYyzczAd~K){|od(ip)`}f`5-HnZnv$L~Hzqq=(y7Kb!>gsAwPfu@e z@3gcu0LabFC4?{xBNPh18Fpy3+Tr2hfq{Yc_V$w}PjVdhGtMTH$zU){PfznaPmK)? z4KH52=;-KZX=#a#jlFZ{PF7YH!!Q{c8Taqs=Xt)UsK{tE{@>vc{2Hgh!NL0adH}e0 z@19Df^78Tm0ES@zz{SO7Zf@=upJ1_AP_bIAgpih&mWqmsojZ4GG#a&9{f)&Au~_Wm z<0F^L4;(mPHk)-io!M*-3JMa7#VIK%EBy%}_$g6IPEM9cBvPp~K0f}{t5+6_rMbEJ z(xpqcZ{G$0j^p<2+vnuu^bN3MdU`rLJ3Br;9ss7MrVbuFxUjHLQBhGX6WriQ5|M*_w z@5bUDdV71dTCG;AO-@dx@4a~OA{y)K>k+2N$jAo|9?w z?b_+nr`2k;!{M;o?Qh<^`R=>#RtFA0KR<`Vfh)Li;|5+X!otGn&U<@%H*VaBDU;Gf zr_<5=()7Iqfmk>yLj`}084`48Zf?d|M~)mpOHfeI{QNv2WMN?;Dk=&9GBY#LVzb%$ z`};Aq6GAK&OK4~)&U*g*IT{xh7M8K~%9SgtQ-;OG#ZeC5ym=F=X|vf(9h#b&K7RZN z05+S=X0xGjU|@g-%ePwl!GC`7t=5VDruDp`t9rXwq=tAb*88KQqo~N`a#V_oixKzA z%F4dJzL1cRy1F{CSUfW`qfjWeZ{Hpm7>H$yNF>V6&c<>vGBOgU_w@7}J9g~o(WA6z z#sgc0B0VlH4i&T6{Pyiz)FUDys6$s*7rnXCi!3z)!0DGJ5eITHyM2Q|E@qtti{QRD z*nbiZg+h^&lY>QINl6I+oH}*N-Q67kYHMqqoSd*@fE67^695Pa36aTU0HD+95)%{g zFw)c0Gcqy&K&4WxG906$qk6p_b=txpgmiazqaGF(M)NU+!{3cPsc^{*a`Ja$nXfZ@ zhsL%N4whw0OG`2M6&4oG&CQ8KBHBPHC@3f>C|I^a>__(qFp!^RU zV`F0uhl6EVxm><`_ijATmoHz|)ztxjL?XdmSuB<(Po5A$mM!w}C3kdS~ef}W>dub-Hhz&fI`vJ#oXvTST@?6qsxN=r)tz|+%n^XARiL+I)0 z!HGL|?4Z?OC@z>ppO+fmk zEDIk1FgrV2R8&O&@;qNwR)+h@$;nZx)dqvXVzG2}b>-#d_4oHa!G&Dp59OYMg zd;9A2I}{29&+|ObzkB!Y^XJcKjE;^*({SomlT)I^E^_90Q{xPG;bvU;38ml zcng&pTZhKxAmAX-{xuvUBO`bZu-omWrKK8;X6fkl>(@`5I6;GyySuwkDCBv*tE;QE zwH1kg)0Ijk1~{Qms8A@Vadob6a=9D}VUx-9>C-1l1S|^dcDq`w#&Z*k#hB*+K%>#n z=0$)zo8T)X1Ujc}V+Omw8!O@%0GKp7%(fp1ER{;7QYogYiHQlT)w*&q5{X2iP;Ak diff --git a/google-http-client-assembly/dependencies/images/logos/build-by-maven-white.png b/google-http-client-assembly/dependencies/images/logos/build-by-maven-white.png deleted file mode 100644 index 7d44c9c2e5742bdf8649ad282f83208f1da9b982..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2260 zcmV;_2rKuAP)4hTLUyOQ{PVbVY5&Y3g!&hN~bnR7}ZgkXUt ziC%zU0gf+&kEv>t|d$x|zXw1mS0D%1b{8z7DF%0wW-8(XBFc`A3vVI|O z^!N97baWg(eE86zLn4uA_wL=Zb@+UKU|=8sJb3V6XlSUctSl!dhm4xd=KJ^W|8h2q zR4NS%3yX+|NKQ`f?d=7Cf`Wo)&z=E5TU%REQIXYZefjbwRvsQ6zIyfQojZ3l8V#{v zv)R(q)39Vr2GBPsa+apV2%%fIZY3ln0Kl+1Y8c*(xe3X6sWFH9kH*UDDLl)ZN`}u~;f9D%P!A2LK5P2`MQl z(b3TuDUC++_U+qm01k;n!Z1u+TwGjS+}X2d^Yil+3Pn;B-~q z{Qdm_z{kf&EEb1^gw)j3R904!x}#RBj~+c578Vv16olc}xpQZGd;7k9`>@WHD_2M| z{%VB2fNVCK&1U^_rTW_bx`C@MK&%ZR^ybZ*=;&yb zN);0mV>X+~OA`|lRVtNAr7A8i#zL)DyJycHxm+$5izO0?QmM?$%p@6le0*H3R;yI1 z=;-LCrlu1oPI!8HIypHhmCA~Wig|;>WHON!GbSbmcN`jxhJ=GssnlpRR;zVzaF8J4 z>+3sJhW@0w{LH6-`(Afr<9kMWBXoSUM7Dox&JGJtojOI96z3EG z*uH)HWN?qO7x!`hzQnzLg5JL3Ui^ps%X$n4`+YK2S-yNZo>gC8kJmXUC#D?-i_a7IlwdR(Kkw#T>s)<( zJ!ZVTycREBO!{t;H9|r{F#q)FQ_`LjAsBnPnnKk2PZ;V3*7{M#@%jyBNObh|^_fg2 zd|f0I3eTTEPf=83VhUbHWgRft|{%MRRMp6H>seM7wV6&k5Vn7H0DDSDT_wn(;aaUDU zWi%QoiptK;CgqIWB$bwy78Mm?w@oI~&6_tPBO~$kExCLno}10)mX;RGM?^%-PjqOt zTFi(#=@4C7NJmxEVK7l6G0yhEp_Lq9)1fj}S-2%Mdrv$L~tStVt%xVSheDG9e5EX$6J zj8GIMm&=bIKaK;TqoYG05D0}r0!Kqb1E0?q2n1`_uAR{_f0E{OgnR$~y~Sd|+0n_# z2@6L?MsUQ^H0|QzLJoDKqobtlneyk|8`Sp{cp}PUC5RRQ^8?;2;Iss$eWk%*n3$Nr z(73v~e)3}s219#$yTM=(2n6o#?!LahxUO>?H!v`O%bZ*;$Ideh!!Qg0h{fVXix$lf i91DLtEx@rr0RIK2cl{g~?Z1Nn0000}s diff --git a/google-http-client-assembly/dependencies/images/logos/maven-feather.png b/google-http-client-assembly/dependencies/images/logos/maven-feather.png deleted file mode 100644 index b5ada836e9eb4af4db810f648b013933e72c8fbe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3330 zcmX9>c{JN;_x~o5Ac>t)`_^PEV{L6MNl>(?QcG&7ly=N-Xep}HlEki6%d`xGQff?J zZ3V5?nxMK^TW!%rlc2Oi#TE&YeBaFbd(OGfJqdI` zc>}=J0{}qD0)QP*?7suRWeWiKhXeo)6#$?b`+NA18vvk_kGT^3lRrj~)ZiX~E=7&X z2SKm_0zsnO+$cbVdd$U-?NJjv4pVQ1Nhjly1q-WLl67`_;z%v-QHPc;g_!S~IRE^{ z!-r;4Azogl1_mw!0>pbvoPqVZ9U2s5dwy6sHa1p4L7^@xJ3CvqEtc6=V;Sjo`SKw` zH=oaUc5x93g$)f2RLqLwrQCI9Ez?$q{#(_7txem8O7-r(E=u3NrnVzb>g3;N!E`D4 z$F(MEarBhUUxI^!j~_>3u~Bhx7JsSR*w|dSa6vbc*_R&srRM|ftV?XHdFb}1C$WrQ zvCqw{t=r+KeZT{28=Et|SGiR|Ew_)PCPc7HL$FRx^tIjT!gS^&HZAG+)pJ^j_L!yB z-&JbQI5tJZ0TS}9l}GV-#=yY9@UZdW!+Wo8V)3OP+M~kh8Cox&UgiEXkb|OHrtnt7 z^5^7qoPgd(mzSp^UljFw^Ea1#($jleS~zn<*Qt%~?;g8p7T$+e1_e6_0RivD9i_fn zntBj|S0D{TF>ZC0BjrC=O}^<#pa0LS&uvarfWzp2`pUd__f_%7YV~7dt=r6SgMYpk zjT&tozdBVDfMU+}3PBKu{I@a0eE%y;<26%LfpraXnsz78oRL+ASlucsJ9Ov}^-cnR z?X0S*D(PH#SsA1;IVGjHr-u@pc=<9LQ|*-QU~8*d0k5yGUszbEsHmW5uYUjj;c@h| zc=i>Ql~f4Q{2jFogTeH_k#4q)N#10=x?L3lT5fn+n;f?)a5}#)D(b9?5F`jW*8R2B zY10|kzu50Yt-pEkr?pP=J)v#j+39IETXnv??EKOqdr`^I$PR$!&#+i*wr^07q=V|W zRr`cRLkwol7wvCgY>XVWV#HBVP$e>vs8#}bhe8j(d*@G*O1g5TCFF^jnVIZQvS`z% z5v0FEpQe3XqLbN{Z+4@!!}?n1jYn$VqUAWElr$a=d)NRcr?dxiBP0c$a4eq)C6kW} zg`-#3YZthl;XEcu_;g!xn!}4v15@n5*WxOpB14=8A8Dk>`K z>FLRD7bsziv>lNxci1YB3`T!HV#jF&kvayv7^9-Sg&l|eQ^qB(FU%g~JDx-!K6@(Waovi+Tc$s`@s@Sv* z9p0C*!~5#c{h1>d>@N5DL);Ea=d|PU4}@o zGdG0Ng%R<9V_jn-yfB3nD7kxXb8!sMIXlJ1WeD*5?60hT&XSa)+yVTVl9iP_o8v^w8_0650v?-3$V0uILqsvdAu+2y6|YCewgNhga^h4Y-lNq0Cah}ivo zpoq6EpmWSceZAoF%B5UfVPU3op{AfPhFM{FSFJMU!)c~SDTMch@trf6$~-E;5xn-d z<8`e~UPj0w%vDYVje(iQii)`c=wzHbR6^djAF^dnW5A}!CD-JMWyVHEkW;BwukLPq z9nsR%B=!TuB0vQ|DPO#J@zkle(n^?>&z)~)XSMt|Ks2+uT9af6QEqK-hanLX5&&xP z-l-<%m`WTuBR<~hh#iYkQxoQNXtTFvX)i0JF_1Iu5Wn+7^XJlfPFX+T%IM9_7+4B=%5Y=a!X6S`QV)~knSitusE`|vEgD?+D*SdgtN-v z@2!tnPsQ$W9OoldXg5!7EGfyuKEmbk%8!pz518D&%P>a8*ji>n+N5Y15QI!N3aw76 zk?~TlC_r^z21V(@jrIB2O=fW{*e;OxLwTOl%b7{65NYoUzv46uU?y1WK`h1$gXk#s zGM!NC1T6)2&vea(*Gjoe-Y0OseT68UKVi7GtWs>+{mTm3?9wmCl9JqVL7fcIg7PHy zS|uV8fd^!W2I;)j*_@ml#-BrjgIWH)bTI&Jf1fXAax!YjYcdmoW44Np%MhjRZR?D*fO!{1UqRj~p#EAohT=T-17$$k6AmQb( zr9h0V!aUsY=NL_BPmf|~=n=+2*+gqRK=3w1+z;yxltfUx%}G^AqM7qBoD>Zu#))>h z(O-H}7=Go_Xv&X~RNksk#{u}JDqbNyJIauD&lJ!>cpV`%&T(-`&1Vx}= z8{BIG$r-+Li5}_#{j}s%FlGk$jM1|WKp=Pv|*T=m!~I+rUjJ3F@7W!gumQD8RFwVZryr0 zG6IWssk0)%eJuVTRDtKPo&xDaOWF|RzCnozye=JYW-)oDFHKrbK}AL7sWkcH57B~D zWIZ`=QNK#g)SEJB!`69JGO3P=r08pDX))Bb6t@_;R!2TlYhv>Ek*cIBeDucB zNbDTV5C(L01Ze7}3Kc7OC~(zLdAV~G`9N+1xB3ie(wD=k6U z@g3gU065J9XPq{lyp>keB&(ixxdnV8$%i$asL6b0O)JUdYtCpuubGB*DbEFHXlQtp zXgMTG%@{+j0dI{Adnj6-$)BcQylA>}r~l(e_1pE-*`Eac5PAGF#EWMIO6;2ECZAeo ziPF85kd7Ft6f{I>ZQIUbf5YND4#d%gJpKl~IaM@Xl!bUvZj*0lQRvUOOhugnVG zMF7OiLdS5a+otCLNQI8V^8vu3ka8NP_S>32`v3S)2n{Pe(fRVLdLST=H+AiBqCTY3 zZWI=>Zsgp=`Z%jG=8)QMYZO=@1A#!)z2kiwpnq3DhkpUGZV&>CeaB0vA>Y6+Mrd+| zrA52d@P7Qe=6m=0Lz-`5yrGM(x*9Y0sP7_5T2*v`@~JgS7L3#>yY-7x_MJ+9`9JqyEa*$Q0 ziiL%hken<6A7+&3D;!0f@qP3TvIRVoufv)c8?&aw&B~1Y(02aUpDjK7B)cSkx8QDV zQMj_M+x+$UXOfa)nmweB@KP^Xm2R7$9(p;LCnufvW}*eG4R>Eak)Ei}%-KE8gsec^ zj=HuX z(qyBjd`DTC3ZeF2!np?{CKA-DtE=Op^zuqOJMFU}UTntQB1KKp81%{!bT~6heKA2v zt?`kF-Zi+k^YcNCz>V!+^RbV}r|Gp2j0+=crL`N5t}4tX=Ugo&7+C6ua?F4oX!wQ+)83@^vkY zDLFc>n(A(&_r09T&@t7l6XQ+b#6#=gA#14-D;h1Uq<(+=C8$D8`D^qmZ z9NOcdL`OIEho{GDl585|eQ0-*j0e6Rr=PNtyozBAqJr diff --git a/google-http-client-assembly/dependencies/images/newwindow.png b/google-http-client-assembly/dependencies/images/newwindow.png deleted file mode 100644 index 6287f72bd08a870908e7361d98c35ee0d6dcbc82..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd&SYTt4+aeuCvSob zD+%%o1`04ZXs!GLj7%Iec?BF2%&y2ZFfeUwWbk2P5nvW+xWT~4#-PT{uyM;F);OSv44$rjF6*2U FngH~|K)3(^ diff --git a/google-http-client-assembly/dependencies/APACHE-LICENSE.txt b/google-http-client-assembly/licenses/APACHE-LICENSE.txt similarity index 100% rename from google-http-client-assembly/dependencies/APACHE-LICENSE.txt rename to google-http-client-assembly/licenses/APACHE-LICENSE.txt diff --git a/google-http-client-assembly/dependencies/BSD-LICENSE.txt b/google-http-client-assembly/licenses/BSD-LICENSE.txt similarity index 100% rename from google-http-client-assembly/dependencies/BSD-LICENSE.txt rename to google-http-client-assembly/licenses/BSD-LICENSE.txt diff --git a/google-http-client-assembly/licenses/CDDL-LICENSE.txt b/google-http-client-assembly/licenses/CDDL-LICENSE.txt new file mode 100644 index 000000000..1154e0aee --- /dev/null +++ b/google-http-client-assembly/licenses/CDDL-LICENSE.txt @@ -0,0 +1,119 @@ +COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 + +1. Definitions. + +1.1. Contributor means each individual or entity that creates or contributes to the creation of Modifications. + +1.2. Contributor Version means the combination of the Original Software, prior Modifications used by a Contributor (if any), and the Modifications made by that particular Contributor. + +1.3. Covered Software means (a) the Original Software, or (b) Modifications, or (c) the combination of files containing Original Software with files containing Modifications, in each case including portions thereof. + +1.4. Executable means the Covered Software in any form other than Source Code. + +1.5. Initial Developer means the individual or entity that first makes Original Software available under this License. + +1.6. Larger Work means a work which combines Covered Software or portions thereof with code not governed by the terms of this License. + +1.7. License means this document. + +1.8. Licensable means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein. + +1.9. Modifications means the Source Code and Executable form of any of the following: + +A. Any file that results from an addition to, deletion from or modification of the contents of a file containing Original Software or previous Modifications; + +B. Any new file that contains any part of the Original Software or previous Modification; or + +C. Any new file that is contributed or otherwise made available under the terms of this License. + +1.10. Original Software means the Source Code and Executable form of computer software code that is originally released under this License. + +1.11. Patent Claims means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor. + +1.12. Source Code means (a) the common form of computer software code in which modifications are made and (b) associated documentation included in or with such code. + +1.13. You (or Your) means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, You includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, control means (a)áthe power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b)áownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + +2. License Grants. + +2.1. The Initial Developer Grant. +Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, the Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license: +(a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer, to use, reproduce, modify, display, perform, sublicense and distribute the Original Software (or portions thereof), with or without Modifications, and/or as part of a Larger Work; and +(b) under Patent Claims infringed by the making, using or selling of Original Software, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Software (or portions thereof). +(c) The licenses granted in Sectionsá2.1(a) and (b) are effective on the date Initial Developer first distributes or otherwise makes the Original Software available to a third party under the terms of this License. +(d) Notwithstanding Sectioná2.1(b) above, no patent license is granted: (1)áfor code that You delete from the Original Software, or (2)áfor infringements caused by: (i)áthe modification of the Original Software, or (ii)áthe combination of the Original Software with other software or devices. + +2.2. Contributor Grant. +Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: +(a) under intellectual property rights (other than patent or trademark) Licensable by Contributor to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof), either on an unmodified basis, with other Modifications, as Covered Software and/or as part of a Larger Work; and +(b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: (1)áModifications made by that Contributor (or portions thereof); and (2)áthe combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination). +(c) The licenses granted in Sectionsá2.2(a) and 2.2(b) are effective on the date Contributor first distributes or otherwise makes the Modifications available to a third party. +(d) Notwithstanding Sectioná2.2(b) above, no patent license is granted: (1)áfor any code that Contributor has deleted from the Contributor Version; (2)áfor infringements caused by: (i)áthird party modifications of Contributor Version, or (ii)áthe combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or (3)áunder Patent Claims infringed by Covered Software in the absence of Modifications made by that Contributor. + +3. Distribution Obligations. + +3.1. Availability of Source Code. + +Any Covered Software that You distribute or otherwise make available in Executable form must also be made available in Source Code form and that Source Code form must be distributed only under the terms of this License. You must include a copy of this License with every copy of the Source Code form of the Covered Software You distribute or otherwise make available. You must inform recipients of any such Covered Software in Executable form as to how they can obtain such Covered Software in Source Code form in a reasonable manner on or through a medium customarily used for software exchange. + +3.2. Modifications. + +The Modifications that You create or to which You contribute are governed by the terms of this License. You represent that You believe Your Modifications are Your original creation(s) and/or You have sufficient rights to grant the rights conveyed by this License. + +3.3. Required Notices. +You must include a notice in each of Your Modifications that identifies You as the Contributor of the Modification. You may not remove or alter any copyright, patent or trademark notices contained within the Covered Software, or any notices of licensing or any descriptive text giving attribution to any Contributor or the Initial Developer. + +3.4. Application of Additional Terms. +You may not offer or impose any terms on any Covered Software in Source Code form that alters or restricts the applicable version of this License or the recipients rights hereunder. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, you may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear that any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer. + +3.5. Distribution of Executable Versions. +You may distribute the Executable form of the Covered Software under the terms of this License or under the terms of a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable form does not attempt to limit or alter the recipients rights in the Source Code form from the rights set forth in this License. If You distribute the Covered Software in Executable form under a different license, You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer. + +3.6. Larger Works. +You may create a Larger Work by combining Covered Software with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Software. + +4. Versions of the License. + +4.1. New Versions. +Sun Microsystems, Inc. is the initial license steward and may publish revised and/or new versions of this License from time to time. Each version will be given a distinguishing version number. Except as provided in Section 4.3, no one other than the license steward has the right to modify this License. + +4.2. Effect of New Versions. + +You may always continue to use, distribute or otherwise make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. If the Initial Developer includes a notice in the Original Software prohibiting it from being distributed or otherwise made available under any subsequent version of the License, You must distribute and make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. Otherwise, You may also choose to use, distribute or otherwise make the Covered Software available under the terms of any subsequent version of the License published by the license steward. +4.3. Modified Versions. + +When You are an Initial Developer and You want to create a new license for Your Original Software, You may create and use a modified version of this License if You: (a)árename the license and remove any references to the name of the license steward (except to note that the license differs from this License); and (b)áotherwise make it clear that the license contains terms which differ from this License. + +5. DISCLAIMER OF WARRANTY. + +COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN AS IS BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +6. TERMINATION. + +6.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive. + +6.2. If You assert a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You assert such claim is referred to as Participant) alleging that the Participant Software (meaning the Contributor Version where the Participant is a Contributor or the Original Software where the Participant is the Initial Developer) directly or indirectly infringes any patent, then any and all rights granted directly or indirectly to You by such Participant, the Initial Developer (if the Initial Developer is not the Participant) and all Contributors under Sectionsá2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively and automatically at the expiration of such 60 day notice period, unless if within such 60 day period You withdraw Your claim with respect to the Participant Software against such Participant either unilaterally or pursuant to a written agreement with Participant. + +6.3. In the event of termination under Sectionsá6.1 or 6.2 above, all end user licenses that have been validly granted by You or any distributor hereunder prior to termination (excluding licenses granted to You by any distributor) shall survive termination. + +7. LIMITATION OF LIABILITY. + +UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTYS NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +8. U.S. GOVERNMENT END USERS. + +The Covered Software is a commercial item, as that term is defined in 48áC.F.R.á2.101 (Oct. 1995), consisting of commercial computer software (as that term is defined at 48 C.F.R. á252.227-7014(a)(1)) and commercial computer software documentation as such terms are used in 48áC.F.R.á12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software with only those rights set forth herein. This U.S. Government Rights clause is in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision that addresses Government rights in computer software under this License. + +9. MISCELLANEOUS. + +This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by the law of the jurisdiction specified in a notice contained within the Original Software (except to the extent applicable law, if any, provides otherwise), excluding such jurisdictions conflict-of-law provisions. Any litigation relating to this License shall be subject to the jurisdiction of the courts located in the jurisdiction and venue specified in a notice contained within the Original Software, with the losing party responsible for costs, including, without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. You agree that You alone are responsible for compliance with the United States export administration regulations (and the export control laws and regulation of any other countries) when You use, distribute or otherwise make available any Covered Software. + +10. RESPONSIBILITY FOR CLAIMS. + +As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability. + +NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) +The GlassFish code released under the CDDL shall be governed by the laws of the State of California (excluding conflict-of-law provisions). Any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California and the state courts of the State of California, with venue lying in Santa Clara County, California. + + + diff --git a/google-http-client-assembly/dependencies/xpp3_LICENSE.txt b/google-http-client-assembly/licenses/xpp3_LICENSE.txt similarity index 100% rename from google-http-client-assembly/dependencies/xpp3_LICENSE.txt rename to google-http-client-assembly/licenses/xpp3_LICENSE.txt diff --git a/google-http-client-assembly/pom.xml b/google-http-client-assembly/pom.xml index 77cd50430..66977db1d 100644 --- a/google-http-client-assembly/pom.xml +++ b/google-http-client-assembly/pom.xml @@ -20,15 +20,15 @@ com.google.http-client - google-http-client-appengine + google-http-client-android com.google.http-client - google-http-client-android + google-http-client-apache com.google.http-client - google-http-client-protobuf + google-http-client-appengine com.google.http-client @@ -46,6 +46,10 @@ com.google.http-client google-http-client-jdo + + com.google.http-client + google-http-client-protobuf + com.google.http-client google-http-client-xml @@ -53,19 +57,6 @@ - - - - maven-assembly-plugin - - - assembly.xml - - google-http-java-client - - - - maven-dependency-plugin @@ -108,6 +99,12 @@ + + + assembly.xml + + google-http-java-client + diff --git a/google-http-client-assembly/properties/google-http-client-apache.jar.properties b/google-http-client-assembly/properties/google-http-client-apache.jar.properties new file mode 100644 index 000000000..4046b3a73 --- /dev/null +++ b/google-http-client-assembly/properties/google-http-client-apache.jar.properties @@ -0,0 +1 @@ +src=../libs-sources/google-http-client-apache-${project.http-client-apache.version}-sources.jar diff --git a/google-http-client-assembly/android-properties/gson-2.1.jar.properties b/google-http-client-assembly/properties/gson.jar.properties similarity index 100% rename from google-http-client-assembly/android-properties/gson-2.1.jar.properties rename to google-http-client-assembly/properties/gson.jar.properties diff --git a/google-http-client-assembly/android-properties/jackson-core-asl-1.9.13.jar.properties b/google-http-client-assembly/properties/jackson-core-asl.jar.properties similarity index 100% rename from google-http-client-assembly/android-properties/jackson-core-asl-1.9.13.jar.properties rename to google-http-client-assembly/properties/jackson-core-asl.jar.properties diff --git a/google-http-client-assembly/android-properties/jackson-core-2.9.6.jar.properties b/google-http-client-assembly/properties/jackson-core.jar.properties similarity index 100% rename from google-http-client-assembly/android-properties/jackson-core-2.9.6.jar.properties rename to google-http-client-assembly/properties/jackson-core.jar.properties diff --git a/google-http-client-assembly/android-properties/protobuf-java-2.6.1.jar.properties b/google-http-client-assembly/properties/protobuf-java.jar.properties similarity index 100% rename from google-http-client-assembly/android-properties/protobuf-java-2.6.1.jar.properties rename to google-http-client-assembly/properties/protobuf-java.jar.properties diff --git a/pom.xml b/pom.xml index 1ef953dcb..4b3506679 100644 --- a/pom.xml +++ b/pom.xml @@ -178,7 +178,7 @@ com.google.http-client google-http-client-apache - ${project.http-client.version} + ${project.http-client-apache.version} com.google.http-client @@ -543,12 +543,26 @@ + + + maven-project-info-reports-plugin + 3.0.0 + + + + dependencies + + package + + + org.sonatype.plugins nexus-staging-maven-plugin + + 1.27.1-SNAPSHOT 1.28.1-SNAPSHOT + 2.0.1-SNAPSHOT 1.9.64 UTF-8 3.0.2