File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 104
104
</execution >
105
105
</executions >
106
106
</plugin >
107
+ <plugin >
108
+ <groupId >org.apache.maven.plugins</groupId >
109
+ <artifactId >maven-dependency-plugin</artifactId >
110
+ <configuration >
111
+ <usedDependencies >commons-codec:commons-codec</usedDependencies >
112
+ </configuration >
113
+ </plugin >
107
114
</plugins >
108
115
109
116
<resources >
117
124
</resources >
118
125
</build >
119
126
<dependencies >
127
+ <dependency >
128
+ <!-- google-api-client itself does not touch commons-codec. Its
129
+ httpclient's dependency. For security advisories in commons-codec, it
130
+ declares a newer commons-codec than the one declared by httpclient. -->
131
+ <groupId >commons-codec</groupId >
132
+ <artifactId >commons-codec</artifactId >
133
+ </dependency >
120
134
<dependency >
121
135
<groupId >com.google.oauth-client</groupId >
122
136
<artifactId >google-oauth-client</artifactId >
You can’t perform that action at this time.
0 commit comments