From 82ba23e64ab16d701872dd262bf0d960c7cb8a68 Mon Sep 17 00:00:00 2001
From: Matthias Andreas Benkard <code@mail.matthias.benkard.de>
Date: Thu, 12 Jan 2023 19:39:21 +0100
Subject: Remove Picnic Error Prone Support.

Change-Id: I3978fc97fc232ed182f4331011e513ef9d443c0e
---
 jgvariant-parent/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/jgvariant-parent/pom.xml b/jgvariant-parent/pom.xml
index 08afa85..12feca0 100644
--- a/jgvariant-parent/pom.xml
+++ b/jgvariant-parent/pom.xml
@@ -70,7 +70,6 @@ SPDX-License-Identifier: LGPL-3.0-or-later
 
     <apiguardian.version>1.1.2</apiguardian.version>
     <errorprone.version>2.16</errorprone.version>
-    <error-prone-support.version>0.6.0</error-prone-support.version>
     <google-java-format.version>1.15.0</google-java-format.version>
     <inject-resources.version>0.3.2</inject-resources.version>
     <jetbrains-annotations.version>24.0.0</jetbrains-annotations.version>
@@ -189,16 +188,6 @@ SPDX-License-Identifier: LGPL-3.0-or-later
                 <artifactId>error_prone_core</artifactId>
                 <version>${errorprone.version}</version>
               </path>
-              <path>
-                <groupId>tech.picnic.error-prone-support</groupId>
-                <artifactId>error-prone-contrib</artifactId>
-                <version>${error-prone-support.version}</version>
-              </path>
-              <path>
-                <groupId>tech.picnic.error-prone-support</groupId>
-                <artifactId>refaster-runner</artifactId>
-                <version>${error-prone-support.version}</version>
-              </path>
               <path>
                 <groupId>com.uber.nullaway</groupId>
                 <artifactId>nullaway</artifactId>
-- 
cgit v1.2.3