Skip to content

Commit

Permalink
0.3 init
Browse files Browse the repository at this point in the history
合并0.3 server代码,整体还有遗留问题
  • Loading branch information
RichardShan committed Aug 7, 2018
1 parent b4710cf commit 7468952
Show file tree
Hide file tree
Showing 378 changed files with 21,272 additions and 12,090 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ spark-warehouse
swagger-ui/
lib/
tempFiles/
userfiles/
.vscode
webapp/
91 changes: 0 additions & 91 deletions LICENSE-3RD-PARTY

This file was deleted.

20 changes: 10 additions & 10 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>davinci-parent_2.11</artifactId>
<artifactId>davinci-parent_3.01</artifactId>
<groupId>edp.davinci</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>davinci-assembly_2.11</artifactId>
<artifactId>davinci-assembly_3.01</artifactId>
<packaging>pom</packaging>

<licenses>
Expand All @@ -29,13 +29,13 @@
<build.copyDependenciesPhase>package</build.copyDependenciesPhase>
</properties>

<dependencies>
<dependency>
<groupId>edp.davinci</groupId>
<artifactId>davinci-server_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<!--<dependencies>-->
<!--<dependency>-->
<!--<groupId>edp.davinci</groupId>-->
<!--<artifactId>davinci-server_${scala.binary.version}</artifactId>-->
<!--<version>${project.version}</version>-->
<!--</dependency>-->
<!--</dependencies>-->

<build>
<plugins>
Expand Down
9 changes: 0 additions & 9 deletions bin/build.sh

This file was deleted.

Loading

0 comments on commit 7468952

Please sign in to comment.