File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
src/main/java/schemacrawler/server/sapiq
src/main/java/schemacrawler/tools/timesten Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >us.fatehi</groupId >
8
8
<artifactId >schemacrawler-parent</artifactId >
9
- <version >16.9.3 </version >
9
+ <version >16.9.4 </version >
10
10
</parent >
11
11
<artifactId >schemacrawler-database-plugins-parent</artifactId >
12
12
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >us.fatehi</groupId >
9
9
<artifactId >schemacrawler-parent</artifactId >
10
- <version >16.9.3 </version >
10
+ <version >16.9.4 </version >
11
11
</parent >
12
12
<artifactId >schemacrawler-sapiq</artifactId >
13
13
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 35
35
import schemacrawler .schemacrawler .DatabaseServerType ;
36
36
import schemacrawler .tools .databaseconnector .DatabaseConnector ;
37
37
import schemacrawler .tools .executable .commandline .PluginCommand ;
38
- import schemacrawler . tools . iosource .ClasspathInputResource ;
38
+ import us . fatehi . utility . ioresource .ClasspathInputResource ;
39
39
40
40
public final class SAPIQDatabaseConnector
41
41
extends DatabaseConnector
Original file line number Diff line number Diff line change 37
37
import schemacrawler .schemacrawler .SchemaRetrievalOptionsBuilder ;
38
38
import schemacrawler .tools .databaseconnector .DatabaseConnector ;
39
39
import schemacrawler .tools .executable .commandline .PluginCommand ;
40
- import schemacrawler . tools . iosource .ClasspathInputResource ;
40
+ import us . fatehi . utility . ioresource .ClasspathInputResource ;
41
41
42
42
public final class SAPIQOdbcDatabaseConnector
43
43
extends DatabaseConnector
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >us.fatehi</groupId >
8
8
<artifactId >schemacrawler-parent</artifactId >
9
- <version >16.9.3 </version >
9
+ <version >16.9.4 </version >
10
10
</parent >
11
11
<artifactId >schemacrawler-timesten</artifactId >
12
12
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 38
38
import schemacrawler .schemacrawler .DatabaseServerType ;
39
39
import schemacrawler .tools .databaseconnector .DatabaseConnector ;
40
40
import schemacrawler .tools .executable .commandline .PluginCommand ;
41
- import schemacrawler . tools . iosource .ClasspathInputResource ;
41
+ import us . fatehi . utility . ioresource .ClasspathInputResource ;
42
42
43
43
public final class TimesTenDatabaseConnector
44
44
extends DatabaseConnector
You can’t perform that action at this time.
0 commit comments