Skip to content

Commit

Permalink
Move dependency to root pom
Browse files Browse the repository at this point in the history
Multiple modules depend on org.threeten.bp.Duration.
Move to the root pom.
  • Loading branch information
elonazoulay authored and electrum committed Dec 13, 2023
1 parent ebc74b7 commit 58406b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugin/trino-bigquery/pom.xml
Expand Up @@ -41,12 +41,6 @@
<artifactId>conscrypt-openjdk-uber</artifactId>
<version>2.5.2</version>
</dependency>

<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>1.6.8</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -2051,6 +2051,12 @@
<version>1.13.1</version>
</dependency>

<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>1.6.8</version>
</dependency>

<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
Expand Down

0 comments on commit 58406b9

Please sign in to comment.