Skip to content

Commit

Permalink
changed config of example module to allow it to start up independently
Browse files Browse the repository at this point in the history
  • Loading branch information
ChemMitch committed May 22, 2024
1 parent 68d6f2d commit 1cafda1
Show file tree
Hide file tree
Showing 3 changed files with 987 additions and 1 deletion.
28 changes: 28 additions & 0 deletions gsrs-module-substance-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,34 @@
<artifactId>gsrs-core-entities</artifactId>
<version>${gsrs.version}</version>
</dependency>
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>gsrs-module-substances-data-exchange</artifactId>
<version>${gsrs.substance.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include "substances-core.conf"
include "substances-core-example.conf"

include "gsrs-h2-local.conf"

Expand Down
Loading

0 comments on commit 1cafda1

Please sign in to comment.