Skip to content

Commit 51abe95

Browse files
committed
Add exclusions for the older microservice util packages
1 parent b1990e1 commit 51abe95

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,26 @@
265265
<groupId>io.protostuff</groupId>
266266
<artifactId>protostuff-api</artifactId>
267267
</exclusion>
268+
<exclusion>
269+
<groupId>gov.nsa.datawave.microservice</groupId>
270+
<artifactId>base-rest-responses</artifactId>
271+
</exclusion>
272+
<exclusion>
273+
<groupId>gov.nsa.datawave.microservice</groupId>
274+
<artifactId>accumulo-utils</artifactId>
275+
</exclusion>
276+
<exclusion>
277+
<groupId>gov.nsa.datawave.microservice</groupId>
278+
<artifactId>common-utils</artifactId>
279+
</exclusion>
280+
<exclusion>
281+
<groupId>gov.nsa.datawave.microservice</groupId>
282+
<artifactId>metadata-utils</artifactId>
283+
</exclusion>
284+
<exclusion>
285+
<groupId>gov.nsa.datawave.microservice</groupId>
286+
<artifactId>type-utils</artifactId>
287+
</exclusion>
268288
</exclusions>
269289
</dependency>
270290
<dependency>

0 commit comments

Comments
 (0)