Minor adjustments to pom.xml files
This commit is contained in:
parent
0e1515cd6d
commit
68d20996a1
@ -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}"/>
|
||||
|
||||
@ -124,8 +124,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
50
pom.xml
50
pom.xml
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user