Skip to content

Commit

Permalink
added deps ymartineau#52
Browse files Browse the repository at this point in the history
  • Loading branch information
Darko Palic committed Mar 8, 2023
1 parent 8b59cbe commit f477371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file added peers-js/custom-libs/plugin.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions peers-js/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@
<dependency>
<groupId>sun.plugin</groupId>
<artifactId>plugin</artifactId>
<version>1.6</version>
<version>1.8.201</version>
<scope>system</scope>
<systemPath>${java.home}/lib/plugin.jar</systemPath>
<systemPath>${project.basedir}/custom-libs/plugin.jar</systemPath>
</dependency>


<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>peers-javaxsound</artifactId>
Expand Down

0 comments on commit f477371

Please sign in to comment.