Skip to content

Commit

Permalink
fix(modules): oauth2 module should be available for ce and ee (camund…
Browse files Browse the repository at this point in the history
…a#4572)

Moving the `modules/oauth2` from `distro-ce` to `distro` profile since it should be available in both builds ce and ee.


camunda#4451
  • Loading branch information
yanavasileva authored Sep 3, 2024
1 parent ef20a92 commit 2020a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distro/run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<modules>
<module>modules</module>
<module>modules/rest</module>
<module>modules/oauth2</module>
<module>modules/example</module>
<module>core</module>
<module>assembly</module>
Expand All @@ -100,7 +101,6 @@
</activation>
<modules>
<module>modules/webapps</module>
<module>modules/oauth2</module>
<module>distro</module>
<module>qa</module>
</modules>
Expand Down

0 comments on commit 2020a34

Please sign in to comment.