Skip to content

Commit

Permalink
[GOOGLEAPPS-12] do not include credentials generator classes in conne…
Browse files Browse the repository at this point in the history
…ctor bundle (#4)
  • Loading branch information
andrea-patricelli authored Apr 14, 2022
1 parent e9ac59c commit 01c0635
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/assemble/connector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
<fileSet>
<directory>${project.build.directory}/classes</directory>
<outputDirectory></outputDirectory>
<excludes>
<exclude>net/tirasa/connid/bundles/googleapps/credentialsgenerator/*.*</exclude>
</excludes>
</fileSet>

<fileSet>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package net.tirasa.connid.bundles.googleapps;
package net.tirasa.connid.bundles.googleapps.credentialsgenerator;

import com.google.api.client.auth.oauth2.AuthorizationCodeResponseUrl;
import com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package net.tirasa.connid.bundles.googleapps;
package net.tirasa.connid.bundles.googleapps.credentialsgenerator;

import com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl;
import com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets;
Expand Down

0 comments on commit 01c0635

Please sign in to comment.