```lightning:CompStak-services jim$ cat apps/BUILD...
# general
c
Copy code
lightning:CompStak-services jim$ cat apps/BUILD

# collection of other stuff that we basically always need for an app to run

java_library(
  name = 'runtime-deps',
  dependencies = [
    scoped('3rdparty:logback', scope='runtime'),
    scoped('3rdparty:mysql', scope='runtime'),
  ],
  resources=[
    'utils/src/main/resources:logback-xml',
  ],
)
lightning:CompStak-services jim$ ./pants list apps/:: | grep -i unstab
apps:logback-unstable-runtime-9aa33605b6fac2919a2f80ef05b17d1f030bffd2
apps:mysql-unstable-runtime-5aa5a5af06beede54501c52edb5f514e1060830a