Fix bug wrong orientation caused by EXIF
This commit is contained in:
@@ -44,6 +44,13 @@
|
||||
<version>3.0.5</version>
|
||||
</dependency>
|
||||
|
||||
<!-- EXIF metadata extraction for image orientation -->
|
||||
<dependency>
|
||||
<groupId>com.drewnoakes</groupId>
|
||||
<artifactId>metadata-extractor</artifactId>
|
||||
<version>2.19.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Elytron secrity used for username/password login -->
|
||||
<dependency>
|
||||
<groupId>org.wildfly.security</groupId>
|
||||
|
||||
Reference in New Issue
Block a user