Skip to content

Commit

Permalink
maven, get rid of package warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
addshore committed Apr 5, 2020
1 parent d7b36f1 commit 0d34933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -46,7 +47,6 @@
<version>3.1.1</version>
<configuration>
<finalName>facebook-data-image-exif</finalName>
<appendAssemblyId>false</appendAssemblyId>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
Expand Down

0 comments on commit 0d34933

Please sign in to comment.