revert sqlite to 3.21.0.1 (3.23+ leads to NetworkTableTest test failures)

This commit is contained in:
Vladimir Krivosheev
2019-03-11 10:28:23 +01:00
parent 8dcd32b71f
commit 220e8f129e
+3 -3
View File
@@ -1,12 +1,12 @@
<component name="libraryTable">
<library name="sqlite" type="repository">
<properties maven-id="org.xerial:sqlite-jdbc:3.25.2" />
<properties maven-id="org.xerial:sqlite-jdbc:3.21.0.1" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/xerial/sqlite-jdbc/3.25.2/sqlite-jdbc-3.25.2.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/xerial/sqlite-jdbc/3.21.0.1/sqlite-jdbc-3.21.0.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/xerial/sqlite-jdbc/3.25.2/sqlite-jdbc-3.25.2-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/xerial/sqlite-jdbc/3.21.0.1/sqlite-jdbc-3.21.0.1-sources.jar!/" />
</SOURCES>
</library>
</component>