Skip to content

Commit

Permalink
[Build] restructure dependency listings
Browse files Browse the repository at this point in the history
This mainly affects the logging-dependencies.
  • Loading branch information
HannesWell committed Sep 3, 2021
1 parent dadeb65 commit 0215cb6
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 48 deletions.
34 changes: 18 additions & 16 deletions symja_android_library/matheclipse-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,6 @@
<artifactId>apfloat</artifactId>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</dependency>

<dependency>
<groupId>org.hipparchus</groupId>
<artifactId>hipparchus-clustering</artifactId>
Expand Down Expand Up @@ -120,5 +104,23 @@
<artifactId>univocity-parsers</artifactId>
</dependency>

<!-- logging dependencies -->

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</dependency>

</dependencies>
</project>
40 changes: 21 additions & 19 deletions symja_android_library/matheclipse-external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,6 @@

<dependencies>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down Expand Up @@ -73,10 +57,28 @@
<artifactId>commons-text</artifactId>
</dependency>

<!-- <dependency> <groupId>edu.stanford.nlp</groupId> <artifactId>stanford-corenlp</artifactId>
<version>4.0.0</version> </dependency> <dependency> <groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId> <version>4.0.0</version> <classifier>models</classifier>
<!-- <dependency> <groupId>edu.stanford.nlp</groupId> <artifactId>stanford-corenlp</artifactId>
<version>4.0.0</version> </dependency> <dependency> <groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId> <version>4.0.0</version> <classifier>models</classifier>
</dependency> -->

<!-- logging dependencies -->

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</dependency>

</dependencies>
</project>
2 changes: 2 additions & 0 deletions symja_android_library/matheclipse-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
<artifactId>poi-ooxml</artifactId>
</dependency>

<!-- test dependencies -->

<dependency>
<groupId>com.tngtech.archunit</groupId>
<artifactId>archunit-junit4</artifactId>
Expand Down
28 changes: 15 additions & 13 deletions symja_android_library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,6 @@
<version>1.8</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.2</version>
</dependency>

<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
Expand All @@ -224,7 +218,7 @@
<version>4.1.1</version>
</dependency>

<!-- <dependency> <groupId>de.uni-mannheim.rz.krum</groupId> <artifactId>jas</artifactId>
<!-- <dependency> <groupId>de.uni-mannheim.rz.krum</groupId> <artifactId>jas</artifactId>
<version>2.6.6025</version> </dependency> -->

<dependency>
Expand All @@ -249,7 +243,7 @@
<groupId>org.gavaghan</groupId>
<artifactId>geodesy</artifactId>
<version>1.1.3</version>
</dependency>
</dependency>

<dependency>
<groupId>org.hipparchus</groupId>
Expand Down Expand Up @@ -305,6 +299,14 @@
<version>0.8.12</version>
</dependency>

<!-- logging dependencies -->

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.2</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
Expand Down Expand Up @@ -338,8 +340,8 @@

</dependencies>

<!-- <repositories> <repository> <id>orekit</id> <url>https://packages.orekit.org/repository/maven-public/</url>
</repository> <repository> <id>sonatype</id> <url>https://oss.sonatype.org/content/groups/public/</url>
<!-- <repositories> <repository> <id>orekit</id> <url>https://packages.orekit.org/repository/maven-public/</url>
</repository> <repository> <id>sonatype</id> <url>https://oss.sonatype.org/content/groups/public/</url>
</repository> </repositories> -->

<build>
Expand Down Expand Up @@ -429,9 +431,9 @@
</configuration>
</plugin>

<!-- <plugin> <groupId>com.google.cloud.tools</groupId> <artifactId>jib-maven-plugin</artifactId>
<version>2.7.0</version> <configuration> <to> <image>servletserver</image>
</to> <container> <mainClass>org.matheclipse.io.servlet.ServletServer</mainClass>
<!-- <plugin> <groupId>com.google.cloud.tools</groupId> <artifactId>jib-maven-plugin</artifactId>
<version>2.7.0</version> <configuration> <to> <image>servletserver</image>
</to> <container> <mainClass>org.matheclipse.io.servlet.ServletServer</mainClass>
</container> </configuration> </plugin> -->

</plugins>
Expand Down

0 comments on commit 0215cb6

Please sign in to comment.