Browse Source

update Check code style

pull/3/MERGE
karlsun 4 years ago
parent
commit
6a6efe5d9b
  1. 33
      dolphinscheduler-api/pom.xml
  2. 30
      dolphinscheduler-service/pom.xml

33
dolphinscheduler-api/pom.xml

@ -1,19 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?> <?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 ~ ~ Licensed to the Apache Software Foundation (ASF) under one or more
this work for additional information regarding copyright ownership. ~ The ~ contributor license agreements. See the NOTICE file distributed with
ASF licenses this file to You under the Apache License, Version 2.0 ~ (the ~ this work for additional information regarding copyright ownership.
"License"); you may not use this file except in compliance with ~ the License. ~ The ASF licenses this file to You under the Apache License, Version 2.0
You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ (the "License"); you may not use this file except in compliance with
~ ~ Unless required by applicable law or agreed to in writing, software ~ ~ the License. You may obtain a copy of the License at
distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT ~
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the ~ http://www.apache.org/licenses/LICENSE-2.0
License for the specific language governing permissions and ~ limitations ~
under the License. --> ~ 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" <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">
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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.dolphinscheduler</groupId> <groupId>org.apache.dolphinscheduler</groupId>
@ -35,7 +38,7 @@
<artifactId>dolphinscheduler-dao</artifactId> <artifactId>dolphinscheduler-dao</artifactId>
</dependency> </dependency>
<!--springboot --> <!--springboot-->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>

30
dolphinscheduler-service/pom.xml

@ -1,17 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?> <?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 ~ ~ Licensed to the Apache Software Foundation (ASF) under one or more
this work for additional information regarding copyright ownership. ~ The ~ contributor license agreements. See the NOTICE file distributed with
ASF licenses this file to You under the Apache License, Version 2.0 ~ (the ~ this work for additional information regarding copyright ownership.
"License"); you may not use this file except in compliance with ~ the License. ~ The ASF licenses this file to You under the Apache License, Version 2.0
You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ (the "License"); you may not use this file except in compliance with
~ ~ Unless required by applicable law or agreed to in writing, software ~ ~ the License. You may obtain a copy of the License at
distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT ~
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the ~ http://www.apache.org/licenses/LICENSE-2.0
License for the specific language governing permissions and ~ limitations ~
under the License. --> ~ Unless required by applicable law or agreed to in writing, software
<project xmlns="http://maven.apache.org/POM/4.0.0" ~ distributed under the License is distributed on an "AS IS" BASIS,
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ~ 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>dolphinscheduler</artifactId> <artifactId>dolphinscheduler</artifactId>

Loading…
Cancel
Save