Skip to content

Commit

Permalink
Fix POM
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwowen committed Mar 13, 2024
1 parent d5cf92e commit 6bd90c4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
22 changes: 22 additions & 0 deletions deploy-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,27 @@
</plugins>
</build>
</profile>
<profile>
<!-- If you are outside Pinterest, exclude this profile -->
<!-- i.e. mvn clean package -P-pinterest-dependenies -->
<id>pinterest-dependenies</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.65.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.107.Final</version>
</dependency>
</dependencies>
</dependencyManagement>
</profile>
</profiles>
</project>
14 changes: 14 additions & 0 deletions deploy-service/universal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,20 @@
</snapshots>
</repository>
</repositories>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.65.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.107.Final</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.pinterest.optimus.commons</groupId>
Expand Down

0 comments on commit 6bd90c4

Please sign in to comment.