Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Use guava 22.0 and add default goal to maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannic committed Jun 30, 2017
1 parent b9c7194 commit 033cab2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</modules>
<properties>
<joda.time.version>2.8.1</joda.time.version>
<guava.version>21.0-SNAPSHOT</guava.version>
<guava.version>22.0</guava.version>
<gson.version>2.7</gson.version>
<okhttp.version>2.5.0</okhttp.version>
<json.sanitizer.version>1.1</json.sanitizer.version>
Expand Down Expand Up @@ -118,6 +118,7 @@
</dependencies>
</dependencyManagement>
<build>
<defaultGoal>install</defaultGoal>
<resources>
<resource>
<directory>src/main/java</directory>
Expand Down

1 comment on commit 033cab2

@umairaziz1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Twitter

Please sign in to comment.