Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
arniesaha authored Nov 24, 2023
1 parent 26ac620 commit 01848af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,14 @@

</profiles>

<servers>
<server>
<id>github</id>
<username>${env.GITHUB_USER_REF}</username>
<password>${env.GITHUB_TOKEN_REF}</password>
</server>
</servers>

<properties>
<akka.version>2.3.7</akka.version>
<antlr4.plugin.version>4.5</antlr4.plugin.version>
Expand Down

0 comments on commit 01848af

Please sign in to comment.