Skip to content

Commit

Permalink
Upgrade airlift-packaging to 0.183.5 & Add configuration for pluginRe…
Browse files Browse the repository at this point in the history
…positories

Add configuration for repositories

Upgrade airlift to 0.183.3

save

Update dep.packaging.version value to 0.183

Update airlift to 0.183.4

Update airlift to 0.183.5

Upgrade airlift-packaging to 0.183.5
  • Loading branch information
yuokada committed Oct 6, 2020
1 parent 116c283 commit 7bbf3e5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<air.maven.version>3.3.9</air.maven.version>

<dep.antlr.version>4.7.1</dep.antlr.version>
<dep.airlift.version>0.183</dep.airlift.version>
<dep.airlift.version>0.183.5</dep.airlift.version>
<dep.packaging.version>${dep.airlift.version}</dep.packaging.version>
<dep.slice.version>0.36</dep.slice.version>
<dep.aws-sdk.version>1.11.445</dep.aws-sdk.version>
Expand Down Expand Up @@ -1267,6 +1267,17 @@
</plugins>
</build>

<pluginRepositories>
<pluginRepository>
<id>treasuredata</id>
<name>treasuredata-releases</name>
<url>https://treasuredata.jfrog.io/treasuredata/libs-release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<profiles>
<profile>
<id>tests-with-dependencies</id>
Expand Down

0 comments on commit 7bbf3e5

Please sign in to comment.