Skip to content

Commit

Permalink
Merge pull request #18607 from madurangasiriwardena/callhome
Browse files Browse the repository at this point in the history
Remove call home component
  • Loading branch information
madurangasiriwardena authored Dec 15, 2023
2 parents 2345a4f + e7e4f2c commit c23191f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 70 deletions.
60 changes: 0 additions & 60 deletions modules/callhome/pom.xml

This file was deleted.

6 changes: 0 additions & 6 deletions modules/distribution/src/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,6 @@
<outputDirectory>${pom.artifactId}-${pom.version}/repository/components/dropins</outputDirectory>
</fileSet>

<!--copy the callhome jar -->
<fileSet>
<directory>../callhome/target/callhomeCopied/jar</directory>
<outputDirectory>${pom.artifactId}-${pom.version}/repository/components/dropins</outputDirectory>
</fileSet>

<!--copy the social authenticator jars Facebook,Google,Windows-Live,Yahoo.-->
<fileSet>
<directory>../social-authenticators/target/socialauthenticatorCopied/jar</directory>
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<modules>
<module>modules/features</module>
<module>modules/p2-profile-gen</module>
<module>modules/callhome</module>
<module>modules/connectors</module>
<module>modules/api-resources</module>
<module>modules/authenticators</module>
Expand Down Expand Up @@ -2292,9 +2291,6 @@
<!--<identity.userstore.cassandra.version>5.1.1</identity.userstore.cassandra.version>-->
<!--<identity.agent-entitlement-filter.version>5.1.1</identity.agent-entitlement-filter.version>-->

<!-- CallHome version -->
<callhome.version>4.5.x_1.0.14</callhome.version>

<!-- Authenticator Versions -->
<identity.outbound.auth.oidc.version>5.11.30</identity.outbound.auth.oidc.version>
<identity.outbound.auth.oauth2.version>1.0.11</identity.outbound.auth.oauth2.version>
Expand Down

0 comments on commit c23191f

Please sign in to comment.