SCViewer/plugins/com.minres.scviewer.databas.../pom.xml

20 lines
749 B
XML
Raw Normal View History

2015-01-22 13:59:30 +01:00
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>com.minres.scviewer.database.sqlite</artifactId>
<parent>
<groupId>com.minres.scviewer</groupId>
<artifactId>com.minres.scviewer.parent</artifactId>
2021-03-25 21:22:15 +01:00
<version>2.13.1</version>
2020-06-01 17:26:56 +02:00
<relativePath>../..</relativePath>
2015-01-22 13:59:30 +01:00
</parent>
<packaging>eclipse-plugin</packaging>
2015-01-24 19:11:10 +01:00
<dependencies>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.8.7</version>
</dependency>
</dependencies>
2021-01-09 22:23:51 +01:00
<version>1.1.0-SNAPSHOT</version>
2020-06-01 17:26:56 +02:00
</project>