fix problems of CI

This commit is contained in:
秉初 2024-12-26 16:35:42 +08:00
parent 43ef0148d4
commit 717067486e
6 changed files with 66 additions and 12 deletions

View File

@ -1,7 +1,16 @@
/* /*
* Ant Group * Copyright 2023 OpenSPG Authors
* Copyright (c) 2004-2024 All Rights Reserved. *
* 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.
*/ */
package com.antgroup.openspg.server.api.facade.dto.service.request; package com.antgroup.openspg.server.api.facade.dto.service.request;
import java.util.List; import java.util.List;

View File

@ -1,7 +1,16 @@
/* /*
* Ant Group * Copyright 2023 OpenSPG Authors
* Copyright (c) 2004-2024 All Rights Reserved. *
* 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.
*/ */
package com.antgroup.openspg.server.api.facade.dto.service.request; package com.antgroup.openspg.server.api.facade.dto.service.request;
import com.antgroup.openspg.cloudext.interfaces.graphstore.model.lpg.schema.EdgeTypeName; import com.antgroup.openspg.cloudext.interfaces.graphstore.model.lpg.schema.EdgeTypeName;

View File

@ -1,7 +1,16 @@
/* /*
* Ant Group * Copyright 2023 OpenSPG Authors
* Copyright (c) 2004-2024 All Rights Reserved. *
* 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.
*/ */
package com.antgroup.openspg.server.api.facade.dto.service.request; package com.antgroup.openspg.server.api.facade.dto.service.request;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;

View File

@ -1,7 +1,16 @@
/* /*
* Ant Group * Copyright 2023 OpenSPG Authors
* Copyright (c) 2004-2024 All Rights Reserved. *
* 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.
*/ */
package com.antgroup.openspg.server.api.facade.dto.service.response; package com.antgroup.openspg.server.api.facade.dto.service.response;
import com.antgroup.openspg.cloudext.interfaces.graphstore.model.lpg.record.VertexRecord; import com.antgroup.openspg.cloudext.interfaces.graphstore.model.lpg.record.VertexRecord;

View File

@ -1,7 +1,16 @@
/* /*
* Ant Group * Copyright 2023 OpenSPG Authors
* Copyright (c) 2004-2024 All Rights Reserved. *
* 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.
*/ */
package com.antgroup.openspg.server.api.facade.dto.service.response; package com.antgroup.openspg.server.api.facade.dto.service.response;
import com.antgroup.openspg.cloudext.interfaces.graphstore.model.lpg.record.EdgeRecord; import com.antgroup.openspg.cloudext.interfaces.graphstore.model.lpg.record.EdgeRecord;

View File

@ -1,7 +1,16 @@
/* /*
* Ant Group * Copyright 2023 OpenSPG Authors
* Copyright (c) 2004-2024 All Rights Reserved. *
* 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.
*/ */
package com.antgroup.openspg.server.api.facade.dto.service.response; package com.antgroup.openspg.server.api.facade.dto.service.response;
import com.antgroup.openspg.cloudext.interfaces.graphstore.model.lpg.record.VertexRecord; import com.antgroup.openspg.cloudext.interfaces.graphstore.model.lpg.record.VertexRecord;