summaryrefslogtreecommitdiffstats
path: root/docprocs
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-01-10 08:43:57 +0100
committerGitHub <noreply@github.com>2020-01-10 08:43:57 +0100
commit0100db79513eb83d4680e9c7c01ee8bff2386075 (patch)
tree3f18c4bdf774b995805c34ba7273626bbf755722 /docprocs
parent8a662f6c89dcb4f923625895f7e157057896585b (diff)
Revert "Bjorncs/java deps cleanup"
Diffstat (limited to 'docprocs')
-rw-r--r--docprocs/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docprocs/pom.xml b/docprocs/pom.xml
index 2d222431d8f..b7272de2253 100644
--- a/docprocs/pom.xml
+++ b/docprocs/pom.xml
@@ -52,6 +52,10 @@
<artifactId>annotations</artifactId>
</exclusion>
<exclusion>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>