@@ -116,6 +116,8 @@
<scope>test</scope>
</dependency>
+
</dependencies>
<build>
@@ -153,6 +155,14 @@
</plugin>
+ <plugin>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-maven-plugin</artifactId>
+ <configuration>
+ <mainClass>scot.carricksoftware.grants.GrantsApplication</mainClass>
+ <layout>JAR</layout>
+ </configuration>
+ </plugin>
</plugins>
</build>