-
Notifications
You must be signed in to change notification settings - Fork 18
Dependencies on BBQ and Protocol #113
Comments
I noticed this yesterday as well.
No, this was not intentional. We definitely want these dependencies included to allow clients to only depend on |
I think this has probably been a side-effect of the changes I made to try and make our POM compatible with upload to Maven Central, where I had to specify the POM more explicitly. In doing so, it seems that I dropped the dependencies. David has a fix in the works and is testing it now. |
Now that this has been closed, do we have any plans to push an updated release to jcenter? |
Yeah, David's creating a 0.2.1 release. |
I am planning to cut the release once Iain's done with #99, continuing the current pattern of releasing from the master branch. |
Makes sense to me! |
With the version 0.1.1, the pom file provided the dependencies, it's not the case anymore on 0.2.
That means a "client" will need to include
openyolo-api:0.2.0
, but alsobbq:0.2.0
,openyolo-protocol:0.2.0
,support-annotations
…Any reason why we got rid of this?
OpenYolo API 0.2.0:
OpenYolo API 0.1.1:
The text was updated successfully, but these errors were encountered: