Skip to content

Commit

Permalink
use profile 'hsqldb' by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bliessens committed Jan 22, 2016
1 parent 8a4d9f8 commit 9285edd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"classpath:/spring-context.xml",
"classpath:/spring-axon.xml"
})
@ActiveProfiles({"mariadb"})
@ActiveProfiles({"hsqldb"})
public class OrderAggregateIntegrationTest {

@Autowired
Expand Down

0 comments on commit 9285edd

Please sign in to comment.