Skip to content

Commit

Permalink
Fixing maven compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Jun 3, 2022
1 parent 2d2cb9f commit 2749e7e
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,6 @@
<artifactId>luwrain</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>languagetool-core</artifactId>
<version>${languagetool.version}</version>
</dependency>
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>language-en</artifactId>
<version>${languagetool.version}</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>${pdfbox.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId>
<version>2.6.0</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 2749e7e

Please sign in to comment.