GH-110 - Remove obsolete plugin repository declaration.

It was only used to access the Spring Asciidoctor Backends, but starting with version 0.0.4, the JAR is available from Maven Central.
This commit is contained in:
Oliver Drotbohm
2023-01-12 16:57:59 +01:00
parent 54b8ffa566
commit 98eeb284b3

17
pom.xml
View File

@@ -579,21 +579,4 @@ limitations under the License.
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-plugins-release</id>
<url>https://repo.spring.io/plugins-release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-plugins-snaposhot</id>
<url>https://repo.spring.io/plugins-snapshot</url>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
</project>