Skip to content

Commit

Permalink
chore(pom): remove build.os property that breaks Dependabot scanning (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Apr 18, 2024
1 parent 6fb3be3 commit ddd65ba
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<build.os>linux</build.os>
<build.arch>amd64</build.arch>

<io.cryostat.core.version>2.30.1</io.cryostat.core.version>
Expand Down Expand Up @@ -432,7 +431,7 @@
</property>
</activation>
<properties>
<io.netty.netty-transport-native-epoll.classifier>${build.os}-x86_64</io.netty.netty-transport-native-epoll.classifier>
<io.netty.netty-transport-native-epoll.classifier>linux-x86_64</io.netty.netty-transport-native-epoll.classifier>
<io.netty.netty-transport-native-epoll.scope>compile</io.netty.netty-transport-native-epoll.scope>
</properties>
</profile>
Expand All @@ -445,7 +444,7 @@
</property>
</activation>
<properties>
<io.netty.netty-transport-native-epoll.classifier>${build.os}-x86_64</io.netty.netty-transport-native-epoll.classifier>
<io.netty.netty-transport-native-epoll.classifier>linux-x86_64</io.netty.netty-transport-native-epoll.classifier>
<io.netty.netty-transport-native-epoll.scope>compile</io.netty.netty-transport-native-epoll.scope>
</properties>
</profile>
Expand All @@ -458,7 +457,7 @@
</property>
</activation>
<properties>
<io.netty.netty-transport-native-epoll.classifier>${build.os}-aarch_64</io.netty.netty-transport-native-epoll.classifier>
<io.netty.netty-transport-native-epoll.classifier>linux-aarch_64</io.netty.netty-transport-native-epoll.classifier>
<io.netty.netty-transport-native-epoll.scope>compile</io.netty.netty-transport-native-epoll.scope>
</properties>
</profile>
Expand Down Expand Up @@ -490,7 +489,7 @@
</property>
</activation>
<properties>
<io.netty.netty-transport-native-epoll.classifier>${build.os}-x86_64</io.netty.netty-transport-native-epoll.classifier>
<io.netty.netty-transport-native-epoll.classifier>linux-x86_64</io.netty.netty-transport-native-epoll.classifier>
<io.netty.netty-transport-native-epoll.scope>provided</io.netty.netty-transport-native-epoll.scope>
</properties>
<dependencies>
Expand Down

0 comments on commit ddd65ba

Please sign in to comment.