Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmmartins committed Dec 19, 2017
1 parent fdd4e9c commit 968f8e0
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions camel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,11 @@
<artifactId>camel-stream</artifactId>
<version>${camel.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jdbc</artifactId>
<version>${camel.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-http</artifactId>
<version>${camel.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jms</artifactId>
<version>${camel.version}</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
Expand All @@ -87,21 +77,6 @@
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-camel</artifactId>
<version>${activemq.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-servlet</artifactId>
Expand Down Expand Up @@ -141,7 +116,6 @@
<target>${java.version}</target>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.camel</groupId>
<artifactId>camel-maven-plugin</artifactId>
Expand All @@ -156,12 +130,11 @@
<extensions>true</extensions>
<configuration>
<instructions>
<DynamicImport-Package>*;oracle.jdbc;javax.naming.spi;javax.naming;javax.security.auth;javax.net;javax.net.ssl;javax.management;javax.security.auth.callback;org.omg.CORBA;javax.security.auth.login;org.springframework.aop;org.springframework.aop.framework;org.aopalliance.aop</DynamicImport-Package>
<DynamicImport-Package>*</DynamicImport-Package>
</instructions>
<unpackBundle>false</unpackBundle>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
Expand Down

0 comments on commit 968f8e0

Please sign in to comment.