Buck: Fix eclipse project generation
I4212ac327a moved gwt-dev transitive dependencies to first order dependencies. This broke eclipse project generation, as javax validation is still needed. Add it explicitly again. Change-Id: If47aad9d7a354f088e94770684ba07ac6c77a827
This commit is contained in:
@@ -21,6 +21,7 @@ java_library(
|
||||
'//lib/bouncycastle:bcprov',
|
||||
'//lib/bouncycastle:bcpg',
|
||||
'//lib/bouncycastle:bcpkix',
|
||||
'//lib/gwt:javax-validation',
|
||||
'//lib/jetty:servlets',
|
||||
'//lib/prolog:compiler_lib',
|
||||
'//Documentation:index_lib',
|
||||
|
||||
Reference in New Issue
Block a user