#8483 we actually need own tigase repository URL despite using parent pom - without it parent can't be found if not build locally - Commit f599027c - tigase/_server/tigase-stun
-
#8483 we actually need own tigase repository URL despite using parent pom - without it parent can't be found if not build locally
-
| skipped 123 lines |
124 | 124 | | <scope>compile</scope> |
125 | 125 | | </dependency> |
126 | 126 | | </dependencies> |
| 127 | + | |
| 128 | + | <repositories> |
| 129 | + | <repository> |
| 130 | + | <id>tigase</id> |
| 131 | + | <url>http://maven-repo.tigase.org/repository/tigase</url> |
| 132 | + | </repository> |
| 133 | + | </repositories> |
127 | 134 | | </project> |
128 | 135 | | |
Page is in error, reload to recover