Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created August 12, 2019 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/53ef0df4ad1bd760bcbda8c4c72d8be2 to your computer and use it in GitHub Desktop.
Save recursivecodes/53ef0df4ad1bd760bcbda8c4c72d8be2 to your computer and use it in GitHub Desktop.
pom.xml
<dependency>
    <groupId>io.cloudevents</groupId>
    <artifactId>cloudevents-api</artifactId>
    <version>0.2.1</version>
</dependency>
<dependency>
    <groupId>com.drewnoakes</groupId>
    <artifactId>metadata-extractor</artifactId>
    <version>2.12.0</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment