Skip to content

Commit

Permalink
Adding missing junit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed Dec 30, 2018
1 parent 805d348 commit b78ef07
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 23 deletions.
5 changes: 4 additions & 1 deletion jcore-jnet-ae-biomedical-english/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
<artifactId>jcore-jnet-ae</artifactId>
<version>2.3.8</version>
</dependency>
</dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency></dependencies>
<organization>
<name>JULIE Lab Jena, Germany</name>
<url>http://www.julielab.de</url>
Expand Down
51 changes: 29 additions & 22 deletions jcore-jpos-ae-medical-german/pom.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
<?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>jcore-projects</artifactId>
<version>2.3.8</version>
<groupId>de.julielab</groupId>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jcore-jpos-ae-medical-german</artifactId>
<dependencies>
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-jpos-ae</artifactId>
<version>2.3.8</version>
</dependency>
</dependencies>
<organization>
<url>http://www.julielab.de</url>
<name>JULIE Lab, Germany</name>
</organization>
<name>JCoRe JPOS AE, Medical German</name>
<url>https://github.com/JULIELab/jcore-projects/tree/master/jcore-jpos-ae-medical-german</url>
<description>This project employs the jcore-jpos-ae (Part-of-Speech Tagger) with a model trained on the confidential FraMed corpus.</description>
<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>jcore-projects</artifactId>
<version>2.3.8</version>
<groupId>de.julielab</groupId>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jcore-jpos-ae-medical-german</artifactId>
<dependencies>
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-jpos-ae</artifactId>
<version>2.3.8</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies>
<organization>
<url>http://www.julielab.de</url>
<name>JULIE Lab, Germany</name>
</organization>
<name>JCoRe JPOS AE, Medical German</name>
<url>https://github.com/JULIELab/jcore-projects/tree/master/jcore-jpos-ae-medical-german</url>
<description>This project employs the jcore-jpos-ae (Part-of-Speech Tagger) with a model trained on the confidential
FraMed corpus.
</description>
</project>

0 comments on commit b78ef07

Please sign in to comment.