Skip to content

Commit

Permalink
Updating instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
algogrit committed Jun 27, 2019
1 parent 6135b2b commit 6bfb096
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions code-samples/02-Client-Server/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,18 @@ mvn archetype:generate \
Refer: http://sparkjava.com/tutorials/maven-setup

```xml
<dependencies>
<dependencies>
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.5</version>
</dependency>
</dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.21</version>
</dependency>
</dependencies>
```

Also modify:
Expand Down

0 comments on commit 6bfb096

Please sign in to comment.