Skip to content

Commit

Permalink
Merge pull request #266 from hazendaz/master
Browse files Browse the repository at this point in the history
[ci] Add note about how to test usage with arquillian
  • Loading branch information
hazendaz committed Dec 31, 2021
2 parents d00d68e + a0b0092 commit b79b39d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ The cdi profile can be cdi-1.1, cdi-1.2, or cdi-2.0 and required to run with any
- mvn clean install -P"cdi-1.2"
- mvn clean install -P"cdi-2.0"

Testing with Arquillian
-----------------------

In order to test with Arquillian, one class needs to be added to 'JavaArchive' in order for this to load properly. Add 'SqlSessionManagerRegistry.class'.

Essentials
----------

Expand Down

0 comments on commit b79b39d

Please sign in to comment.