Browse Source

sqlite-jdbc przeniesiony do Mavena

master
Piotr Dergun 10 years ago
parent
commit
5dfe5471b5
2 changed files with 7 additions and 2 deletions
  1. +0
    -1
      .classpath
  2. +7
    -1
      pom.xml

+ 0
- 1
.classpath 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>

+ 7
- 1
pom.xml 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>

Loading…
Cancel
Save