diff options
author | Martin Stockhammer <martin_s@apache.org> | 2020-06-24 21:27:27 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2020-06-24 21:27:27 +0200 |
commit | 8486cc3df0abfc31ad89f042376c05ca5195f44c (patch) | |
tree | c011ef8bc9b860f18aaa7719a5cafd157988754e /archiva-modules/archiva-web/archiva-web-common | |
parent | b50b61a68ae3ec2a4593b1dd68ad32825af5ce9e (diff) | |
download | archiva-8486cc3df0abfc31ad89f042376c05ca5195f44c.tar.gz archiva-8486cc3df0abfc31ad89f042376c05ca5195f44c.zip |
Dependency cleanup of rest-services
Diffstat (limited to 'archiva-modules/archiva-web/archiva-web-common')
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/pom.xml | 5 | ||||
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/src/enunciate/enunciate.xml | 50 |
2 files changed, 5 insertions, 50 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml b/archiva-modules/archiva-web/archiva-web-common/pom.xml index f67584ae9..7f3223e7d 100644 --- a/archiva-modules/archiva-web/archiva-web-common/pom.xml +++ b/archiva-modules/archiva-web/archiva-web-common/pom.xml @@ -230,6 +230,11 @@ <artifactId>commons-text</artifactId> </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxrs</artifactId> + </dependency> + <dependency> <groupId>javax.mail</groupId> diff --git a/archiva-modules/archiva-web/archiva-web-common/src/enunciate/enunciate.xml b/archiva-modules/archiva-web/archiva-web-common/src/enunciate/enunciate.xml deleted file mode 100644 index 69d589c20..000000000 --- a/archiva-modules/archiva-web/archiva-web-common/src/enunciate/enunciate.xml +++ /dev/null @@ -1,50 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF licenses this file - ~ to you under the Apache License, Version 2.0 (the - ~ "License"); you may not use this file except in compliance - ~ with the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, - ~ software distributed under the License is distributed on an - ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - ~ KIND, either express or implied. See the License for the - ~ specific language governing permissions and limitations - ~ under the License. - --> -<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/stoicflame/enunciate/v2.12.0/top/src/main/resources/META-INF/enunciate-2.2.0.xsd"> - - <title>Archiva UI Rest API</title> - <modules> - - <jaxrs> - <application path="archivaUiServices" /> - </jaxrs> - - - <cxf disabled="false"/> - <jersey disabled="true"/> - <c disabled="true"/> - <csharp disabled="true"/> - <obj-c disabled="true"/> - <jaxws-ri disabled="true"/> - <jaxws-support disabled="true"/> - <jaxon1 disabled="true"/> - <jackson1 disabled="true"/> - - <docs disabled="false" - docsSubdir="" - freemarkerTemplate="${project.basedir}/src/enunciate/archiva.fmt" - css="${project.basedir}/src/enunciate/archiva.css"> - <!-- <war docsDir="apidocs" />--> - </docs> - - </modules> - -</enunciate>
\ No newline at end of file |