Skip to content

Commit

Permalink
Fix dependency include
Browse files Browse the repository at this point in the history
  • Loading branch information
Kale-Ko committed Jun 1, 2024
1 parent d5eaf0e commit c2c9463
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions brotli4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>service</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>

Expand All @@ -56,7 +55,6 @@
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>native-linux-x86_64</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -74,7 +72,6 @@
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>native-linux-x86</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -92,7 +89,6 @@
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>native-linux-aarch64</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -110,7 +106,6 @@
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>native-linux-armv7</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -128,7 +123,6 @@
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>native-linux-ppc64le</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -146,7 +140,6 @@
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>native-linux-s390x</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -164,7 +157,6 @@
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>native-linux-riscv64</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -182,7 +174,6 @@
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>native-windows-x86_64</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -200,7 +191,6 @@
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>native-windows-x86</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -218,7 +208,6 @@
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>native-windows-aarch64</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -236,7 +225,6 @@
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>native-windows-armv7</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -254,7 +242,6 @@
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>native-osx-x86_64</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -272,7 +259,6 @@
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>native-osx-aarch64</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
Expand Down
1 change: 0 additions & 1 deletion natives/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>service</artifactId>
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit c2c9463

Please sign in to comment.