github.phpd.cn/thought-machine/please@v12.2.0+incompatible/third_party/java/BUILD (about)

     1  package(default_visibility = ['PUBLIC'])
     2  
     3  maven_jar(
     4      name = 'junit',
     5      id = 'junit:junit:4.12',
     6      hash = 'sha1: a791201ac8a3d2a251045a52e264de01343ad2df',
     7  )
     8  
     9  maven_jar(
    10      name = 'hamcrest',
    11      id = 'org.hamcrest:hamcrest-all:1.3',
    12      hash = 'sha1: 6e72502584462b2d35a7a6a18fc5541c412f08cc',
    13  )
    14  
    15  maven_jar(
    16      name = 'logback-classic',
    17      id = 'ch.qos.logback:logback-classic:1.1.3',
    18      hash = 'sha1: 245ace75b7a18931f103a79e74d53c66f1f90a9e',
    19      test_only = True,  # Only used in one test.
    20      deps = [
    21          ':logback-core',
    22          ':slf4j-api',
    23      ],
    24  )
    25  
    26  maven_jar(
    27      name = 'logback-core',
    28      id = 'ch.qos.logback:logback-core:1.1.3',
    29      hash = 'sha1: 53732a6ab1f058ad76808646519801e30cc4a780',
    30      test_only = True,
    31  )
    32  
    33  maven_jar(
    34      name = 'slf4j-api',
    35      id = 'org.slf4j:slf4j-api:1.7.10',
    36      hash = 'sha1: 0ff5ea6b9f644c97ef1de83eb75e7cc304103549',
    37      test_only = True,
    38  )
    39  
    40  maven_jar(
    41      name = 'protobuf',
    42      id = 'com.google.protobuf:protobuf-java:3.4.0',
    43      hash = 'ea1115a7983c2c23b7d90ccef4a83675f4e3df9c',
    44      sources = False,
    45  )