From 77a4cc373914396dd343891e38cf743166668c96 Mon Sep 17 00:00:00 2001 From: Mira Leung Date: Tue, 16 Jun 2020 16:34:57 -0700 Subject: [PATCH] fix: add back javax.annotation dependency (#1129) --- dependencies.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/dependencies.properties b/dependencies.properties index c5d3f9919..b3c2daa27 100644 --- a/dependencies.properties +++ b/dependencies.properties @@ -54,6 +54,7 @@ maven.com_google_http_client_google_http_client_jackson2=com.google.http-client: maven.com_fasterxml_jackson_core_jackson_core=com.fasterxml.jackson.core:jackson-core:2.10.1 maven.org_codehaus_mojo_animal_sniffer_annotations=org.codehaus.mojo:animal-sniffer-annotations:1.18 maven.org_apache_commons_commons_lang3=org.apache.commons:commons-lang3:3.6 +maven.javax_annotation_javax_annotation_api=javax.annotation:javax.annotation-api:1.3.2 # Testing maven artifacts maven.junit_junit=junit:junit:4.13