-
Notifications
You must be signed in to change notification settings - Fork 0
Move files from main app to api project #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider the comments
src/main/java/blockchains/iaas/uni/stuttgart/de/api/IAdapterExtenstion.java
Outdated
Show resolved
Hide resolved
src/main/java/blockchains/iaas/uni/stuttgart/de/api/contracts/Permissions.java
Outdated
Show resolved
Hide resolved
pom.xml
Outdated
<artifactId>core</artifactId> | ||
<version>4.5.6</version> | ||
</dependency> | ||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you make sure that all dependencies in this pom file are actually used? For example, intuitively I think that rpc.server is not needed by this repository, but I might be wrong
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, all the added dependencies are used in the project. Although, I have added exclusions as they were in the main app repository.
src/main/java/blockchains/iaas/uni/stuttgart/de/api/AbstractAdapter.java
Outdated
Show resolved
Hide resolved
...java/blockchains/iaas/uni/stuttgart/de/api/connectionprofiles/ConnectionProfileListener.java
Outdated
Show resolved
Hide resolved
...java/blockchains/iaas/uni/stuttgart/de/api/connectionprofiles/AbstractConnectionProfile.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good to me at this stage.
No description provided.