You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2015/04/13 15:33:29 UTC

tomee git commit: no need of this comment

Repository: tomee
Updated Branches:
  refs/heads/master f21ff8153 -> 31e90de63


no need of this comment


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/31e90de6
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/31e90de6
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/31e90de6

Branch: refs/heads/master
Commit: 31e90de63eed582ebb0b350f9948b8b04250dd3a
Parents: f21ff81
Author: Romain Manni-Bucau <rm...@apache.org>
Authored: Mon Apr 13 15:33:23 2015 +0200
Committer: Romain Manni-Bucau <rm...@apache.org>
Committed: Mon Apr 13 15:33:23 2015 +0200

----------------------------------------------------------------------
 examples/rest-example/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/31e90de6/examples/rest-example/pom.xml
----------------------------------------------------------------------
diff --git a/examples/rest-example/pom.xml b/examples/rest-example/pom.xml
index d5d83eb..a4600a1 100644
--- a/examples/rest-example/pom.xml
+++ b/examples/rest-example/pom.xml
@@ -87,7 +87,7 @@
         <artifactId>tomee-embedded-maven-plugin</artifactId>
         <version>${tomee.version}</version>
       </plugin>
-      <plugin> <!-- needed otherwise it will not work at runtime -->
+      <plugin>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-maven-plugin</artifactId>
         <version>${version.openjpa}</version>