Skip to content

Commit

Permalink
Merge pull request #179 from assimbly/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
assimbly authored Dec 21, 2018
2 parents f332c34 + 09c59f6 commit 0e8adf4
Show file tree
Hide file tree
Showing 12 changed files with 1,973 additions and 1,631 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

Assimbly is a messaging gateway. It has the folloingw characteristics:
Assimbly is a messaging gateway. It has the following characteristics:

1. it's a link between endpoints, allow them to share information and bypass certain protocols.
2. it's a point of accesss (a portal).
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencyManagement {
defaultTasks 'bootRun'

group = 'org.assimbly.gateway'
version = '1.1.0'
version = '1.2.0'

description = ''

Expand Down Expand Up @@ -204,12 +204,12 @@ dependencies {

// custom dependencies (non-jhipster)
compile "org.assimbly:connector:1.0.0"
compile "io.github.assimbly:docconverter:1.1.0"
compile "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.5"
compile "org.jdom:jdom2:2.0.6"
compile "org.springframework:spring-websocket:4.3.20.RELEASE"
compile "org.springframework.security:spring-security-messaging:4.2.3.RELEASE"


// end custom dependencies

testCompile "com.jayway.jsonpath:json-path"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gateway",
"version": "1.1.0",
"version": "1.2.0",
"description": "A message gateway based on Apache camel",
"private": true,
"license": "Apache License 2.0",
Expand Down
191 changes: 0 additions & 191 deletions src/main/java/org/assimbly/gateway/config/environment/ConvertUtil.java

This file was deleted.

Loading

0 comments on commit 0e8adf4

Please sign in to comment.