File tree Expand file tree Collapse file tree
src/com/dropbox/core/examples/authorize Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 <relativePath >../pom.xml</relativePath >
1616 </parent >
1717
18- <dependencies >
19- <dependency >
20- <groupId >com.fasterxml.jackson.core</groupId >
21- <artifactId >jackson-core</artifactId >
22- <version >[2.2,2.3)</version >
23- </dependency >
24- <dependency >
25- <groupId >com.fasterxml.jackson.core</groupId >
26- <artifactId >jackson-databind</artifactId >
27- <version >[2.2,2.3)</version >
28- </dependency >
29- </dependencies >
30-
3118 <build >
3219 <plugins >
3320 <plugin >
Original file line number Diff line number Diff line change 11package com .dropbox .core .examples .authorize ;
22
33import com .dropbox .core .*;
4-
54import com .dropbox .core .json .JsonReader ;
6- import com .fasterxml .jackson .core .*;
7- import com .fasterxml .jackson .databind .ObjectMapper ;
8- import com .fasterxml .jackson .databind .SerializationFeature ;
9- import com .fasterxml .jackson .databind .node .ObjectNode ;
105
116import java .io .*;
127import java .util .Locale ;
@@ -87,7 +82,7 @@ public static void main(String[] args)
8782 catch (IOException ex ) {
8883 System .err .println ("Error saving to <auth-file-out>: " + ex .getMessage ());
8984 System .err .println ("Dumping to stderr instead:" );
90- DbxAuthInfo .Writer .writeToStream (authInfo , System .out );
85+ DbxAuthInfo .Writer .writeToStream (authInfo , System .err );
9186 System .exit (1 ); return ;
9287 }
9388 }
You can’t perform that action at this time.
0 commit comments