Skip to content

Commit 5eafcc3

Browse files
authored
fix: remove the shaded profile from root pom (#1274)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-bigtable/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
1 parent d21368f commit 5eafcc3

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -332,21 +332,6 @@
332332
</plugins>
333333
</build>
334334
</profile>
335-
<profile>
336-
<!-- Shading workaround for IDEs: This project relocates some of its internal dependencies. Since IDEs can't
337-
resolve the relocated symbols on their own, a workaround is added: first mvn install the shaded module,
338-
then disable the with-shaded profile to force IDEs to resolve the relocated dependencies from the local
339-
repository -->
340-
<id>with-shaded</id>
341-
<activation>
342-
<property>
343-
<name>!skip-shaded</name>
344-
</property>
345-
</activation>
346-
<modules>
347-
<module>google-cloud-bigtable-stats</module>
348-
</modules>
349-
</profile>
350335
</profiles>
351336

352337
<modules>

0 commit comments

Comments
 (0)