Skip to content

Commit

Permalink
Add JUnit dependency to pom.xml .
Browse files Browse the repository at this point in the history
  • Loading branch information
mifmif committed Oct 15, 2014
2 parents 63ae7ff + c46390f commit 9ec1e38
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@
<developers>
<developer>
<id>mifmif</id>
<name>mifmif</name>
<name>MIFRAH Youssef</name>
<email>mifmif.com@gmail.com</email>
</developer>
<developer>
<id>mkolisnyk</id>
<name>mkolisnyk</name>
<email>kolesnik.nickolay@gmail.com</email>
</developer>
</developers>

<parent>
Expand All @@ -46,6 +51,10 @@
<address>mifmif.com@gmail.com</address>
<type>mail</type>
</notifier>
<notifier>
<address>kolesnik.nickolay@gmail.com</address>
<type>mail</type>
</notifier>
</notifiers>
</ciManagement>

Expand Down Expand Up @@ -374,5 +383,14 @@
<artifactId>automaton</artifactId>
<version>1.11-8</version>
</dependency>


<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>

</dependencies>
</project>
</project>

0 comments on commit 9ec1e38

Please sign in to comment.