Skip to content

Commit

Permalink
revert Merge pull request microsoft#345 from Microsoft/metadataCaching
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyushawn committed Jul 11, 2017
1 parent 6acd67c commit 90693b1
Show file tree
Hide file tree
Showing 23 changed files with 394 additions and 4,265 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ local.properties
.classpath
.vscode/
.settings/
.gradle/
.loadpath

# External tool builders
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ repositories {
dependencies {
compile 'com.microsoft.azure:azure-keyvault:0.9.7',
'com.microsoft.azure:adal4j:1.1.3'

testCompile 'junit:junit:4.12',
'org.junit.platform:junit-platform-console:1.0.0-M3',
'org.junit.platform:junit-platform-commons:1.0.0-M3',
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.6.1</version>
<version>2.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
28 changes: 0 additions & 28 deletions src/main/java/com/microsoft/sqlserver/jdbc/ParsedSQLMetadata.java

This file was deleted.

Loading

0 comments on commit 90693b1

Please sign in to comment.