Skip to content

Commit

Permalink
Update to Airbase 68
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Aug 28, 2017
1 parent e449acf commit b594324
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.airlift</groupId>
<artifactId>airbase</artifactId>
<version>45</version>
<version>68</version>
</parent>

<artifactId>airline</artifactId>
Expand All @@ -44,7 +44,7 @@
</scm>

<properties>
<air.check.skip-findbugs>true</air.check.skip-findbugs>
<air.check.skip-spotbugs>true</air.check.skip-spotbugs>
<air.check.skip-pmd>true</air.check.skip-pmd>
<air.check.skip-license>true</air.check.skip-license>
</properties>
Expand All @@ -57,13 +57,12 @@

<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<artifactId>jsr305</artifactId>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>21.0</version>
</dependency>

<!-- for testing -->
Expand Down

0 comments on commit b594324

Please sign in to comment.