Further pom.xml adjustments
Duplicate <repository> tags abolished.
This commit is contained in:
Родитель
f327d4e483
Коммит
1e8d509127
|
@ -93,15 +93,18 @@
|
|||
|
||||
</dependencies>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>MyGet</id>
|
||||
<url>https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>ossrh</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>ossrh</id>
|
||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>MyGet</id>
|
||||
<url>https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/</url>
|
||||
|
|
|
@ -73,6 +73,13 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>MyGet</id>
|
||||
<url>https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>MyGet</id>
|
||||
|
|
|
@ -117,15 +117,18 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>MyGet</id>
|
||||
<url>https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>ossrh</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>ossrh</id>
|
||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>MyGet</id>
|
||||
<url>https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/</url>
|
||||
|
|
|
@ -59,6 +59,13 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>MyGet</id>
|
||||
<url>https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>MyGet</id>
|
||||
|
|
Загрузка…
Ссылка в новой задаче