mirror of
https://github.com/apache/openjpa.git
synced 2025-02-08 11:06:01 +00:00
OPENJPA-2582 remove jest dependency from openjpa bundle
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1677762 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
432e6be333
commit
7dc47bc953
@ -83,9 +83,6 @@
|
|||||||
<include>org.apache.openjpa:openjpa-persistence-jdbc</include>
|
<include>org.apache.openjpa:openjpa-persistence-jdbc</include>
|
||||||
<include>org.apache.openjpa:openjpa-xmlstore</include>
|
<include>org.apache.openjpa:openjpa-xmlstore</include>
|
||||||
<include>org.apache.openjpa:openjpa-slice</include>
|
<include>org.apache.openjpa:openjpa-slice</include>
|
||||||
<!-- JEST is a REST Servlet based approach and thus gets packaged separately
|
|
||||||
<include>org.apache.openjpa:openjpa-jest</include>
|
|
||||||
-->
|
|
||||||
</includes>
|
</includes>
|
||||||
</artifactSet>
|
</artifactSet>
|
||||||
<!-- OpenJPA unique META-INF setup -->
|
<!-- OpenJPA unique META-INF setup -->
|
||||||
@ -219,10 +216,5 @@
|
|||||||
<artifactId>openjpa-slice</artifactId>
|
<artifactId>openjpa-slice</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.openjpa</groupId>
|
|
||||||
<artifactId>openjpa-jest</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user