-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed #15: Fix android specific pom so that library users don't have …
…to depend on dnsjava
- Loading branch information
Antonis Tsakiridis
committed
Sep 25, 2017
1 parent
15c5529
commit a34b375
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
as discussed in channel, this will require redeclaration in android module. Alone it will not change anything. The fact we are using DNS classes in our android SDK is a general requirement for anyone using the android extension? It seems to me we are trying to push a particular solution issue into the project. What happens with the rest of project using android-jain.sip-ext which are not configured to use the DNS classes?