File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 82
82
<plugins >
83
83
<plugin >
84
84
<artifactId >maven-compiler-plugin</artifactId >
85
- <version >3.3 </version >
85
+ <version >3.6.1 </version >
86
86
<configuration >
87
87
<source >${source.property} </source >
88
88
<target >${target.property} </target >
91
91
</plugin >
92
92
<plugin >
93
93
<artifactId >maven-surefire-plugin</artifactId >
94
- <version >2.18 .1</version >
94
+ <version >2.19 .1</version >
95
95
<configuration >
96
96
<redirectTestOutputToFile >${surefire.redirectTestOutputToFile} </redirectTestOutputToFile >
97
97
<systemPropertyVariables >
98
98
<org .asynchttpclient.shutdownQuietPeriod>10</org .asynchttpclient.shutdownQuietPeriod>
99
99
<org .asynchttpclient.shutdownTimeout>100</org .asynchttpclient.shutdownTimeout>
100
+ <sun .net.spi.nameservice.nameservers>8.8.8.8</sun .net.spi.nameservice.nameservers>
101
+ <sun .net.spi.nameservice.provider.1>dns,sun</sun .net.spi.nameservice.provider.1>
100
102
</systemPropertyVariables >
101
103
</configuration >
102
104
</plugin >
121
123
</plugin >
122
124
<plugin >
123
125
<artifactId >maven-resources-plugin</artifactId >
124
- <version >2.7 </version >
126
+ <version >3.0.2 </version >
125
127
<configuration >
126
128
<encoding >UTF-8</encoding >
127
129
</configuration >
134
136
</plugin >
135
137
<plugin >
136
138
<artifactId >maven-jar-plugin</artifactId >
137
- <version >2.6 </version >
139
+ <version >3.0.2 </version >
138
140
</plugin >
139
141
<plugin >
140
142
<artifactId >maven-source-plugin</artifactId >
141
- <version >2.4 </version >
143
+ <version >3.0.1 </version >
142
144
<executions >
143
145
<execution >
144
146
<id >attach-sources</id >
154
156
<plugins >
155
157
<plugin >
156
158
<artifactId >maven-javadoc-plugin</artifactId >
157
- <version >2.10.3 </version >
159
+ <version >2.10.4 </version >
158
160
</plugin >
159
161
</plugins >
160
162
</pluginManagement >
You can’t perform that action at this time.
0 commit comments