[
https://issues.apache.org/jira/browse/TOMEE-4166?focusedWorklogId=883141&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-883141
]
ASF GitHub Bot logged work on TOMEE-4166:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Oct/23 14:24
Start Date: 03/Oct/23 14:24
Worklog Time Spent: 10m
Work Description: Sollder11 commented on code in PR #1063:
URL: https://github.com/apache/tomee/pull/1063#discussion_r1344197915
##########
tck/jax-rs-signature-test/pom.xml:
##########
@@ -0,0 +1,92 @@
+<?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.
+ -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.tomee</groupId>
+ <artifactId>tck</artifactId>
+ <version>10.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>jax-rs-signature-test</artifactId>
+ <name>TomEE :: TCK :: JAX-RS Signature Test</name>
+
+ <properties>
+ <jaxrs.tck.version>3.1.3-1</jaxrs.tck.version>
+ </properties>
+
+ <repositories>
+ <!--TODO: We use the staging repository of jakarta as the tck
dependencies are not yet pushed to central. Remove this asap.-->
+ <repository>
Review Comment:
No, it seems so be in central now:
https://central.sonatype.com/artifact/jakarta.ws.rs/jakarta-restful-ws-tck
I removed the custom repositories.
Issue Time Tracking
-------------------
Worklog Id: (was: 883141)
Time Spent: 50m (was: 40m)
> Jakarta RESTFul Web Services TCK
> --------------------------------
>
> Key: TOMEE-4166
> URL: https://issues.apache.org/jira/browse/TOMEE-4166
> Project: TomEE
> Issue Type: Sub-task
> Reporter: David Blevins
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> see https://jakarta.ee/specifications/restful-ws/3.1/ for additional details
--
This message was sent by Atlassian Jira
(v8.20.10#820010)