[ https://issues.apache.org/jira/browse/SYNCOPE-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16082055#comment-16082055 ]
ASF GitHub Bot commented on SYNCOPE-1145: ----------------------------------------- Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/50#discussion_r126658605 --- Diff: pom.xml --- @@ -1387,6 +1388,11 @@ under the License. </dependency> <dependency> <groupId>org.webjars</groupId> + <artifactId>google-diff-match-patch</artifactId> --- End diff -- As you are introducing a new dependency, did you check its license? Is it this one? https://code.google.com/archive/p/google-diff-match-patch/ If so, it's AL 2.0, so it should be good. In general, any new dependency must comply with this ASF policy: https://www.apache.org/legal/resolved.html#category-a > Connector and Resource configuration versioning > ----------------------------------------------- > > Key: SYNCOPE-1145 > URL: https://issues.apache.org/jira/browse/SYNCOPE-1145 > Project: Syncope > Issue Type: New Feature > Components: common, console, core > Reporter: Francesco Chicchiriccò > Assignee: Francesco Chicchiriccò > Fix For: 2.0.5, 2.1.0 > > > It often happens that, while playing with Connectors' and Resources' > configuration, everything works up until a certain point, then some > misconfiguration happens and errors start appearing. > In such situations, it would be handy to have a simple mechanism to revert to > a previous (working) situation. -- This message was sent by Atlassian JIRA (v6.4.14#64029)