Skip to content

Commit cc8f13a

Browse files
committed
Merge pull request #72 from halgrimur/patch-2
Update pom.xml
2 parents 3610542 + dcec9e5 commit cc8f13a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

managed_vms/helloworld/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<groupId>com.example.managedvms</groupId>
99
<artifactId>managedvms-helloworld-mvm</artifactId>
1010

11+
<!-- [START dependencies] -->
1112
<dependencies>
1213
<dependency>
1314
<groupId>javax.servlet</groupId>
@@ -17,6 +18,7 @@
1718
<scope>provided</scope>
1819
</dependency>
1920
</dependencies>
21+
<!-- [END dependencies] -->
2022

2123
<build>
2224
<!-- for hot reload of the web application -->

0 commit comments

Comments
 (0)