Skip to content

Commit

Permalink
Fix checkstyle / rat for TOMEE-4268
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Oct 30, 2023
1 parent 47fd62d commit 46f9fd7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* 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.
*/
package org.superbiz.microprofile.openapi;

import io.smallrye.openapi.api.OpenApiConfig;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.superbiz.microprofile.openapi; /**
/*
* 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.
Expand All @@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.superbiz.microprofile.openapi;

import jakarta.enterprise.context.ApplicationScoped;
import jakarta.ws.rs.Consumes;
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,8 @@
<exclude>**/*.log</exclude>
<exclude>**/*.json</exclude>
<exclude>**/*.jwk</exclude>
<exclude>**/*.yml</exclude>
<exclude>**/*.yaml</exclude>
<exclude>**/src/main/resources/META-INF/**/*.xsd</exclude>
<exclude>**/src/main/xsdlist/xsdlist.txt</exclude>
<exclude>**/META-INF/services/**</exclude>
Expand Down

0 comments on commit 46f9fd7

Please sign in to comment.