Skip to content

Commit 95e25c7

Browse files
committed
adding exectuable jar to bin
1 parent 20f5f7a commit 95e25c7

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

bin/sql-dumper.jar

3.58 MB
Binary file not shown.

bin/sql_dumper.jar

-26 KB
Binary file not shown.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
<dependencies>
1010
<dependency>
11-
<groupId>com.oracle</groupId>
11+
<groupId>com.github.noraui</groupId>
1212
<artifactId>ojdbc7</artifactId>
13-
<version>12.1.0</version>
13+
<version>12.1.0.2</version>
1414
</dependency>
1515
</dependencies>
1616

src/main/java/sqldump/SQLDump.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public void run(String[] args) {
6666

6767
File folder = new File(sqlPath);
6868
File[] listOfSQLFiles = folder.listFiles(new FilenameFilter() {
69-
@Override
7069
public boolean accept(File dir, String name) {
7170
return name.endsWith(".sql");
7271
}

0 commit comments

Comments
 (0)