java_library(
  name='penguin-compat',
  provides=artifact(
    org='com.twitter',
    name='twitter-text-penguin-compat',
    repo=artifactory,
  ),
  dependencies=[
    'twitter-text/lib/java/src/main/java/com/twitter/twittertext',
  ],
  # Exists in order to add-back the deprecated name for the Regex class.
  tags={'deprecated'},
)
