mirror of https://github.com/apache/openjpa.git
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-xmlstore</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>
|
||||
</artifactSet>
|
||||
<!-- OpenJPA unique META-INF setup -->
|
||||
|
@ -219,10 +216,5 @@
|
|||
<artifactId>openjpa-slice</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.openjpa</groupId>
|
||||
<artifactId>openjpa-jest</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue