Add ImageMagick and Im4java

This commit is contained in:
2021-05-25 20:52:45 +02:00
parent 713ab1b84b
commit 6409d0198d
2 changed files with 18 additions and 22 deletions

18
pom.xml
View File

@@ -46,6 +46,16 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-config-yaml</artifactId>
</dependency>
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>core-image</artifactId>
<version>1.3.10</version>
</dependency>
<dependency>
<groupId>org.im4java</groupId>
<artifactId>im4java</artifactId>
<version>1.4.0</version>
</dependency>
<!-- Instance specific-->
<dependency>
<groupId>io.quarkus</groupId>
@@ -84,11 +94,9 @@
<profiles>
<profile>
<id>native</id>
<activation>
<property>
<name>native</name>
</property>
</activation>
<properties>
<quarkus.package.type>native</quarkus.package.type>
</properties>
<build>
<plugins>
<plugin>