Skip to content

Commit

Permalink
đŸ˜… Add some logging, fix group type NPE, and add SQL generation assert…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
psbrandt committed Mar 18, 2021
1 parent 8f90b2d commit 56c6255
Show file tree
Hide file tree
Showing 12 changed files with 8,245 additions and 4,933 deletions.
16 changes: 14 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>edu.phema</groupId>
<artifactId>phema-elm-to-ohdsi</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
<packaging>jar</packaging>

<name>phema-elm-to-ohdsi</name>
Expand Down Expand Up @@ -247,11 +247,23 @@
<version>${ohdsi.circe.version}</version>
</dependency>

<!-- logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.30</version>
</dependency>

<!-- PhEMA dependencies -->
<dependency>
<groupId>edu.phema</groupId>
<artifactId>elm-utils</artifactId>
<version>0.0.8</version>
<version>0.1.3</version>
</dependency>
</dependencies>

Expand Down
Loading

0 comments on commit 56c6255

Please sign in to comment.