Skip to content

Commit

Permalink
- added dependency definition there
Browse files Browse the repository at this point in the history
  • Loading branch information
andy.rozman committed Apr 12, 2024
1 parent a0518b7 commit 9550a8f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
<version>0.4.0-SNAPSHOT</version>
<packaging>pom</packaging>

<dependencyManagement>
<dependencies>

<dependency>
<groupId>com.atech-software.libaums-usb4java</groupId>
<artifactId>libaums-usb4java</artifactId>
<version>${project.version}</version>
</dependency>

</dependencies>


</dependencyManagement>


<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 9550a8f

Please sign in to comment.