Skip to content

Commit

Permalink
chore : fix formatting in pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
  • Loading branch information
rohanKanojia committed Apr 6, 2023
1 parent b08e932 commit 630a510
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,27 +87,27 @@

<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>${jnr-unixsocket.version}</version>
<exclusions>
<exclusion>
<groupId>com.github.jnr</groupId>
<artifactId>jffi</artifactId>
</exclusion>
</exclusions>
<artifactId>jffi</artifactId>
<version>${jnr-jffi.version}</version>
</dependency>

<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jffi</artifactId>
<version>${jnr-jffi.version}</version>
<classifier>native</classifier>
</dependency>

<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jffi</artifactId>
<version>${jnr-jffi.version}</version>
<classifier>native</classifier>
<artifactId>jnr-unixsocket</artifactId>
<version>${jnr-unixsocket.version}</version>
<exclusions>
<exclusion>
<groupId>com.github.jnr</groupId>
<artifactId>jffi</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 630a510

Please sign in to comment.