Skip to content

Commit

Permalink
Removed Protocol Interface Dependency (#110)
Browse files Browse the repository at this point in the history
* Removed Protocol Interface Dependency

* Removed Protocol Interface Dependency
ZHROTPI authored and Umadevi-Kapu committed Apr 3, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4433563 commit ac0f92c
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.5.6
- Removed Protocol Interface dependency
- Uplifted semantics version to 0.4.1

## 0.5.5
- Fixed generate service link in /generateAndPublish endpoint
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ subprojects {
apply plugin: 'java'

//Latest version for publish
version = "0.5.5"
version = "0.5.6"

//Declare where to find the dependencies of project here
repositories {
@@ -110,10 +110,9 @@ subprojects {

//Injectable Message Library and its Implementation
compile 'com.github.Ericsson:eiffel-remrem-shared:0.3.5'
compile 'com.github.Ericsson:eiffel-remrem-protocol-interface:0.0.7'
//For publishing eiffel2.0 events

compile("com.github.Ericsson:eiffel-remrem-semantics:0.4.0"){
compile("com.github.Ericsson:eiffel-remrem-semantics:0.4.1"){

exclude group: 'org.apache.commons'
}

0 comments on commit ac0f92c

Please sign in to comment.