Skip to content

Commit

Permalink
Step 1 | 01:57 | Add the backend person-service and the add-on vaadin…
Browse files Browse the repository at this point in the history
…-cdi as dependencies
  • Loading branch information
amahdy committed Jun 1, 2017
1 parent f767c14 commit 86f4376
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,21 @@

<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>7.0</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.vaadin.stepbystep</groupId>
<artifactId>person-service</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-cdi</artifactId>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-server</artifactId>
Expand Down

0 comments on commit 86f4376

Please sign in to comment.