|
|
|
@ -1,5 +1,4 @@
|
|
|
|
|
<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">
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
@ -33,7 +32,7 @@
|
|
|
|
|
|
|
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
|
|
<version>3.4.4-SNAPSHOT</version>
|
|
|
|
|
<version>3.4.4</version>
|
|
|
|
|
<packaging>bundle</packaging>
|
|
|
|
|
|
|
|
|
|
<name>HikariCP</name>
|
|
|
|
@ -49,7 +48,7 @@
|
|
|
|
|
<connection>scm:git:git@github.com:brettwooldridge/HikariCP.git</connection>
|
|
|
|
|
<developerConnection>scm:git:git@github.com:brettwooldridge/HikariCP.git</developerConnection>
|
|
|
|
|
<url>git@github.com:brettwooldridge/HikariCP.git</url>
|
|
|
|
|
<tag>HEAD</tag>
|
|
|
|
|
<tag>HikariCP-3.4.4</tag>
|
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
@ -575,17 +574,10 @@
|
|
|
|
|
<copy todir="${java11.build.outputDirectory}">
|
|
|
|
|
<fileset dir="${project.build.outputDirectory}" />
|
|
|
|
|
</copy>
|
|
|
|
|
<property name="classpath" value="${org.hdrhistogram:HdrHistogram:jar}:
|
|
|
|
|
${org.latencyutils:LatencyUtils:jar}:${org.hibernate.javax.persistence:hibernate-jpa:jar}:
|
|
|
|
|
${org.hibernate.common:hibernate-commons-annotations:jar}:${antlr:antlr:jar}:
|
|
|
|
|
${org.jboss:jandex:jar}:${com.fasterxml:classmate:jar}:${dom4j:dom4j:jar}"/>
|
|
|
|
|
<property name="classpath" value="${org.hdrhistogram:HdrHistogram:jar}: ${org.latencyutils:LatencyUtils:jar}:${org.hibernate.javax.persistence:hibernate-jpa:jar}: ${org.hibernate.common:hibernate-commons-annotations:jar}:${antlr:antlr:jar}: ${org.jboss:jandex:jar}:${com.fasterxml:classmate:jar}:${dom4j:dom4j:jar}" />
|
|
|
|
|
"
|
|
|
|
|
<property name="modulepath" value="${org.slf4j:slf4j-api:jar}:
|
|
|
|
|
${org.javassist:javassist:jar}:${io.micrometer:micrometer-core:jar}:
|
|
|
|
|
${org.hibernate:hibernate-core:jar}:${io.dropwizard.metrics:metrics-core:jar}:
|
|
|
|
|
${io.dropwizard.metrics:metrics-healthchecks:jar}:${io.prometheus:simpleclient:jar}"/>
|
|
|
|
|
<javac srcdir="${java11.sourceDirectory}" destdir="${java11.build.outputDirectory}"
|
|
|
|
|
classpath="${classpath}" modulepath="${modulepath}" includeantruntime="false"/>
|
|
|
|
|
<property name="modulepath" value="${org.slf4j:slf4j-api:jar}: ${org.javassist:javassist:jar}:${io.micrometer:micrometer-core:jar}: ${org.hibernate:hibernate-core:jar}:${io.dropwizard.metrics:metrics-core:jar}: ${io.dropwizard.metrics:metrics-healthchecks:jar}:${io.prometheus:simpleclient:jar}" />
|
|
|
|
|
<javac srcdir="${java11.sourceDirectory}" destdir="${java11.build.outputDirectory}" classpath="${classpath}" modulepath="${modulepath}" includeantruntime="false" />
|
|
|
|
|
</target>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|