Changeset 35330


Ignore:
Timestamp:
2021-09-02T12:04:30+12:00 (3 years ago)
Author:
davidb
Message:

Removal of scrappy notes at the bottom of the file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/jar-support/google-api-client-jars/README.txt

    r35329 r35330  
    3636
    3737
    38   To download:
    3938
    40 
    41 
    42 
    43 
    44 
    45   To use with Ant, need to have the following jars, along with their jar dependencies
    46   Depending on the exact Google API Client code being written, some of the support
    47     jars are not needed.  Opted to work through the Google API Servlet example:
    48 
    49       https://developers.google.com/identity/sign-in/web/backend-auth
    50 
    51   and manually add in the jar files needed.
    52 
    53  
    54  
    55   [ At the time of writing, describe v1.32.1
    56     Which as a maven download with depencies comes as:
    57 
    58       https://developers.google.com/api-client-library/java/google-api-java-client/download
    59       https://search.maven.org/artifact/com.google.api-client/google-api-client-assembly/1.32.1/pom
    60 
    61         google-api-client-assembly-1.32.1-1.32.1
    62 
    63 
    64 
    65 
    66   ]
    67 
    68   Main HTML page lists dependenices for servlet code as:
    69 
    70     google-api-client-1.32.1.jar               (+props)
    71     google-api-client-servlet-1.32.1.jar
    72     google-api-client-jackson2-1.32.1.jar      (+props) -- not part of original list, added in
    73     google-oauth-client-1.31.5.jar             (+props)
    74     google-oauth-client-servlet-1.31.5.jar     (missing)
    75     google-http-client-1.39.2.jar              (+props)
    76     commons-logging-1.2.jar
    77     gson-2.8.7.jar                             (was version 2.8.6)
    78     httpclient-4.5.13.jar                     
    79     httpcore-4.4.12.jar                        (wav 4.4.14)
    80 **  jackson-core-2.12.4.jar                    (missing, only prop file there, and that was a different version number)
    81     jdo2-api-2.3-eb.jar                        (missing)
    82     jsr305-3.0.2.jar
    83     protobuf-java-3.17.2.jar                   (was 3.17.3)
    84     transaction-api-1.1.jar                    (missing)
    85     xpp3-1.1.4c.jar
    86 
    87 
    88 
    89   (which builds on top of: https://developers.google.com/api-client-library/java/google-oauth-java-client/setup)
    90 
    91 
    92 
    93   Based on google-oauth-client-assembly-1.31.5-1.31.5 (from maven central)
    94   README.md lists the following jars as needed:
    95 
    96     google-oauth-client-servlet-1.31.5.jar
    97     commons-logging-1.2.jar
    98     httpclient-4.5.13.jar
    99     httpcore-4.4.14.jar
    100     jdo2-api-2.3-eb.jar
    101     transaction-api-1.1.jar
    102 
    103   (note: some manual alignment of exact version numbers was needed to tidy up on what was
    104    mentioned in the README.md file, and what was in the 'libs' folder
    105 */
    106 
Note: See TracChangeset for help on using the changeset viewer.