mirror of https://github.com/apache/activemq.git
Fix mqtt-client artifact missing from eclipse repository
Add alternate repository Signed-off-by: Hadrian Zbarcea <hadrian@apache.org>
This commit is contained in:
parent
8533a9242b
commit
b9cbd93a68
|
@ -287,6 +287,16 @@
|
|||
<releases><enabled>true</enabled></releases>
|
||||
<snapshots><enabled>false</enabled></snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spring.io</id>
|
||||
<url>http://repo.spring.io/plugins-release</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue