Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/src/main/asciidoc/jwt-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@ $ mvn exec:java -Dexec.mainClass=org.acme.jwt.GenerateToken -Dexec.classpathScop
[INFO] ----------------------< org.acme:using-jwt-rbac >-----------------------
[INFO] Building using-jwt-rbac 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from jboss: https://repository.jboss.org/nexus/content/groups/public/net/minidev/json-smart/maven-metadata.xml
[INFO]
[INFO] --- exec-maven-plugin:1.6.0:java (default-cli) @ using-jwt-rbac ---
Setting exp: 1551659976 / Sun Mar 03 16:39:36 PST 2019
Expand Down Expand Up @@ -731,7 +730,6 @@ $ mvn exec:java -Dexec.mainClass=org.acme.jwt.GenerateToken -Dexec.classpathScop
[INFO] ----------------------< org.acme:using-jwt-rbac >-----------------------
[INFO] Building using-jwt-rbac 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from jboss: https://repository.jboss.org/nexus/content/groups/public/net/minidev/json-smart/maven-metadata.xml
[INFO]
[INFO] --- exec-maven-plugin:1.6.0:java (default-cli) @ using-jwt-rbac ---
Setting exp: 1551663155 / Sun Mar 03 17:32:35 PST 2019
Expand Down
13 changes: 0 additions & 13 deletions independent-projects/arc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,19 +189,6 @@
</pluginManagement>
</build>

<repositories>
<repository>
<id>jboss</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
Expand Down