Added a dependency on info.cqframework:quick since we also need this JAR at runtime. (#2351)

This commit is contained in:
Kevin Dougan SmileCDR 2021-02-03 17:15:51 -05:00 committed by GitHub
parent dd13827290
commit ba41daf4bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -108,6 +108,21 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>info.cqframework</groupId>
<artifactId>quick</artifactId>
<version>${cqframework.version}</version>
<exclusions>
<exclusion>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
<exclusion>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>