You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2008/09/16 10:24:42 UTC

svn commit: r695764 - /activemq/camel/trunk/components/camel-script/pom.xml

Author: ningjiang
Date: Tue Sep 16 01:24:42 2008
New Revision: 695764

URL: http://svn.apache.org/viewvc?rev=695764&view=rev
Log:
CAMEL-904 clean up the camel-script pom

Modified:
    activemq/camel/trunk/components/camel-script/pom.xml

Modified: activemq/camel/trunk/components/camel-script/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-script/pom.xml?rev=695764&r1=695763&r2=695764&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-script/pom.xml (original)
+++ activemq/camel/trunk/components/camel-script/pom.xml Tue Sep 16 01:24:42 2008
@@ -64,40 +64,6 @@
 	  <version>${spring-version}</version>
     </dependency>
 
-    <!-- LogicBlaze Repo Script Engines
-    <dependency>
-      <groupId>javax.script</groupId>
-      <artifactId>groovy-engine</artifactId>
-      <version>1.0</version>
-      <classifier>jdk14</classifier>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>javax.script</groupId>
-      <artifactId>js-engine</artifactId>
-      <version>1.0</version>
-      <classifier>jdk14</classifier>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>javax.script</groupId>
-      <artifactId>jython-engine</artifactId>
-      <version>1.0</version>
-      <classifier>jdk14</classifier>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>javax.script</groupId>
-      <artifactId>jruby-engine</artifactId>
-      <version>1.0</version>
-      <classifier>jdk14</classifier>
-      <scope>test</scope>
-    </dependency>
-    -->
-
     <!-- ServiceMix Repo Script Engines -->
     <dependency>
       <groupId>com.sun.script</groupId>
@@ -164,6 +130,12 @@
     </dependency>
 
     <dependency>
+          <groupId>javax.script</groupId>
+          <artifactId>script-api</artifactId>
+          <version>1.0</version>
+    </dependency>
+
+    <dependency>
       <groupId>org.jruby</groupId>
       <artifactId>jruby</artifactId>
       <version>1.1.4</version>
@@ -183,33 +155,6 @@
 
   </dependencies>
 
-
-  <profiles>
-    <profile>
-      <id>jdk1.5</id>
-      <activation>
-        <jdk>1.5</jdk>
-      </activation>
-      <dependencies>
-        <!-- required for the retrotranslated JSR-223 api & engines -->
-        <dependency>
-          <groupId>net.sf.retrotranslator</groupId>
-          <artifactId>retrotranslator-runtime</artifactId>
-          <version>1.2.1</version>
-        </dependency>
-
-        <!-- these dependencies are only for Java 5, they are not required for Java 6 -->
-        <dependency>
-          <groupId>javax.script</groupId>
-          <artifactId>script-api</artifactId>
-          <version>1.0</version>
-          <classifier>jdk14</classifier>
-        </dependency>
-      </dependencies>
-    </profile>
-  </profiles>
-
-
   <build>
     <plugins>
       <plugin>