Skip to content

Commit

Permalink
Upgraded db-java-adapter to 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketsarang committed Jan 17, 2019
1 parent d9c0008 commit 921ca47
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
29 changes: 22 additions & 7 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,18 +217,33 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</dependency>

<!-- FTP server for remote file upload org.slf4j:slf4j-api:1.7.21-->
<!--<dependency>-->
<!--<groupId>org.apache.ftpserver</groupId>-->
<!--<artifactId>ftpserver-core</artifactId>-->
<!--<version>1.1.1</version>-->
<!--<exclusions>-->
<!--<exclusion>-->
<!--<groupId>org.slf4j</groupId>-->
<!--<artifactId>slf4j-api</artifactId>-->
<!--</exclusion>-->
<!--</exclusions>-->
<!--</dependency>-->

<!-- https://mvnrepository.com/artifact/org.apache.mina/mina-core -->
<dependency>
<groupId>org.apache.ftpserver</groupId>
<artifactId>ftpserver-core</artifactId>
<version>1.1.1</version>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
<version>2.0.4</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>



<!-- https://mvnrepository.com/artifact/org.apache.tika/tika-core -->
<dependency>
<groupId>org.apache.tika</groupId>
Expand Down Expand Up @@ -324,7 +339,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<dependency>
<groupId>com.blobcity</groupId>
<artifactId>db-java-adapter</artifactId>
<version>1.2.8</version>
<version>1.2.10</version>
<exclusions>
<exclusion>
<groupId>org.json</groupId>
Expand Down
4 changes: 2 additions & 2 deletions release/blobcity-db-1.7.4-alpha.tar.gz
Git LFS file not shown

0 comments on commit 921ca47

Please sign in to comment.