Skip to content

Commit

Permalink
Merge pull request #117 from jenkinsci/assertj-object-assertion
Browse files Browse the repository at this point in the history
Add object assertions template to avoid deprecated warnings
  • Loading branch information
uhafner authored Aug 26, 2020
2 parents db8fdd8 + 418b57f commit dd690d0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
Expand Down Expand Up @@ -491,8 +496,8 @@
<templates>
<templatesDirectory>${project.basedir}/etc/assertj-templates/</templatesDirectory>
<assertionsEntryPointClass>assertions_entry_point_class_template.txt</assertionsEntryPointClass>
<softEntryPointAssertionClass>soft_assertions_entry_point_class_template.txt
</softEntryPointAssertionClass>
<softEntryPointAssertionClass>soft_assertions_entry_point_class_template.txt</softEntryPointAssertionClass>
<objectAssertion>has_assertion_template.txt</objectAssertion>
</templates>
</configuration>
</plugin>
Expand Down

0 comments on commit dd690d0

Please sign in to comment.