From 41d216ca7993991d32a077d0650ccfad8a846942 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 25 Feb 2023 10:02:11 +0100 Subject: [PATCH] Remove annotation dependencies This is used to prevent a failure when guix creates the Maven directory structure and fails to find these dependencies. --- guava/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/guava/pom.xml b/guava/pom.xml index 81a2005..5237047 100644 --- a/guava/pom.xml +++ b/guava/pom.xml @@ -31,18 +31,6 @@ com.google.code.findbugs jsr305 - - org.checkerframework - checker-qual - - - com.google.errorprone - error_prone_annotations - - - com.google.j2objc - j2objc-annotations - -- 2.38.1 tc/git?id=7d4cab7473cc9a9c4c831a6c83fa172bd7ab6f10'>diff
path: root/etc/git
AgeCommit message (Expand)Author
2017-02-08etc: The pre-push hook says which commits failed the signature check....* etc/git/pre-push: Check each commit's signature individually so that we can report which commits fail the check. Leo Famulari
2017-01-04doc: Add a Git hook that verifies signatures before pushing....* HACKING (Commit Access): Describe the pre-push Git hook. * etc/git/pre-push: New file. Leo Famulari