Remove enforcement date from the SslServerInitializer (#1117)

The enforcement data has passed and ICANN has confirmed that their web
WHOIS prober conforms to our requirements.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/nomulus/1117)
<!-- Reviewable:end -->
This commit is contained in:
Lai Jiang
2021-04-30 15:44:03 -04:00
committed by GitHub
parent eb6a1fe1ed
commit 8d63cbfca0
7 changed files with 37 additions and 141 deletions
-1
View File
@@ -43,7 +43,6 @@ dependencies {
annotationProcessor deps['com.google.dagger:dagger-compiler']
testAnnotationProcessor deps['com.google.dagger:dagger-compiler']
compile 'joda-time:joda-time:2.9.2'
}
// Make testing artifacts available to be depended up on by other projects.