Browse Source

add missing dir

Nick Kasvosve 9 years ago
parent
commit
05f4ba079b

+ 1 - 0
frameworks/Java/beyondj/beyondj-launcher/deploy/README.txt

@@ -0,0 +1 @@
+This is the run dir

+ 23 - 0
frameworks/Java/beyondj/beyondj-launcher/pom.xml

@@ -476,6 +476,29 @@
             <version>${sigar.dist.version}</version>
             <type>zip</type>
         </dependency>
+ 	<dependency>
+            <groupId>com.lenox.platform</groupId>
+            <artifactId>beyondj-camel-jetty</artifactId>
+            <version>${project.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-servlet_3.0_spec</artifactId>
+                </exclusion>
+                <exclusion>
+                    <artifactId>spring-aop</artifactId>
+                    <groupId>org.springframework</groupId>
+                </exclusion>
+                <exclusion>
+                    <artifactId>jaxb-core</artifactId>
+                    <groupId>com.sun.xml.bind</groupId>
+                </exclusion>
+                <exclusion>
+                    <artifactId>jaxb-impl</artifactId>
+                    <groupId>com.sun.xml.bind</groupId>
+                </exclusion>
+            </exclusions>
+        </dependency>
     </dependencies>
 
     <build>