Skip to content

Commit

Permalink
[#360] fix jar logging configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Mar 2, 2020
1 parent 214fc88 commit ac5e9d9
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions datashare-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,31 @@
<dependencies>
<dependency>
<groupId>org.icij.datashare</groupId>
<artifactId>datashare-app</artifactId>
<artifactId>datashare-nlp-corenlp</artifactId>
<version>${project.version}</version>
<type>jar</type>
<classifier>jar-with-dependencies</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.icij.datashare</groupId>
<artifactId>datashare-index</artifactId>
<artifactId>datashare-nlp-opennlp</artifactId>
<version>${project.version}</version>
<type>jar</type>
<classifier>jar-with-dependencies</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.icij.datashare</groupId>
<artifactId>datashare-db</artifactId>
<artifactId>datashare-nlp-mitie</artifactId>
<version>${project.version}</version>
<type>jar</type>
<classifier>jar-with-dependencies</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.icij.datashare</groupId>
<artifactId>datashare-cli</artifactId>
<artifactId>datashare-nlp-ixapipe</artifactId>
<version>${project.version}</version>
<type>jar</type>
<classifier>jar-with-dependencies</classifier>
Expand All @@ -49,31 +49,31 @@

<dependency>
<groupId>org.icij.datashare</groupId>
<artifactId>datashare-nlp-corenlp</artifactId>
<artifactId>datashare-index</artifactId>
<version>${project.version}</version>
<type>jar</type>
<classifier>jar-with-dependencies</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.icij.datashare</groupId>
<artifactId>datashare-nlp-opennlp</artifactId>
<artifactId>datashare-db</artifactId>
<version>${project.version}</version>
<type>jar</type>
<classifier>jar-with-dependencies</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.icij.datashare</groupId>
<artifactId>datashare-nlp-mitie</artifactId>
<artifactId>datashare-cli</artifactId>
<version>${project.version}</version>
<type>jar</type>
<classifier>jar-with-dependencies</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.icij.datashare</groupId>
<artifactId>datashare-nlp-ixapipe</artifactId>
<artifactId>datashare-app</artifactId>
<version>${project.version}</version>
<type>jar</type>
<classifier>jar-with-dependencies</classifier>
Expand All @@ -96,6 +96,11 @@
<resource>.dat</resource>
</transformer>
</transformers>
<artifactSet>
<excludes>
<exclude>log4j:log4j:jar:</exclude>
</excludes>
</artifactSet>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit ac5e9d9

Please sign in to comment.