Initialize project page

This commit is contained in:
Ryan Baxter
2018-03-08 19:48:56 -05:00
parent b2be58e5da
commit ed9ae8a7e1
4 changed files with 116 additions and 7 deletions

17
_includes/pom.xml Normal file
View File

@@ -0,0 +1,17 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>{@= groupId @}</groupId>
<artifactId>spring-cloud-openfeign</artifactId>
<version>{@= version @}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>{@= groupId @}</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
</dependencies>