-
Notifications
You must be signed in to change notification settings - Fork 1
Can't find maven dependencies #6
Copy link
Copy link
Open
Description
Hello,
I can't build this project since maven is not able to find the following dependencies:
<dependency>
<groupId>org.freedesktop.dbus</groupId>
<artifactId>libdbus-java</artifactId>
<version>2.10</version>
</dependency>
<dependency>
<groupId>cx.ath.matthew</groupId>
<artifactId>io</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>cx.ath.matthew</groupId>
<artifactId>unix</artifactId>
<version>0.5</version>
</dependency>
<dependency>
<groupId>cx.ath.matthew</groupId>
<artifactId>hexdump</artifactId>
<version>0.2</version>
</dependency>
<dependency>
<groupId>cx.ath.matthew</groupId>
<artifactId>cgi</artifactId>
<version>0.6</version>
</dependency>
Any idea where to find them?
thanks and best regards,
Sabrine
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels