Skip to content

Commit

Permalink
#107: fixed #107
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianZipser committed Mar 29, 2017
1 parent 49f5814 commit d4bc59d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pepper-parentModule/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?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">
<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>
<groupId>org.corpus-tools</groupId>
<artifactId>pepper</artifactId>
Expand Down Expand Up @@ -72,6 +73,12 @@
<version>${slf4j.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
Expand Down

0 comments on commit d4bc59d

Please sign in to comment.