Skip to content

Commit

Permalink
Tie the modules together
Browse files Browse the repository at this point in the history
  • Loading branch information
little-pinecone committed Aug 23, 2018
1 parent cfcf3aa commit 6963bee
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>in.keepgrowing</groupId>
<artifactId>spring-boot-angular-scaffolding</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<packaging>pom</packaging>

<name>spring-boot-angular-scaffolding</name>
<description>A multi-module project built with Spring Boot and Angular</description>
Expand All @@ -24,27 +24,10 @@
<java.version>1.8</java.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<modules>
<module>backend</module>
<module>frontend</module>
</modules>


</project>

0 comments on commit 6963bee

Please sign in to comment.