Skip to content

Commit

Permalink
remove deprecated systemPath maven feature
Browse files Browse the repository at this point in the history
  • Loading branch information
deleolajide committed Mar 21, 2022
1 parent d5e0ca9 commit 2ba5bcc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
File renamed without changes.
11 changes: 7 additions & 4 deletions pom.xml
Expand Up @@ -130,11 +130,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.medialib.codec</groupId>
<groupId>codec</groupId>
<artifactId>dtmf</artifactId>
<version>0.0.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/codecLib_dtmf.jar</systemPath>
</dependency>
<dependency>
<groupId>javax.sip</groupId>
Expand Down Expand Up @@ -471,7 +469,12 @@
<enabled>true</enabled>
</snapshots>
<url>https://github.com/jitsi/jitsi-maven-repository/raw/master/snapshots/</url>
</repository>
</repository>
<repository>
<id>localLibs</id>
<name>localLibs</name>
<url>file://${project.basedir}/lib</url>
</repository>
</repositories>

<pluginRepositories>
Expand Down

0 comments on commit 2ba5bcc

Please sign in to comment.