Skip to content

Commit

Permalink
fix: build acct linking agama (#10575)
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu authored Jan 8, 2025
1 parent 4fa6699 commit 85b95ec
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion jans-casa/plugins/acct-linking/agama/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
<groupId>io.jans.casa.plugins</groupId>
<artifactId>acct-linking-agama</artifactId>
<version>0.0.0-nightly</version>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/JanssenProject/jans</url>
</repository>
</distributionManagement>
<dependencies>
</dependencies>

Expand Down
8 changes: 8 additions & 0 deletions jans-casa/plugins/email_2fa/agama/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<groupId>io.jans.casa.plugins</groupId>
<artifactId>email_2fa-agama</artifactId>
<version>0.0.0-nightly</version>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/JanssenProject/jans</url>
</repository>
</distributionManagement>

<dependencies>
</dependencies>
Expand Down
8 changes: 8 additions & 0 deletions jans-casa/plugins/email_2fa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
<version>0.0.0-nightly</version>
<packaging>jar</packaging>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/JanssenProject/jans</url>
</repository>
</distributionManagement>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down

0 comments on commit 85b95ec

Please sign in to comment.