File tree Expand file tree Collapse file tree 8 files changed +42
-15
lines changed
google-oauth-client-appengine
google-oauth-client-java6
google-oauth-client-jetty
google-oauth-client-servlet
dailymotion-cmdline-sample
keycloak-pkce-cmdline-sample Expand file tree Collapse file tree 8 files changed +42
-15
lines changed Original file line number Diff line number Diff line change 23
23
uses : codecov/codecov-action@v1
24
24
with :
25
25
name : actions ${{matrix.java}}
26
- windows :
27
- runs-on : windows-latest
28
- steps :
29
- - uses : actions/checkout@v2
30
- - uses : actions/setup-java@v1
31
- with :
32
- java-version : 8
33
- - run : java -version
34
- - run : .kokoro/build.bat
35
- env :
36
- JOB_TYPE : test
37
26
dependencies :
38
27
runs-on : ubuntu-latest
39
28
strategy :
Original file line number Diff line number Diff line change 10
10
<artifactId >google-oauth-client-appengine</artifactId >
11
11
<name >Google App Engine extensions to the Google OAuth Client Library for Java.</name >
12
12
<build >
13
+ <pluginManagement >
14
+ <plugins >
15
+ <plugin >
16
+ <groupId >org.apache.maven.plugins</groupId >
17
+ <artifactId >maven-dependency-plugin</artifactId >
18
+ <version >3.1.2</version >
19
+ <configuration >
20
+ <ignoredUnusedDeclaredDependencies >
21
+ <ignoredUnusedDeclaredDependency >com.google.appengine:appengine-api-stubs</ignoredUnusedDeclaredDependency >
22
+ </ignoredUnusedDeclaredDependencies >
23
+ </configuration >
24
+ </plugin >
25
+ </plugins >
26
+ </pluginManagement >
13
27
<plugins >
14
28
<plugin >
15
29
<artifactId >maven-javadoc-plugin</artifactId >
83
97
</plugins >
84
98
</build >
85
99
<dependencies >
100
+ <dependency >
101
+ <groupId >com.google.http-client</groupId >
102
+ <artifactId >google-http-client</artifactId >
103
+ </dependency >
86
104
<dependency >
87
105
<groupId >com.google.http-client</groupId >
88
106
<artifactId >google-http-client-appengine</artifactId >
Original file line number Diff line number Diff line change 86
86
<groupId >com.google.oauth-client</groupId >
87
87
<artifactId >google-oauth-client</artifactId >
88
88
</dependency >
89
+ <dependency >
90
+ <groupId >com.google.http-client</groupId >
91
+ <artifactId >google-http-client</artifactId >
92
+ </dependency >
89
93
<dependency >
90
94
<groupId >com.google.http-client</groupId >
91
95
<artifactId >google-http-client-jackson2</artifactId >
Original file line number Diff line number Diff line change 88
88
<groupId >com.google.oauth-client</groupId >
89
89
<artifactId >google-oauth-client-java6</artifactId >
90
90
</dependency >
91
+ <dependency >
92
+ <groupId >com.google.http-client</groupId >
93
+ <artifactId >google-http-client</artifactId >
94
+ </dependency >
91
95
<dependency >
92
96
<groupId >junit</groupId >
93
97
<artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 112
112
<groupId >com.google.oauth-client</groupId >
113
113
<artifactId >google-oauth-client</artifactId >
114
114
</dependency >
115
+ <dependency >
116
+ <groupId >com.google.http-client</groupId >
117
+ <artifactId >google-http-client</artifactId >
118
+ </dependency >
115
119
<dependency >
116
120
<groupId >javax.servlet</groupId >
117
121
<artifactId >servlet-api</artifactId >
Original file line number Diff line number Diff line change 79
79
<groupId >com.google.http-client</groupId >
80
80
<artifactId >google-http-client</artifactId >
81
81
</dependency >
82
- <dependency >
83
- <groupId >com.google.code.findbugs</groupId >
84
- <artifactId >jsr305</artifactId >
85
- </dependency >
86
82
<dependency >
87
83
<groupId >com.google.http-client</groupId >
88
84
<artifactId >google-http-client-jackson2</artifactId >
Original file line number Diff line number Diff line change 97
97
<groupId >com.google.oauth-client</groupId >
98
98
<artifactId >google-oauth-client-jetty</artifactId >
99
99
</dependency >
100
+ <dependency >
101
+ <groupId >com.google.http-client</groupId >
102
+ <artifactId >google-http-client</artifactId >
103
+ </dependency >
100
104
<dependency >
101
105
<groupId >com.google.http-client</groupId >
102
106
<artifactId >google-http-client-jackson2</artifactId >
Original file line number Diff line number Diff line change 89
89
<groupId >com.google.oauth-client</groupId >
90
90
<artifactId >google-oauth-client</artifactId >
91
91
</dependency >
92
+ <dependency >
93
+ <groupId >com.google.oauth-client</groupId >
94
+ <artifactId >google-oauth-client-java6</artifactId >
95
+ </dependency >
92
96
<dependency >
93
97
<groupId >com.google.oauth-client</groupId >
94
98
<artifactId >google-oauth-client-jetty</artifactId >
95
99
</dependency >
100
+ <dependency >
101
+ <groupId >com.google.http-client</groupId >
102
+ <artifactId >google-http-client</artifactId >
103
+ </dependency >
96
104
<dependency >
97
105
<groupId >com.google.http-client</groupId >
98
106
<artifactId >google-http-client-jackson2</artifactId >
You can’t perform that action at this time.
0 commit comments