google-nomulus/java/google/registry/tools/server
mcilwain bb1b4bc0d4 Clean up third_party imports in BUILD files
This removes the following unnecessary imports:

//third_party/java/activation
//third_party/java/bouncycastle
//third_party/java/bouncycastle_bcpg
//third_party/java/dagger
//third_party/java/dnsjava
//third_party/java/jaxws_api
//third_party/java/jcommander
//third_party/java/joda_money
//third_party/java/joda_time
//third_party/java/json_simple
//third_party/java/junit
//third_party/java/mockito
//third_party/java/re2j
//third_party/java/servlet/servlet_api
//third_party/java/truth:truth8

The exact command run to generate this CL was:

build_cleaner '//third_party/java_src/gtld/...' -c '' --dep_restrictions='//third_party/java/activation,//third_party/java/bouncycastle,//third_party/java/bouncycastle_bcpg,//third_party/java/dagger,//third_party/java/dnsjava,//third_party/java/jaxws_api,//third_party/java/jcommander,//third_party/java/joda_money,//third_party/java/joda_time,//third_party/java/json_simple,//third_party/java/junit,//third_party/java/mockito,//third_party/java/re2j,//third_party/java/servlet/servlet_api,//third_party/java/truth:truth8'

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=202344774
2018-07-14 01:11:51 -04:00
..
BUILD Clean up third_party imports in BUILD files 2018-07-14 01:11:51 -04:00
CreateGroupsAction.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
CreateOrUpdatePremiumListAction.java Migrate to flogger (red) 2018-05-30 12:18:54 -04:00
CreatePremiumListAction.java Migrate to flogger (red) 2018-05-30 12:18:54 -04:00
DeleteEntityAction.java Migrate away from VoidWorks 2018-06-27 15:28:52 -04:00
GenerateZoneFilesAction.java Migrate Guava Predicates.notNull to Objects.nonNull 2017-12-27 11:19:53 -05:00
KillAllCommitLogsAction.java Replace Stream.concat with Streams.concat 2017-12-27 11:35:47 -05:00
KillAllEntitiesReducer.java Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00
KillAllEppResourcesAction.java Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00
ListDomainsAction.java Allow nomulus list_domains to query any number of TLDs 2018-06-18 17:48:44 -04:00
ListHostsAction.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
ListObjectsAction.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
ListPremiumListsAction.java Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00
ListRegistrarsAction.java Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00
ListReservedListsAction.java Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00
ListTldsAction.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
PollMapreduceAction.java Add PollMapreduceAction 2017-09-12 15:51:44 -04:00
RefreshDnsForAllDomainsAction.java Consolidate all Set parameter parsing 2018-06-06 15:04:02 -04:00
ResaveAllHistoryEntriesAction.java Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00
ToolsServerModule.java Consolidate all Set parameter parsing 2018-06-06 15:04:02 -04:00
UpdatePremiumListAction.java Migrate to flogger (red) 2018-05-30 12:18:54 -04:00
VerifyOteAction.java Add per-test output to verify_ote command in --summarize mode 2018-04-02 16:50:42 -04:00