Skip to content

Instantly share code, notes, and snippets.

@vrevelas
Created April 4, 2019 14:10
Show Gist options
  • Save vrevelas/72f37dad2a575c4293a293351dc11c0e to your computer and use it in GitHub Desktop.
Save vrevelas/72f37dad2a575c4293a293351dc11c0e to your computer and use it in GitHub Desktop.
Minimal error pom
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.mycompany.app</groupId>
<artifactId>my-app</artifactId>
<version>1</version>
<dependencies>
<dependency>
<groupId>nosuchartifact</groupId>
<artifactId>maven-artifact</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment