remove module-info

This commit is contained in:
Looly
2025-06-23 18:46:57 +08:00
parent caf0ca658e
commit 73635fd1b2
33 changed files with 30 additions and 613 deletions

View File

@@ -19,17 +19,17 @@
<properties>
<Automatic-Module-Name>cn.hutool.v7.ai</Automatic-Module-Name>
<moshi.version>1.15.2</moshi.version>
<jackson.version>2.18.1</jackson.version>
<jackson.version>2.19.1</jackson.version>
<fastjson2.version>2.0.53</fastjson2.version>
<gson.version>2.13.0</gson.version>
<gson.version>2.13.1</gson.version>
<jetty.version>12.0.19</jetty.version>
<jakarta.xml.soap-api.version>3.0.2</jakarta.xml.soap-api.version>
<httpclient5.version>5.4.3</httpclient5.version>
<httpclient5.version>5.5</httpclient5.version>
<httpclient4.version>4.5.14</httpclient4.version>
<okhttp.version>5.0.0-alpha.14</okhttp.version>
<undertow.version>2.3.18.Final</undertow.version>
<tomcat.version>11.0.6</tomcat.version>
<tomcat.version>11.0.8</tomcat.version>
<smartboot.version>1.4.3</smartboot.version>
<slf4j.version>2.0.9</slf4j.version>

View File

@@ -1,35 +0,0 @@
/*
* Copyright (c) 2025 Hutool Team and hutool.cn
*
* Licensed 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.
*/
/**
*
* @author choweli
*/
module hutool.ai {
exports cn.hutool.v7.ai;
exports cn.hutool.v7.ai.core;
exports cn.hutool.v7.ai.model.hutool;
exports cn.hutool.v7.ai.model.deepseek;
exports cn.hutool.v7.ai.model.doubao;
exports cn.hutool.v7.ai.model.grok;
exports cn.hutool.v7.ai.model.openai;
requires hutool.json;
requires hutool.core;
requires hutool.crypto;
requires hutool.http;
}