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:
Mark Struberg 2015-05-05 09:42:34 +00:00
parent 432e6be333
commit 7dc47bc953
1 changed files with 0 additions and 8 deletions

View File

@ -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>