Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.

Commit

Permalink
feat: add 1.25 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGeraud committed Apr 17, 2019
1 parent 1006724 commit df34fb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Expand Up @@ -72,8 +72,4 @@ public Set<Application> findByName(String partialName) throws TechnicalException
throw new IllegalStateException();
}

@Override
public Optional<Application> findByClientId(String clientId) throws TechnicalException {
throw new IllegalStateException();
}
}
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -39,7 +39,7 @@
</modules>

<properties>
<gravitee-repository.version>1.24.1</gravitee-repository.version>
<gravitee-repository.version>1.25.0-SNAPSHOT</gravitee-repository.version>
<gravitee-common.version>1.14.0</gravitee-common.version>
</properties>

Expand Down

0 comments on commit df34fb7

Please sign in to comment.