Skip to content

Commit

Permalink
externalize orientdb camel component (#465)
Browse files Browse the repository at this point in the history
* externalize orientdb camel component and fix "unsaved task session show in list" bug

* add pom comment

* add "forceSave" flag
  • Loading branch information
SergeyAsm authored and PhantomYdn committed Feb 8, 2017
1 parent d8cb24f commit 914a455
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 600 deletions.
22 changes: 22 additions & 0 deletions orienteer-camel/pom.xml
Expand Up @@ -25,6 +25,11 @@
<artifactId>camel-core</artifactId>
<version>2.17.3</version>
</dependency>
<dependency>
<groupId>org.orienteer.camel.component</groupId>
<artifactId>camel-orientdb</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jdbc</artifactId>
Expand Down Expand Up @@ -60,6 +65,23 @@
<artifactId>xom</artifactId>
<version>1.2.5</version>
</dependency>
<!-- TODO: Temporal dependencies. Remove when dynamic loading of maven libraries will be available -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.15</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.15</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>3.15</version>
</dependency>
<!-- ORIENTEER modules -->
<dependency>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-core</artifactId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 914a455

Please sign in to comment.