Skip to content

Commit

Permalink
add assertj depdendency
Browse files Browse the repository at this point in the history
  • Loading branch information
javajigi committed Jan 9, 2018
1 parent 7cce086 commit 7b59d5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ dependencies {
compile('com.sparkjava:spark-template-handlebars:2.5.5')
compile('ch.qos.logback:logback-classic:1.2.3')
testCompile('junit:junit:4.12')
testCompile('org.assertj:assertj-core:3.9.0')
}
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.9.0</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 7b59d5f

Please sign in to comment.