1
0

sqlite-jdbc przeniesiony do Mavena

This commit is contained in:
2014-06-12 18:36:58 +01:00
parent dbcad0b64e
commit 5dfe5471b5
2 changed files with 7 additions and 2 deletions

View File

@@ -24,6 +24,5 @@
</classpathentry>
<classpathentry kind="lib" path="miglayout15-swing.jar" sourcepath="miglayout-src.zip"/>
<classpathentry kind="lib" path="forms-1.3.0.jar" sourcepath="forms-1.3.0-src.zip"/>
<classpathentry kind="lib" path="D:/Documents and Settings/kozak/Pulpit/sqlite-jdbc-3.7.2.jar" sourcepath="D:/Documents and Settings/kozak/Pulpit/sqlite-jdbc-3.7.2-javadoc.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

View File

@@ -49,5 +49,11 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.7.2</version>
</dependency>
</dependencies>
</project>