hi all, had a quick question about how to add an e...
# general
d
hi all, had a quick question about how to add an external repository to pull the 3rd party java dependencies from? the corresponding maven tag is :
Copy code
<repositories>
    <repository>
      <id></id>
      <url></url>
    </repository>
</repositories>