Skip to content

Commit

Permalink
fix: fix link deps (#7787)
Browse files Browse the repository at this point in the history
* feat: exclude doc store

Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>

* feat: exclude core message lib

Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>

* feat: exclude doc store and code-message lib

Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>

---------

Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
Co-authored-by: shekhar16 <shekharlaad1609@gmail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
  • Loading branch information
2 people authored and devrimyatar committed Feb 27, 2024
1 parent 67fb997 commit b006aad
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions jans-keycloak-link/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jans</groupId>
<artifactId>jans-core-service</artifactId>
<exclusions>
<exclusion>
<groupId>io.jans</groupId>
<artifactId>jans-core-document-store</artifactId>
</exclusion>
<exclusion>
<groupId>io.jans</groupId>
<artifactId>jans-core-message</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
14 changes: 14 additions & 0 deletions jans-link/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jans</groupId>
<artifactId>jans-core-service</artifactId>
<exclusions>
<exclusion>
<groupId>io.jans</groupId>
<artifactId>jans-core-document-store</artifactId>
</exclusion>
<exclusion>
<groupId>io.jans</groupId>
<artifactId>jans-core-message</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit b006aad

Please sign in to comment.