Skip to content

Commit f847643

Browse files
author
v_xiangbiaowu
committed
adjust pom
1 parent 88a3aca commit f847643

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838

3939
<modules>
4040
<module>streamis-jobmanager</module>
41-
<module>streamis-server</module>
4241
<module>streamis-project</module>
42+
<module>streamis-server</module>
4343
<module>assembly</module>
4444
<module>streamis-appconn</module>
4545
</modules>

streamis-server/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<modelVersion>4.0.0</modelVersion>
2626

2727
<artifactId>streamis-server</artifactId>
28-
<packaging>pom</packaging>
28+
<packaging>jar</packaging>
2929

3030

3131
<properties>
@@ -63,11 +63,11 @@
6363
</dependency>
6464

6565

66-
<!-- <dependency>-->
67-
<!-- <groupId>com.webank.wedatasphere.streamis</groupId>-->
68-
<!-- <artifactId>streamis-project-server</artifactId>-->
69-
<!-- <version>${streamis.version}</version>-->
70-
<!-- </dependency>-->
66+
<dependency>
67+
<groupId>com.webank.wedatasphere.streamis</groupId>
68+
<artifactId>streamis-project-server</artifactId>
69+
<version>${streamis.version}</version>
70+
</dependency>
7171

7272
</dependencies>
7373

0 commit comments

Comments
 (0)