Skip to content

Commit 0dd4d7b

Browse files
committed
Removed unneeded deps and files
1 parent 1b2ba4a commit 0dd4d7b

File tree

7 files changed

+0
-197
lines changed

7 files changed

+0
-197
lines changed

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,16 @@
7070
<artifactId>jackson-databind</artifactId>
7171
<version>${jackson.version}</version>
7272
</dependency>
73-
7473
<dependency>
7574
<groupId>org.ahocorasick</groupId>
7675
<artifactId>ahocorasick</artifactId>
7776
<version>${ahocorasick.version}</version>
7877
</dependency>
79-
8078
<dependency>
8179
<groupId>org.apache.commons</groupId>
8280
<artifactId>commons-lang3</artifactId>
8381
<version>${commons.lang3.version}</version>
8482
</dependency>
85-
8683
<dependency>
8784
<groupId>org.cache2k</groupId>
8885
<artifactId>cache2k-api</artifactId>
@@ -94,7 +91,6 @@
9491
<version>${cache2k.version}</version>
9592
<scope>runtime</scope>
9693
</dependency>
97-
9894
<dependency>
9995
<groupId>org.slf4j</groupId>
10096
<artifactId>slf4j-api</artifactId>
@@ -126,12 +122,6 @@
126122
<version>${seerapi-client.version}</version>
127123
<scope>test</scope>
128124
</dependency>
129-
<dependency>
130-
<groupId>com.squareup.okhttp3</groupId>
131-
<artifactId>okhttp</artifactId>
132-
<version>${okhttp.version}</version>
133-
<scope>test</scope>
134-
</dependency>
135125
<dependency>
136126
<groupId>org.slf4j</groupId>
137127
<artifactId>slf4j-simple</artifactId>
@@ -150,7 +140,6 @@
150140
<release>${maven.compiler.release}</release>
151141
</configuration>
152142
</plugin>
153-
154143
<plugin>
155144
<groupId>org.apache.maven.plugins</groupId>
156145
<artifactId>maven-surefire-plugin</artifactId>
@@ -159,13 +148,11 @@
159148
<useModulePath>false</useModulePath>
160149
</configuration>
161150
</plugin>
162-
163151
<plugin>
164152
<groupId>org.apache.maven.plugins</groupId>
165153
<artifactId>maven-jar-plugin</artifactId>
166154
<version>3.5.0</version>
167155
</plugin>
168-
169156
<plugin>
170157
<groupId>org.jacoco</groupId>
171158
<artifactId>jacoco-maven-plugin</artifactId>
@@ -186,7 +173,6 @@
186173
</execution>
187174
</executions>
188175
</plugin>
189-
190176
<plugin>
191177
<groupId>com.github.spotbugs</groupId>
192178
<artifactId>spotbugs-maven-plugin</artifactId>
@@ -209,7 +195,6 @@
209195
</execution>
210196
</executions>
211197
</plugin>
212-
213198
<plugin>
214199
<groupId>org.apache.maven.plugins</groupId>
215200
<artifactId>maven-source-plugin</artifactId>
@@ -223,7 +208,6 @@
223208
</execution>
224209
</executions>
225210
</plugin>
226-
227211
<plugin>
228212
<groupId>org.apache.maven.plugins</groupId>
229213
<artifactId>maven-javadoc-plugin</artifactId>
@@ -240,7 +224,6 @@
240224
</execution>
241225
</executions>
242226
</plugin>
243-
244227
<plugin>
245228
<groupId>org.codehaus.mojo</groupId>
246229
<artifactId>versions-maven-plugin</artifactId>
@@ -249,7 +232,6 @@
249232
<ignoredVersions>.*-M.*,.*-alpha.*,.*-beta.*</ignoredVersions>
250233
</configuration>
251234
</plugin>
252-
253235
<plugin>
254236
<groupId>org.sonarsource.scanner.maven</groupId>
255237
<artifactId>sonar-maven-plugin</artifactId>

src/test/java/com/imsweb/staging/updater/BadRequestException.java

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/test/java/com/imsweb/staging/updater/ErrorInterceptor.java

Lines changed: 0 additions & 56 deletions
This file was deleted.

src/test/java/com/imsweb/staging/updater/ErrorResponse.java

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/test/java/com/imsweb/staging/updater/NotAuthorizedException.java

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/test/java/com/imsweb/staging/updater/NotFoundException.java

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/test/java/com/imsweb/staging/updater/SeerApiException.java

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)