|
@@ -476,6 +476,29 @@
|
|
<version>${sigar.dist.version}</version>
|
|
<version>${sigar.dist.version}</version>
|
|
<type>zip</type>
|
|
<type>zip</type>
|
|
</dependency>
|
|
</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>
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
<build>
|