Skip to content

Commit 0c60b09

Browse files
committed
modify pom resolve compile projeect problem.
1 parent a87e39e commit 0c60b09

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>visualis</artifactId>
77
<groupId>com.webank.wedatasphere.dss</groupId>
8-
<version>1.0.0-rc1</version>
8+
<version>1.0.0</version>
99
<packaging>pom</packaging>
1010

1111
<licenses>

server/pom.xml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>visualis</artifactId>
66
<groupId>com.webank.wedatasphere.dss</groupId>
7-
<version>1.2.4</version>
7+
<version>1.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -22,8 +22,8 @@
2222
<jdk.compile.version>1.8</jdk.compile.version>
2323
<skipTests>true</skipTests>
2424

25-
<apache.linkis.version>1.1.0</apache.linkis.version>
26-
<opensource.dss.version>1.1.0</opensource.dss.version>
25+
<apache.linkis.version>1.1.1</apache.linkis.version>
26+
<opensource.dss.version>1.0.1</opensource.dss.version>
2727

2828
<elasticsearch.version>5.1.2</elasticsearch.version>
2929
<spring.boot.version>2.3.7.RELEASE</spring.boot.version>
@@ -37,14 +37,6 @@
3737
</properties>
3838

3939
<dependencies>
40-
41-
<!--行内差异化变量改造-->
42-
<dependency>
43-
<groupId>cn.webank.bsp</groupId>
44-
<artifactId>encrypt</artifactId>
45-
<version>1.0.2</version>
46-
</dependency>
47-
4840
<dependency>
4941
<groupId>com.thoughtworks.xstream</groupId>
5042
<artifactId>xstream</artifactId>
@@ -439,7 +431,7 @@
439431
<dependency>
440432
<groupId>com.alibaba</groupId>
441433
<artifactId>fastjson</artifactId>
442-
<version>1.2.70</version>
434+
<version>1.2.83</version>
443435
</dependency>
444436

445437
<dependency>
@@ -701,4 +693,4 @@
701693
</build>
702694

703695

704-
</project>
696+
</project>

0 commit comments

Comments
 (0)