Skip to content

Commit

Permalink
Minor updates to POM
Browse files Browse the repository at this point in the history
  • Loading branch information
fra82 committed Dec 10, 2018
1 parent e879d4a commit 6e4e139
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 371 deletions.
61 changes: 1 addition & 60 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,71 +225,12 @@
<scope>runtime</scope>
</dependency>



<!-- DB Data Loading - OMOP -->
<!-- NEEDED FOR SPRING-INDEPENDENT DB CONN. POOLING: https://mvnrepository.com/artifact/commons-pool/commons-pool -->
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.6</version>
</dependency>

<!-- MySQL -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.37</version>
</dependency>

<!-- Postgresql -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.4-1201-jdbc41</version>
</dependency>

<!-- HSQL DB -->
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.2.6</version>
</dependency>

<!-- Oracle -->
<dependency>
<groupId>driver.oracle</groupId>
<artifactId>driver</artifactId>
<version>7.0</version>
</dependency>

<!-- Teradata -->
<dependency>
<groupId>driver.teradata.driver</groupId>
<artifactId>terajdbc4</artifactId>
<version>1.0</version>
</dependency>

<dependency>
<groupId>driver.teradata.driver</groupId>
<artifactId>tdgssconfig</artifactId>
<version>1.0</version>
</dependency>

<!-- Microsoft SQL Server -->
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>sqljdbc4</artifactId>
<version>4.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/net.sf.ucanaccess/ucanaccess -->
<dependency>
<groupId>net.sf.ucanaccess</groupId>
<artifactId>ucanaccess</artifactId>
<version>3.0.3.1</version>
</dependency>


<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package es.imim.ibi.comorbidity4j.server.spring.contr;

import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.text.DecimalFormat;
Expand All @@ -15,9 +14,8 @@

import javax.servlet.http.HttpServletRequest;

import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.logging.log4j.util.Strings;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

import org.apache.commons.fileupload.servlet.ServletFileUpload;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.tuple.ImmutablePair;
import org.apache.logging.log4j.util.Strings;
import org.slf4j.Logger;
Expand Down
197 changes: 0 additions & 197 deletions src/main/java/es/imim/ibi/omop/db/DBConnector.java

This file was deleted.

29 changes: 0 additions & 29 deletions src/main/java/es/imim/ibi/omop/db/DbType.java

This file was deleted.

Loading

0 comments on commit 6e4e139

Please sign in to comment.