Minor adjustments to pom.xml files

This commit is contained in:
Knut Wannheden 2019-09-05 21:37:34 +02:00
parent 0e1515cd6d
commit 68d20996a1
3 changed files with 26 additions and 30 deletions

View File

@ -108,7 +108,7 @@
<include name="jOOQ-scala_2.11/**"/>
<include name="jOOQ-scala_2.12/**"/>
<include name="authors.txt"/>
<include name="LICENSE"/>
@ -143,7 +143,7 @@
<!-- [java-9] -->
<!-- [trial] -->
<target name="release-oss" description="Release a new version">
<property name="version" value="${version-prefix}"/>
<property name="dir.version" value="jOOQ-${version-prefix}"/>

View File

@ -124,8 +124,6 @@

50
pom.xml
View File

@ -175,32 +175,30 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.10</artifactId>
<version>3.0.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.0.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.0.8</version>
<scope>test</scope>
</dependency>
<!-- Some projects will need an H2 database for testing, or to create temporary in-memory databases -->
<dependency>