Skip to content
Snippets Groups Projects
Commit 43183c76 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

missing logger added

parent 676a2537
No related branches found
No related tags found
2 merge requests!1700Resolve "introduce new frontend to the jar file build process",!1527Version update
Pipeline #83793 failed
......@@ -118,6 +118,12 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4jVersion}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
......
......@@ -34,7 +34,6 @@ import lcsb.mapviewer.model.map.species.Species;
public class ReactionTest extends ModelTestFunctions {
private Species species;
@Before
......
......@@ -189,7 +189,6 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4jVersion}</version>
<scope>compile</scope>
</dependency>
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment