Skip to content

Commit

Permalink
reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredebelen committed Mar 5, 2024
1 parent 2e4417a commit 0400189
Show file tree
Hide file tree
Showing 1,641 changed files with 71 additions and 40 deletions.
2 changes: 1 addition & 1 deletion legend-engine-config/legend-engine-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
</dependency>
<dependency>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-query-pure</artifactId>
<artifactId>legend-engine-core-query-pure-rest</artifactId>
</dependency>
<dependency>
<groupId>org.finos.legend.engine</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<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">
<parent>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-core</artifactId>
<artifactId>legend-engine-core-base</artifactId>
<version>4.39.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -31,7 +31,6 @@
<module>legend-engine-executionPlan-execution</module>
<module>legend-engine-executionPlan-execution-api</module>
<module>legend-engine-executionPlan-execution-authorizer</module>
<module>legend-engine-external-shared-format-runtime</module>
<module>legend-engine-executionPlan-execution-store-inMemory</module>
</modules>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<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">
<parent>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-core</artifactId>
<artifactId>legend-engine-core-base</artifactId>
<version>4.39.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Loading

0 comments on commit 0400189

Please sign in to comment.