|
70 | 70 | <artifactId>jackson-databind</artifactId> |
71 | 71 | <version>${jackson.version}</version> |
72 | 72 | </dependency> |
73 | | - |
74 | 73 | <dependency> |
75 | 74 | <groupId>org.ahocorasick</groupId> |
76 | 75 | <artifactId>ahocorasick</artifactId> |
77 | 76 | <version>${ahocorasick.version}</version> |
78 | 77 | </dependency> |
79 | | - |
80 | 78 | <dependency> |
81 | 79 | <groupId>org.apache.commons</groupId> |
82 | 80 | <artifactId>commons-lang3</artifactId> |
83 | 81 | <version>${commons.lang3.version}</version> |
84 | 82 | </dependency> |
85 | | - |
86 | 83 | <dependency> |
87 | 84 | <groupId>org.cache2k</groupId> |
88 | 85 | <artifactId>cache2k-api</artifactId> |
|
94 | 91 | <version>${cache2k.version}</version> |
95 | 92 | <scope>runtime</scope> |
96 | 93 | </dependency> |
97 | | - |
98 | 94 | <dependency> |
99 | 95 | <groupId>org.slf4j</groupId> |
100 | 96 | <artifactId>slf4j-api</artifactId> |
|
126 | 122 | <version>${seerapi-client.version}</version> |
127 | 123 | <scope>test</scope> |
128 | 124 | </dependency> |
129 | | - <dependency> |
130 | | - <groupId>com.squareup.okhttp3</groupId> |
131 | | - <artifactId>okhttp</artifactId> |
132 | | - <version>${okhttp.version}</version> |
133 | | - <scope>test</scope> |
134 | | - </dependency> |
135 | 125 | <dependency> |
136 | 126 | <groupId>org.slf4j</groupId> |
137 | 127 | <artifactId>slf4j-simple</artifactId> |
|
150 | 140 | <release>${maven.compiler.release}</release> |
151 | 141 | </configuration> |
152 | 142 | </plugin> |
153 | | - |
154 | 143 | <plugin> |
155 | 144 | <groupId>org.apache.maven.plugins</groupId> |
156 | 145 | <artifactId>maven-surefire-plugin</artifactId> |
|
159 | 148 | <useModulePath>false</useModulePath> |
160 | 149 | </configuration> |
161 | 150 | </plugin> |
162 | | - |
163 | 151 | <plugin> |
164 | 152 | <groupId>org.apache.maven.plugins</groupId> |
165 | 153 | <artifactId>maven-jar-plugin</artifactId> |
166 | 154 | <version>3.5.0</version> |
167 | 155 | </plugin> |
168 | | - |
169 | 156 | <plugin> |
170 | 157 | <groupId>org.jacoco</groupId> |
171 | 158 | <artifactId>jacoco-maven-plugin</artifactId> |
|
186 | 173 | </execution> |
187 | 174 | </executions> |
188 | 175 | </plugin> |
189 | | - |
190 | 176 | <plugin> |
191 | 177 | <groupId>com.github.spotbugs</groupId> |
192 | 178 | <artifactId>spotbugs-maven-plugin</artifactId> |
|
209 | 195 | </execution> |
210 | 196 | </executions> |
211 | 197 | </plugin> |
212 | | - |
213 | 198 | <plugin> |
214 | 199 | <groupId>org.apache.maven.plugins</groupId> |
215 | 200 | <artifactId>maven-source-plugin</artifactId> |
|
223 | 208 | </execution> |
224 | 209 | </executions> |
225 | 210 | </plugin> |
226 | | - |
227 | 211 | <plugin> |
228 | 212 | <groupId>org.apache.maven.plugins</groupId> |
229 | 213 | <artifactId>maven-javadoc-plugin</artifactId> |
|
240 | 224 | </execution> |
241 | 225 | </executions> |
242 | 226 | </plugin> |
243 | | - |
244 | 227 | <plugin> |
245 | 228 | <groupId>org.codehaus.mojo</groupId> |
246 | 229 | <artifactId>versions-maven-plugin</artifactId> |
|
249 | 232 | <ignoredVersions>.*-M.*,.*-alpha.*,.*-beta.*</ignoredVersions> |
250 | 233 | </configuration> |
251 | 234 | </plugin> |
252 | | - |
253 | 235 | <plugin> |
254 | 236 | <groupId>org.sonarsource.scanner.maven</groupId> |
255 | 237 | <artifactId>sonar-maven-plugin</artifactId> |
|
0 commit comments