Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move some versions to properties section in pom.xml #444

Merged
merged 1 commit into from
Jan 8, 2019
Merged

Move some versions to properties section in pom.xml #444

merged 1 commit into from
Jan 8, 2019

Conversation

soul2zimate
Copy link
Contributor

Move some dependency versions to properties section

  • microprofile-config-api
  • junit
  • slf4j-jboss-logging
  • money-api
  • jsoup

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I added some comments inline.

</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.10.2</version>
<version>${version.jsoup}</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jsoup and money-api can be removed. They are not used anymore.

Maybe we will include them again in the BOM but for now, let's remove them.

@@ -25,7 +25,11 @@

<properties>
<!-- TODO: unify version properties names - version.foo-name -->
<version.money-api>1.0.3</version.money-api>
<version.jsoup>1.10.2</version.jsoup>
<version.junit>4.12</version.junit>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe let's add JUnit at the bottom above shrinkwrap as it's a test dependency.

I know we're not consistent but only the jandex dependency has the other convention for now so let's not make everything inconsistent.

We'll fix that globally once we have decided if we go one way or another.

<version.org.jandex>2.1.0.Beta3</version.org.jandex>
<version.slf4j-jboss-logging>1.1.0.Final</version.slf4j-jboss-logging>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's add it with jboss-logging and log4j versions a bit below and call it slf4j-jboss-logging.version for now.

@soul2zimate
Copy link
Contributor Author

I have removed jsoup and money-api dependencies and relocated versions as per review comment.

@gsmet
Copy link
Member

gsmet commented Jan 8, 2019

Looks good now, merging, thanks!

@gsmet gsmet merged commit eb595cf into quarkusio:master Jan 8, 2019
@soul2zimate soul2zimate deleted the version-properties branch January 8, 2019 15:27
@cescoffier cescoffier added this to the 0.5.0 milestone Jan 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants