tweaked the scala-xml dependency pom position

# put it to the end to make sure, the maven load it properly.
This commit is contained in:
hongwei 2020-05-12 14:41:05 +02:00
parent e2fc532915
commit bff2b1874d

View File

@ -37,11 +37,6 @@
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-xml_${scala.version}</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-mapper_${scala.version}</artifactId>
@ -443,6 +438,12 @@
</dependency>
<!-- scalikejdbc for call stored procedure end-->
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-xml_${scala.version}</artifactId>
<version>1.2.0</version>
</dependency>
</dependencies>
<build>