Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[iot-pmc] [CQ 14603] Apache xbean-asm5-shaded 3.17

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=14603


Kai Hudalla <kai.hudalla@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kai.hudalla@xxxxxxxxxxxx
               Flag|                            |PMC_Approved-




--- Comment #3 from Kai Hudalla <kai.hudalla@xxxxxxxxxxxx>  2017-10-30 10:53:39 ---
Hi,

The source code for this CQ seems to be managed at [1]

The POM file found there indicates that this artifact is just a (shaded)
repackaging of the following three artifacts.

<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-asm-util</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

You will therefore need to create CQs for these three artifacts instead of this
one.

[1]
http://svn.apache.org/repos/asf/geronimo/xbean/tags/xbean-3.17/xbean-asm5-shaded/





-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top