Skip to content

Commit

Permalink
feat: rename the extention to quarkus-elytron-token-realm
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jul 3, 2019
1 parent 024fd7d commit 4b119ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
14 changes: 3 additions & 11 deletions extensions/elytron-security-oauth2/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,24 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>quarkus-elytron-security-oauth2-parent</artifactId>
<artifactId>quarkus-elytron-realm-token-parent</artifactId>
<groupId>io.quarkus</groupId>
<version>999-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-elytron-security-oauth2-deployment</artifactId>
<artifactId>quarkus-elytron-realm-token-deployment</artifactId>
<name>Quarkus Security OAuth2 - Deployment</name>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-core-deployment</artifactId>
</dependency>
<!--<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-undertow-deployment</artifactId>
</dependency>-->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-elytron-security-oauth2</artifactId>
<artifactId>quarkus-elytron-realm-token</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extensions/elytron-security-oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-elytron-security-oauth2-parent</artifactId>
<artifactId>quarkus-elytron-realm-token-parent</artifactId>
<name>Quarkus Security OAuth2</name>

<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions extensions/elytron-security-oauth2/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>quarkus-elytron-security-oauth2-parent</artifactId>
<artifactId>quarkus-elytron-realm-token-parent</artifactId>
<groupId>io.quarkus</groupId>
<version>999-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-elytron-security-oauth2</artifactId>
<artifactId>quarkus-elytron-realm-token</artifactId>
<name>Quarkus Security OAuth2 - Runtime</name>

<dependencies>
Expand Down

0 comments on commit 4b119ca

Please sign in to comment.