File tree Expand file tree Collapse file tree 4 files changed +1
-5
lines changed
common/idrepo/lib/src/main/java/org/apache/syncope/common/lib Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ public List<String> getRules() {
6666 }
6767
6868 @ Schema (accessMode = Schema .AccessMode .READ_ONLY )
69-
7069 public List <String > getPassthroughResources () {
7170 return passthroughResources ;
7271 }
Original file line number Diff line number Diff line change @@ -78,13 +78,11 @@ public void setName(final String name) {
7878 }
7979
8080 @ Schema (accessMode = Schema .AccessMode .READ_ONLY )
81-
8281 public List <String > getUsedByResources () {
8382 return usedByResources ;
8483 }
8584
8685 @ Schema (accessMode = Schema .AccessMode .READ_ONLY )
87-
8886 public List <String > getUsedByRealms () {
8987 return usedByRealms ;
9088 }
Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ public void setEntityKey(final String entityKey) {
8888 }
8989
9090 @ Schema (accessMode = Schema .AccessMode .READ_ONLY )
91-
9291 public Set <String > getRecipients () {
9392 return recipients ;
9493 }
Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ under the License.
481481 <jsplumb .version>2.0.7</jsplumb .version>
482482 <chartjs .version>4.4.3</chartjs .version>
483483
484- <wicket .version>10.7 .0</wicket .version>
484+ <wicket .version>10.8 .0</wicket .version>
485485 <wicketstuff .version>10.7.0</wicketstuff .version>
486486 <wicket-bootstrap .version>7.0.13</wicket-bootstrap .version>
487487 <wicket-spring-boot .version>4.1.1</wicket-spring-boot .version>
You can’t perform that action at this time.
0 commit comments