Skip to content

Commit

Permalink
#61 - Added demo application [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
starnowski committed Jan 21, 2020
1 parent 17f92df commit 8adc668
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions juni5-spring-demo/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>parent</artifactId>
<groupId>com.github.starnowski.bmunit.extension</groupId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>juni5-spring-demo</artifactId>


</project>
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<module>junit4-rule-demo</module>
<module>junit4-rule-utils-demo</module>
<module>junit4-spock-spring-demo</module>
<!-- <module>junit5-extension</module>-->
<module>juni5-spring-demo</module>
<!-- <module>junit5-extension</module>-->
</modules>
<packaging>pom</packaging>

Expand Down

0 comments on commit 8adc668

Please sign in to comment.