Skip to content

Commit

Permalink
Include nosql in distribution zip (#962)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj authored Nov 13, 2020
1 parent 76c9e91 commit ba0c4bb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bundles/eclipselink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,16 @@
<artifactId>org.eclipse.persistence.utils.rename</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.nosql</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.oracle.nosql</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>wsdl4j</groupId>
Expand Down Expand Up @@ -377,6 +387,18 @@
<classifier>sources</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.nosql</artifactId>
<classifier>sources</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.oracle.nosql</artifactId>
<classifier>sources</classifier>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.eclipse.persistence</groupId>
Expand Down
2 changes: 2 additions & 0 deletions bundles/eclipselink/src/main/assembly/eclipselink.zip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
<outputFileNameMapping>${artifact.artifactId}${dashClassifier?}.${artifact.extension}</outputFileNameMapping>
<includes>
<include>${project.groupId}:org.eclipse.persistence.extension</include>
<include>${project.groupId}:org.eclipse.persistence.nosql</include>
<include>${project.groupId}:org.eclipse.persistence.oracle.nosql</include>
</includes>
</dependencySet>
<dependencySet>
Expand Down

0 comments on commit ba0c4bb

Please sign in to comment.