Uploaded image for project: 'Spring Boot & Cloud'
  1. Spring Boot & Cloud
  2. SB-1433

RHOAR spring boot BOMs must contain productized version of artemis and activemq artifacts

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • bom
    • None

      Importing:

      Unable to find source-code formatter for language: code. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
                  <dependency>
                      <groupId>me.snowdrop</groupId>
                      <artifactId>spring-boot-bom</artifactId>
                      <version>2.1.3.Final-redhat-00001</version>
                      <scope>import</scope>
                      <type>pom</type>
                  </dependency>
      

      result in using upstream version of transitive dependencies of artemis and activemq, specifically:

                 <!-- activemq -->
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>activemq-blueprint</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>activemq-console</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>activemq-http</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>activemq-jdbc-store</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>activemq-jms-pool</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>activemq-karaf</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>activemq-leveldb-store</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>activemq-log4j-appender</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>activemq-openwire-generator</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>activemq-osgi</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>activemq-partition</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>activemq-ra</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>activemq-run</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>activemq-runtime-config</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>activemq-shiro</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>activemq-stomp</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>activemq-web</artifactId>
                  </dependency>
      
                  <!-- artemis -->
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>artemis-cli</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>artemis-openwire-protocol</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>artemis-amqp-protocol</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>artemis-commons</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>artemis-core-client</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>artemis-jms-client</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>artemis-jms-server</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>artemis-journal</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>artemis-native</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>artemis-selector</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>artemis-server</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.activemq</groupId>
                      <artifactId>artemis-service-extensions</artifactId>
                  </dependency>
      

      using a productized version might be more appropiate?

            claprun Chris Laprun
            atarocch@redhat.com Andrea Tarocchi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: