Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
rhbz1036435 - Add comment with a liquibase upgrade notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos A. Munoz committed Dec 2, 2013
1 parent 1b05145 commit 72ef3f2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pom.xml
Expand Up @@ -322,11 +322,11 @@
</bannedDependencies>
<banDuplicateClasses>
<findAllDuplicates>true</findAllDuplicates>
<message xml:space="preserve">
Warning: found duplicate classes on classpath. Please remove unnecessary
dependencies if possible, and consider adding them to bannedDependencies.
If that is not possible, please add an ignoreClass for the class or entire
package.
<message xml:space="preserve">
Warning: found duplicate classes on classpath. Please remove unnecessary
dependencies if possible, and consider adding them to bannedDependencies.
If that is not possible, please add an ignoreClass for the class or entire
package.

This comment has been minimized.

Copy link
@seanf

seanf Dec 2, 2013

Contributor

I think you might need to fix up the line endings again. Did you use some sort of auto-formatting?

EDIT: this was actually fixing line endings which were messed by maven-release-plugin.

</message>
</banDuplicateClasses>
<requireNoRepositories>
Expand Down Expand Up @@ -982,6 +982,9 @@ package.
</dependency>

<!-- Liquibase Dependencies -->
<!-- If the Liquibase version is being updated, please refer to
any changelog files that run 'on change' and make sure that they still run
after upgrading the version. -->

This comment has been minimized.

Copy link
@seanf

seanf Dec 2, 2013

Contributor

👍

<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
Expand Down

0 comments on commit 72ef3f2

Please sign in to comment.