Skip to content

Commit 8d66adb

Browse files
committed
Fix the dependency in poms
1 parent bc1db0c commit 8d66adb

File tree

56 files changed

+149
-169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+149
-169
lines changed

app-builder/components/app-builder-security/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
43
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
54
<modelVersion>4.0.0</modelVersion>
5+
66
<parent>
77
<groupId>modelengine.fit.jade</groupId>
88
<artifactId>app-builder-component-parent</artifactId>

app-builder/components/jober-common/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
43
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
54
<modelVersion>4.0.0</modelVersion>
5+
66
<parent>
77
<groupId>modelengine.fit.jade</groupId>
8-
<artifactId>app-builder-jane-parent</artifactId>
8+
<artifactId>app-builder-component-parent</artifactId>
99
<version>1.0.0-SNAPSHOT</version>
1010
</parent>
1111

app-builder/components/jober-exception-handler/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
43
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
54
<modelVersion>4.0.0</modelVersion>
5+
66
<parent>
77
<groupId>modelengine.fit.jade</groupId>
8-
<artifactId>app-builder-jane-parent</artifactId>
8+
<artifactId>app-builder-component-parent</artifactId>
99
<version>1.0.0-SNAPSHOT</version>
1010
</parent>
1111

app-builder/plugins/aipp-classify-question/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<artifactId>aipp-classify-question-service</artifactId>
4444
</dependency>
4545
<dependency>
46-
<groupId>modelengine.fit.jane</groupId>
46+
<groupId>modelengine.fit.jade</groupId>
4747
<artifactId>aipp-service</artifactId>
4848
</dependency>
4949

app-builder/plugins/aipp-custom-model-center/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
43
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
54
<modelVersion>4.0.0</modelVersion>
5+
66
<parent>
77
<groupId>modelengine.fit.jade</groupId>
88
<artifactId>app-builder-plugin-parent</artifactId>

app-builder/plugins/aipp-document-extract-node/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependencies>
1616
<!-- Service -->
1717
<dependency>
18-
<groupId>modelengine.fit.jane</groupId>
18+
<groupId>modelengine.fit.jade</groupId>
1919
<artifactId>aipp-service</artifactId>
2020
</dependency>
2121
<dependency>

app-builder/plugins/aipp-loop-tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<artifactId>sync-tool-call-service</artifactId>
3434
</dependency>
3535
<dependency>
36-
<groupId>modelengine.fit.jane</groupId>
36+
<groupId>modelengine.fit.jade</groupId>
3737
<artifactId>aipp-genericable</artifactId>
3838
</dependency>
3939
<dependency>

app-builder/plugins/aipp-model-center-proxy/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
43
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
54
<modelVersion>4.0.0</modelVersion>
5+
66
<parent>
77
<groupId>modelengine.fit.jade</groupId>
88
<artifactId>app-builder-plugin-parent</artifactId>

app-builder/plugins/aipp-northbound/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242

4343
<!-- Services -->
4444
<dependency>
45-
<groupId>modelengine.fit.jane</groupId>
45+
<groupId>modelengine.fit.jade</groupId>
4646
<artifactId>aipp-genericable</artifactId>
4747
</dependency>
4848
<dependency>
49-
<groupId>modelengine.fit.jane</groupId>
49+
<groupId>modelengine.fit.jade</groupId>
5050
<artifactId>aipp-service</artifactId>
5151
</dependency>
5252
<dependency>

app-builder/plugins/aipp-parallel-tool/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
43
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
54
<modelVersion>4.0.0</modelVersion>
5+
66
<parent>
77
<groupId>modelengine.fit.jade</groupId>
88
<artifactId>app-builder-plugin-parent</artifactId>
@@ -33,7 +33,7 @@
3333
<artifactId>sync-tool-call-service</artifactId>
3434
</dependency>
3535
<dependency>
36-
<groupId>modelengine.fit.jane</groupId>
36+
<groupId>modelengine.fit.jade</groupId>
3737
<artifactId>aipp-genericable</artifactId>
3838
</dependency>
3939
<dependency>

0 commit comments

Comments
 (0)