Skip to content

Instantly share code, notes, and snippets.

@m0mus

m0mus/pom.xml Secret

Created September 9, 2018 22:45
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 m0mus/004c3b254428976b7efa7f7cf303b9e7 to your computer and use it in GitHub Desktop.
Save m0mus/004c3b254428976b7efa7f7cf303b9e7 to your computer and use it in GitHub Desktop.
Helidon Takes Flight #7
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.helidon</groupId>
<artifactId>helidon-bom</artifactId>
<version>${helidon-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment