Compare commits
64 Commits
Author | SHA1 | Date | |
---|---|---|---|
2172a987ff | |||
9b3691bbd9 | |||
6691464bc5 | |||
456d18c2bc | |||
9457fdb93b | |||
507e31ad15 | |||
081ef4e290 | |||
ec8531af61 | |||
441cd67c7c | |||
3d195f6e8f | |||
77d7ba6eda | |||
6efe631cb6 | |||
66483da520 | |||
47def7f9fb | |||
df90cc36c9 | |||
97524b6610 | |||
1981fbd7a5 | |||
6bb0e73484 | |||
cfa4a4305e | |||
c9ffc904fc | |||
81397bc424 | |||
d51309edf9 | |||
5ddd45e87e | |||
18df7846c4 | |||
80c0e87e9a | |||
5d6f5462a3 | |||
2458bf3eae | |||
bb4aa1e61e | |||
fe9d3b2216 | |||
6b6f6e587f | |||
655bb31c7a | |||
b8995ea5ed | |||
aaf65b36af | |||
1c58257908 | |||
fa2573b91d | |||
d1159157e3 | |||
63cc84651e | |||
1bc21bd57c | |||
732f802e30 | |||
3710aca827 | |||
eb6e97e42e | |||
e18976fadd | |||
267c413907 | |||
bb4a199c28 | |||
c2cbcc330a | |||
6775ef724b | |||
1a0236bf9c | |||
60c89853de | |||
5ca384814f | |||
90e18e49b2 | |||
98cbf4dfbe | |||
dbaf89c092 | |||
6624b8e4ed | |||
0e0715719a | |||
66b0ca10d8 | |||
112cc1e2ee | |||
7bd1d10f71 | |||
fc18b8ad06 | |||
ca5d112607 | |||
8f61acac2a | |||
5a156a6c3e | |||
9001cdac4d | |||
7f46563106 | |||
b4a6d11fce |
157
COPYING.LESSER.md
Normal file
157
COPYING.LESSER.md
Normal file
@@ -0,0 +1,157 @@
|
||||
### GNU LESSER GENERAL PUBLIC LICENSE
|
||||
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc.
|
||||
<https://fsf.org/>
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim copies of this
|
||||
license document, but changing it is not allowed.
|
||||
|
||||
This version of the GNU Lesser General Public License incorporates the
|
||||
terms and conditions of version 3 of the GNU General Public License,
|
||||
supplemented by the additional permissions listed below.
|
||||
|
||||
#### 0. Additional Definitions.
|
||||
|
||||
As used herein, "this License" refers to version 3 of the GNU Lesser
|
||||
General Public License, and the "GNU GPL" refers to version 3 of the
|
||||
GNU General Public License.
|
||||
|
||||
"The Library" refers to a covered work governed by this License, other
|
||||
than an Application or a Combined Work as defined below.
|
||||
|
||||
An "Application" is any work that makes use of an interface provided
|
||||
by the Library, but which is not otherwise based on the Library.
|
||||
Defining a subclass of a class defined by the Library is deemed a mode
|
||||
of using an interface provided by the Library.
|
||||
|
||||
A "Combined Work" is a work produced by combining or linking an
|
||||
Application with the Library. The particular version of the Library
|
||||
with which the Combined Work was made is also called the "Linked
|
||||
Version".
|
||||
|
||||
The "Minimal Corresponding Source" for a Combined Work means the
|
||||
Corresponding Source for the Combined Work, excluding any source code
|
||||
for portions of the Combined Work that, considered in isolation, are
|
||||
based on the Application, and not on the Linked Version.
|
||||
|
||||
The "Corresponding Application Code" for a Combined Work means the
|
||||
object code and/or source code for the Application, including any data
|
||||
and utility programs needed for reproducing the Combined Work from the
|
||||
Application, but excluding the System Libraries of the Combined Work.
|
||||
|
||||
#### 1. Exception to Section 3 of the GNU GPL.
|
||||
|
||||
You may convey a covered work under sections 3 and 4 of this License
|
||||
without being bound by section 3 of the GNU GPL.
|
||||
|
||||
#### 2. Conveying Modified Versions.
|
||||
|
||||
If you modify a copy of the Library, and, in your modifications, a
|
||||
facility refers to a function or data to be supplied by an Application
|
||||
that uses the facility (other than as an argument passed when the
|
||||
facility is invoked), then you may convey a copy of the modified
|
||||
version:
|
||||
|
||||
- a) under this License, provided that you make a good faith effort
|
||||
to ensure that, in the event an Application does not supply the
|
||||
function or data, the facility still operates, and performs
|
||||
whatever part of its purpose remains meaningful, or
|
||||
- b) under the GNU GPL, with none of the additional permissions of
|
||||
this License applicable to that copy.
|
||||
|
||||
#### 3. Object Code Incorporating Material from Library Header Files.
|
||||
|
||||
The object code form of an Application may incorporate material from a
|
||||
header file that is part of the Library. You may convey such object
|
||||
code under terms of your choice, provided that, if the incorporated
|
||||
material is not limited to numerical parameters, data structure
|
||||
layouts and accessors, or small macros, inline functions and templates
|
||||
(ten or fewer lines in length), you do both of the following:
|
||||
|
||||
- a) Give prominent notice with each copy of the object code that
|
||||
the Library is used in it and that the Library and its use are
|
||||
covered by this License.
|
||||
- b) Accompany the object code with a copy of the GNU GPL and this
|
||||
license document.
|
||||
|
||||
#### 4. Combined Works.
|
||||
|
||||
You may convey a Combined Work under terms of your choice that, taken
|
||||
together, effectively do not restrict modification of the portions of
|
||||
the Library contained in the Combined Work and reverse engineering for
|
||||
debugging such modifications, if you also do each of the following:
|
||||
|
||||
- a) Give prominent notice with each copy of the Combined Work that
|
||||
the Library is used in it and that the Library and its use are
|
||||
covered by this License.
|
||||
- b) Accompany the Combined Work with a copy of the GNU GPL and this
|
||||
license document.
|
||||
- c) For a Combined Work that displays copyright notices during
|
||||
execution, include the copyright notice for the Library among
|
||||
these notices, as well as a reference directing the user to the
|
||||
copies of the GNU GPL and this license document.
|
||||
- d) Do one of the following:
|
||||
- 0) Convey the Minimal Corresponding Source under the terms of
|
||||
this License, and the Corresponding Application Code in a form
|
||||
suitable for, and under terms that permit, the user to
|
||||
recombine or relink the Application with a modified version of
|
||||
the Linked Version to produce a modified Combined Work, in the
|
||||
manner specified by section 6 of the GNU GPL for conveying
|
||||
Corresponding Source.
|
||||
- 1) Use a suitable shared library mechanism for linking with
|
||||
the Library. A suitable mechanism is one that (a) uses at run
|
||||
time a copy of the Library already present on the user's
|
||||
computer system, and (b) will operate properly with a modified
|
||||
version of the Library that is interface-compatible with the
|
||||
Linked Version.
|
||||
- e) Provide Installation Information, but only if you would
|
||||
otherwise be required to provide such information under section 6
|
||||
of the GNU GPL, and only to the extent that such information is
|
||||
necessary to install and execute a modified version of the
|
||||
Combined Work produced by recombining or relinking the Application
|
||||
with a modified version of the Linked Version. (If you use option
|
||||
4d0, the Installation Information must accompany the Minimal
|
||||
Corresponding Source and Corresponding Application Code. If you
|
||||
use option 4d1, you must provide the Installation Information in
|
||||
the manner specified by section 6 of the GNU GPL for conveying
|
||||
Corresponding Source.)
|
||||
|
||||
#### 5. Combined Libraries.
|
||||
|
||||
You may place library facilities that are a work based on the Library
|
||||
side by side in a single library together with other library
|
||||
facilities that are not Applications and are not covered by this
|
||||
License, and convey such a combined library under terms of your
|
||||
choice, if you do both of the following:
|
||||
|
||||
- a) Accompany the combined library with a copy of the same work
|
||||
based on the Library, uncombined with any other library
|
||||
facilities, conveyed under the terms of this License.
|
||||
- b) Give prominent notice with the combined library that part of it
|
||||
is a work based on the Library, and explaining where to find the
|
||||
accompanying uncombined form of the same work.
|
||||
|
||||
#### 6. Revised Versions of the GNU Lesser General Public License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions
|
||||
of the GNU Lesser General Public License from time to time. Such new
|
||||
versions will be similar in spirit to the present version, but may
|
||||
differ in detail to address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Library
|
||||
as you received it specifies that a certain numbered version of the
|
||||
GNU Lesser General Public License "or any later version" applies to
|
||||
it, you have the option of following the terms and conditions either
|
||||
of that published version or of any later version published by the
|
||||
Free Software Foundation. If the Library as you received it does not
|
||||
specify a version number of the GNU Lesser General Public License, you
|
||||
may choose any version of the GNU Lesser General Public License ever
|
||||
published by the Free Software Foundation.
|
||||
|
||||
If the Library as you received it specifies that a proxy can decide
|
||||
whether future versions of the GNU Lesser General Public License shall
|
||||
apply, that proxy's public statement of acceptance of any version is
|
||||
permanent authorization for you to choose that version for the
|
||||
Library.
|
675
COPYING.md
Normal file
675
COPYING.md
Normal file
@@ -0,0 +1,675 @@
|
||||
### GNU GENERAL PUBLIC LICENSE
|
||||
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc.
|
||||
<https://fsf.org/>
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim copies of this
|
||||
license document, but changing it is not allowed.
|
||||
|
||||
### Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom
|
||||
to share and change all versions of a program--to make sure it remains
|
||||
free software for all its users. We, the Free Software Foundation, use
|
||||
the GNU General Public License for most of our software; it applies
|
||||
also to any other work released this way by its authors. You can apply
|
||||
it to your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you
|
||||
have certain responsibilities if you distribute copies of the
|
||||
software, or if you modify it: responsibilities to respect the freedom
|
||||
of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the
|
||||
manufacturer can do so. This is fundamentally incompatible with the
|
||||
aim of protecting users' freedom to change the software. The
|
||||
systematic pattern of such abuse occurs in the area of products for
|
||||
individuals to use, which is precisely where it is most unacceptable.
|
||||
Therefore, we have designed this version of the GPL to prohibit the
|
||||
practice for those products. If such problems arise substantially in
|
||||
other domains, we stand ready to extend this provision to those
|
||||
domains in future versions of the GPL, as needed to protect the
|
||||
freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish
|
||||
to avoid the special danger that patents applied to a free program
|
||||
could make it effectively proprietary. To prevent this, the GPL
|
||||
assures that patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
### TERMS AND CONDITIONS
|
||||
|
||||
#### 0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds
|
||||
of works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of
|
||||
an exact copy. The resulting work is called a "modified version" of
|
||||
the earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user
|
||||
through a computer network, with no transfer of a copy, is not
|
||||
conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices" to
|
||||
the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
#### 1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work for
|
||||
making modifications to it. "Object code" means any non-source form of
|
||||
a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users can
|
||||
regenerate automatically from other parts of the Corresponding Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that same
|
||||
work.
|
||||
|
||||
#### 2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not convey,
|
||||
without conditions so long as your license otherwise remains in force.
|
||||
You may convey covered works to others for the sole purpose of having
|
||||
them make modifications exclusively for you, or provide you with
|
||||
facilities for running those works, provided that you comply with the
|
||||
terms of this License in conveying all material for which you do not
|
||||
control copyright. Those thus making or running the covered works for
|
||||
you must do so exclusively on your behalf, under your direction and
|
||||
control, on terms that prohibit them from making any copies of your
|
||||
copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under the
|
||||
conditions stated below. Sublicensing is not allowed; section 10 makes
|
||||
it unnecessary.
|
||||
|
||||
#### 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such
|
||||
circumvention is effected by exercising rights under this License with
|
||||
respect to the covered work, and you disclaim any intention to limit
|
||||
operation or modification of the work as a means of enforcing, against
|
||||
the work's users, your or third parties' legal rights to forbid
|
||||
circumvention of technological measures.
|
||||
|
||||
#### 4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
#### 5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these
|
||||
conditions:
|
||||
|
||||
- a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
- b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under
|
||||
section 7. This requirement modifies the requirement in section 4
|
||||
to "keep intact all notices".
|
||||
- c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
- d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
#### 6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms of
|
||||
sections 4 and 5, provided that you also convey the machine-readable
|
||||
Corresponding Source under the terms of this License, in one of these
|
||||
ways:
|
||||
|
||||
- a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
- b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the Corresponding
|
||||
Source from a network server at no charge.
|
||||
- c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
- d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
- e) Convey the object code using peer-to-peer transmission,
|
||||
provided you inform other peers where the object code and
|
||||
Corresponding Source of the work are being offered to the general
|
||||
public at no charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal,
|
||||
family, or household purposes, or (2) anything designed or sold for
|
||||
incorporation into a dwelling. In determining whether a product is a
|
||||
consumer product, doubtful cases shall be resolved in favor of
|
||||
coverage. For a particular product received by a particular user,
|
||||
"normally used" refers to a typical or common use of that class of
|
||||
product, regardless of the status of the particular user or of the way
|
||||
in which the particular user actually uses, or expects or is expected
|
||||
to use, the product. A product is a consumer product regardless of
|
||||
whether the product has substantial commercial, industrial or
|
||||
non-consumer uses, unless such uses represent the only significant
|
||||
mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to
|
||||
install and execute modified versions of a covered work in that User
|
||||
Product from a modified version of its Corresponding Source. The
|
||||
information must suffice to ensure that the continued functioning of
|
||||
the modified object code is in no case prevented or interfered with
|
||||
solely because modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or
|
||||
updates for a work that has been modified or installed by the
|
||||
recipient, or for the User Product in which it has been modified or
|
||||
installed. Access to a network may be denied when the modification
|
||||
itself materially and adversely affects the operation of the network
|
||||
or violates the rules and protocols for communication across the
|
||||
network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
#### 7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders
|
||||
of that material) supplement the terms of this License with terms:
|
||||
|
||||
- a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
- b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
- c) Prohibiting misrepresentation of the origin of that material,
|
||||
or requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
- d) Limiting the use for publicity purposes of names of licensors
|
||||
or authors of the material; or
|
||||
- e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
- f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions
|
||||
of it) with contractual assumptions of liability to the recipient,
|
||||
for any liability that these contractual assumptions directly
|
||||
impose on those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions; the
|
||||
above requirements apply either way.
|
||||
|
||||
#### 8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your license
|
||||
from a particular copyright holder is reinstated (a) provisionally,
|
||||
unless and until the copyright holder explicitly and finally
|
||||
terminates your license, and (b) permanently, if the copyright holder
|
||||
fails to notify you of the violation by some reasonable means prior to
|
||||
60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
#### 9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or run
|
||||
a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
#### 10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
#### 11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims owned
|
||||
or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within the
|
||||
scope of its coverage, prohibits the exercise of, or is conditioned on
|
||||
the non-exercise of one or more of the rights that are specifically
|
||||
granted under this License. You may not convey a covered work if you
|
||||
are a party to an arrangement with a third party that is in the
|
||||
business of distributing software, under which you make payment to the
|
||||
third party based on the extent of your activity of conveying the
|
||||
work, and under which the third party grants, to any of the parties
|
||||
who would receive the covered work from you, a discriminatory patent
|
||||
license (a) in connection with copies of the covered work conveyed by
|
||||
you (or copies made from those copies), or (b) primarily for and in
|
||||
connection with specific products or compilations that contain the
|
||||
covered work, unless you entered into that arrangement, or that patent
|
||||
license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
#### 12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under
|
||||
this License and any other pertinent obligations, then as a
|
||||
consequence you may not convey it at all. For example, if you agree to
|
||||
terms that obligate you to collect a royalty for further conveying
|
||||
from those to whom you convey the Program, the only way you could
|
||||
satisfy both those terms and this License would be to refrain entirely
|
||||
from conveying the Program.
|
||||
|
||||
#### 13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
#### 14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions
|
||||
of the GNU General Public License from time to time. Such new versions
|
||||
will be similar in spirit to the present version, but may differ in
|
||||
detail to address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies that a certain numbered version of the GNU General Public
|
||||
License "or any later version" applies to it, you have the option of
|
||||
following the terms and conditions either of that numbered version or
|
||||
of any later version published by the Free Software Foundation. If the
|
||||
Program does not specify a version number of the GNU General Public
|
||||
License, you may choose any version ever published by the Free
|
||||
Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future versions
|
||||
of the GNU General Public License can be used, that proxy's public
|
||||
statement of acceptance of a version permanently authorizes you to
|
||||
choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
#### 15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
|
||||
WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
|
||||
PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
|
||||
DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
|
||||
CORRECTION.
|
||||
|
||||
#### 16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
|
||||
CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
|
||||
ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
|
||||
NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
|
||||
LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM
|
||||
TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER
|
||||
PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
#### 17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
### How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these
|
||||
terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest to
|
||||
attach them to the start of each source file to most effectively state
|
||||
the exclusion of warranty; and each file should have at least the
|
||||
"copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper
|
||||
mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands \`show w' and \`show c' should show the
|
||||
appropriate parts of the General Public License. Of course, your
|
||||
program's commands might be different; for a GUI interface, you would
|
||||
use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. For more information on this, and how to apply and follow
|
||||
the GNU GPL, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your
|
||||
program into proprietary programs. If your program is a subroutine
|
||||
library, you may consider it more useful to permit linking proprietary
|
||||
applications with the library. If this is what you want to do, use the
|
||||
GNU Lesser General Public License instead of this License. But first,
|
||||
please read <https://www.gnu.org/licenses/why-not-lgpl.html>.
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
# CXF JAX-RS Enablement for Alfresco Process Services
|
||||
|
||||
This is an [Alfresco Process Services](https://www.alfresco.com) extension that provides the missing components to support JAX-RS-based clients. There is no code, automation, or anything fancy provided by this module. It just includes the necessary libraries.
|
||||
|
||||
## Install
|
||||
|
||||
You can install this like any JAR extension. It just needs to be put in the Tomcat classpath. Be sure to use the specific major/minor version of this built library when installing in your APS App. For instance, `aps20` should be used with APS v2.0.x.
|
||||
|
||||
## Configuration
|
||||
|
||||
There is nothing to configure.
|
572
pom.xml
572
pom.xml
@@ -3,136 +3,325 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.inteligr8.activiti</groupId>
|
||||
<artifactId>cxf-activiti-ext</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<parent>
|
||||
<groupId>com.activiti</groupId>
|
||||
<artifactId>activiti-app-root</artifactId>
|
||||
<version>25.2.0</version>
|
||||
</parent>
|
||||
|
||||
<name>CXF-based JAX-RS & JAX-WS enablement for APS/Activiti</name>
|
||||
<groupId>com.inteligr8.activiti</groupId>
|
||||
<artifactId>cxf-activiti-app-ext</artifactId>
|
||||
<version>1.3.0-aps-v25.2</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>CXF-based JAX-RS & JAX-WS enablement for APS App</name>
|
||||
<description>An Alfresco Process Service App extension providing the missing components for JAX-RS-based client libraries.</description>
|
||||
<url>https://bitbucket.org/inteligr8/cxf-activiti-ext</url>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007</name>
|
||||
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:https://bitbucket.org/inteligr8/cxf-activiti-ext.git</connection>
|
||||
<developerConnection>scm:git:git@bitbucket.org:inteligr8/cxf-activiti-ext.git</developerConnection>
|
||||
<url>https://bitbucket.org/inteligr8/cxf-activiti-ext</url>
|
||||
</scm>
|
||||
<organization>
|
||||
<name>Inteligr8</name>
|
||||
<url>https://www.inteligr8.com</url>
|
||||
</organization>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>brian.long</id>
|
||||
<name>Brian Long</name>
|
||||
<email>brian@inteligr8.com</email>
|
||||
<url>https://twitter.com/brianmlong</url>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>11</maven.compiler.source>
|
||||
<maven.compiler.target>11</maven.compiler.target>
|
||||
|
||||
<unimportant.version>[1.0.0,)</unimportant.version>
|
||||
<license.skip>true</license.skip>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
<!-- versions need to be explicit for central-publishing-maven-plugin -->
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-rs-client</artifactId>
|
||||
<version>${aps.cxf.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.jaxrs</groupId>
|
||||
<artifactId>jackson-jaxrs-json-provider</artifactId>
|
||||
<version>${aps.jackson.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
||||
<artifactId>jackson-dataformat-xml</artifactId>
|
||||
<version>${aps.jackson.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||
<artifactId>jackson-datatype-joda</artifactId>
|
||||
<version>${aps.jackson.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- APS provided libraries -->
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
<version>${aps.spring.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.annotation</groupId>
|
||||
<artifactId>javax.annotation-api</artifactId>
|
||||
<version>${aps.javax.annotation-api.version}</version>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-impl</artifactId>
|
||||
<version>${javax-jaxb.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- All APS versions v1.11.0 and later have some incarnation of the jaxws-api library; exclude all -->
|
||||
<dependency>
|
||||
<groupId>javax.xml.ws</groupId>
|
||||
<artifactId>jaxws-api</artifactId>
|
||||
<version>${aps.jaxws-api.version}</version>
|
||||
<version>${unimportant.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.xml.ws</groupId>
|
||||
<artifactId>jakarta.xml.ws-api</artifactId>
|
||||
<version>${unimportant.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- All APS versions v1.11.0 and later have some incarnation of the activation library; exclude all -->
|
||||
<dependency>
|
||||
<groupId>javax.annotation</groupId>
|
||||
<artifactId>javax.annotation-api</artifactId>
|
||||
<version>${javax-annotation.version}</version>
|
||||
<scope>provided</scope> <!-- v1.11.3 and earlier; exclude in v1.11.4 and later for conflict with jakarta-annotation-api -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.annotation</groupId>
|
||||
<artifactId>jakarta.annotation-api</artifactId>
|
||||
<version>${unimportant.version}</version>
|
||||
<scope>provided</scope> <!-- v1.11.4 and later; exclude in v1.11.3 and earlier for conflict with annotation-api -->
|
||||
</dependency>
|
||||
|
||||
<!-- All APS versions v1.11.0 and later have some incarnation of the activation library; exclude all -->
|
||||
<dependency>
|
||||
<groupId>javax.activation</groupId>
|
||||
<artifactId>activation</artifactId>
|
||||
<version>${javax.activation.version}</version>
|
||||
<scope>provided</scope> <!-- v1.11.0 and earlier; exclude in v1.11.1 and later for conflict with jakarta-activation-api -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.activation</groupId>
|
||||
<artifactId>javax.activation</artifactId>
|
||||
<version>${javax.activation.version}</version>
|
||||
<scope>provided</scope> <!-- v1.11.3 and later; exclude in v1.11.2 and earlier for conflict with activation -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.activation</groupId>
|
||||
<artifactId>jakarta.activation-api</artifactId>
|
||||
<version>${aps.jakarta.activation-api.version}</version>
|
||||
<scope>provided</scope>
|
||||
<version>${unimportant.version}</version>
|
||||
<scope>provided</scope> <!-- v1.11.1 and later; exclude in v1.11.2 and earlier for conflict with activation -->
|
||||
</dependency>
|
||||
|
||||
<!-- All APS versions v1.11.0 and later have some incarnation of the jaxb-api library; exclude all -->
|
||||
<dependency>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
<version>${javax-jaxb.version}</version>
|
||||
<scope>provided</scope> <!-- v1.11.0 and earlier; exclude in v1.11.1 and alter for conflict with jakarta.xml.bind-api -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.xml.bind</groupId>
|
||||
<artifactId>jakarta.xml.bind-api</artifactId>
|
||||
<version>${unimportant.version}</version>
|
||||
<scope>provided</scope> <!-- v1.11.3 and later; exclude in v1.11.2 and earlier for conflict with jaxb-api -->
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-core</artifactId>
|
||||
<version>${aps.jackson.version}</version>
|
||||
<version>${jackson.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>${aps.jackson.version}</version>
|
||||
<version>${jackson.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-annotations</artifactId>
|
||||
<version>${aps.jackson.version}</version>
|
||||
<version>${jackson.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
||||
<artifactId>jackson-dataformat-yaml</artifactId>
|
||||
<version>${aps.jackson.version}</version>
|
||||
<version>${jackson.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>joda-time</groupId>
|
||||
<artifactId>joda-time</artifactId>
|
||||
<version>${aps.joda-time.version}</version>
|
||||
<version>${joda-time.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.woodstox</groupId>
|
||||
<artifactId>stax2-api</artifactId>
|
||||
<version>${aps.stax2.version}</version>
|
||||
<version>4.2.2</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.xml.bind</groupId> <!-- provided under old name in older versions of APS: jaxb-api -->
|
||||
<artifactId>jakarta.xml.bind-api</artifactId>
|
||||
<version>${aps.jaxb-api.version}</version>
|
||||
<groupId>org.codehaus.woodstox</groupId>
|
||||
<artifactId>woodstox-core-asl</artifactId>
|
||||
<version>${unimportant.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ws.xmlschema</groupId>
|
||||
<artifactId>xmlschema-core</artifactId>
|
||||
<version>${unimportant.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- APS version overrides -->
|
||||
<!--
|
||||
<!-- ******************** -->
|
||||
<!-- APS v2.x specific -->
|
||||
|
||||
<!-- APS/Chemistry provided libraries -->
|
||||
<dependency>
|
||||
<groupId>io.swagger</groupId>
|
||||
<artifactId>swagger-jaxrs</artifactId>
|
||||
<version>1.5.10</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>javax.ws.rs</groupId>
|
||||
<artifactId>jsr311-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-transports-http</artifactId>
|
||||
<version>${cxf.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-core</artifactId>
|
||||
<version>${cxf.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- APS v1.11.3 and later provided libraries -->
|
||||
<dependency>
|
||||
<groupId>org.jboss.spec.javax.rmi</groupId>
|
||||
<artifactId>jboss-rmi-api_1.0_spec</artifactId>
|
||||
<version>${unimportant.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.woodstox</groupId>
|
||||
<artifactId>woodstox-core</artifactId>
|
||||
<version>${unimportant.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-jta_1.1_spec</artifactId>
|
||||
<version>${unimportant.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.messaging.saaj</groupId>
|
||||
<artifactId>saaj-impl</artifactId>
|
||||
<version>${unimportant.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.jws</groupId>
|
||||
<artifactId>jakarta.jws-api</artifactId>
|
||||
<version>${unimportant.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.xml.soap</groupId>
|
||||
<artifactId>jakarta.xml.soap-api</artifactId>
|
||||
<version>${unimportant.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.activation</groupId>
|
||||
<artifactId>jakarta.activation</artifactId>
|
||||
<version>${unimportant.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<dependencies>
|
||||
<!-- Package CXF JAX-RS support -->
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-rs-client</artifactId>
|
||||
<version>${cxf.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!-- Package JackSON JAX-RS support -->
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.jakarta.rs</groupId>
|
||||
<artifactId>jackson-jakarta-rs-json-provider</artifactId>
|
||||
<version>${jackson.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!-- Package JackSON XML support -->
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
||||
<artifactId>jackson-dataformat-xml</artifactId>
|
||||
<version>${jackson.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!-- Package JackSON joda-time support -->
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||
<artifactId>jackson-datatype-joda</artifactId>
|
||||
<version>${jackson.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
-->
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<!-- Several CXF libraries have a bus-extensions.txt file that will overwrite each other during the packaging process -->
|
||||
<!-- Only the last one packaged will have its contents in tact -->
|
||||
<!-- We need the contents of all of them and that can be done by simply concatenating them -->
|
||||
|
||||
<!-- Extract bus-extensions.txt from all packaged (CXF) libraries -->
|
||||
<plugin>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>unpack-bus-extensions</id>
|
||||
<phase>prepare-package</phase>
|
||||
<goals><goal>unpack-dependencies</goal></goals>
|
||||
<configuration>
|
||||
<classifier>${aps.app.tag}</classifier>
|
||||
<includeTypes>jar</includeTypes>
|
||||
<includeScope>runtime</includeScope>
|
||||
<includes>META-INF/cxf/bus-extensions.txt</includes>
|
||||
<useSubDirectoryPerArtifact>true</useSubDirectoryPerArtifact>
|
||||
<outputDirectory>${project.build.directory}/bus-extensions</outputDirectory>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<!-- Concatenate the extracted bus-extensions.txt files -->
|
||||
<plugin>
|
||||
<groupId>com.inteligr8</groupId>
|
||||
<artifactId>merge-maven-plugin</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>merge-bus-extensions</id>
|
||||
<phase>prepare-package</phase>
|
||||
<goals><goal>merge-dirs</goal></goals>
|
||||
<configuration>
|
||||
<filesets>
|
||||
<fileset>
|
||||
<directory>${project.build.directory}/bus-extensions</directory>
|
||||
<includes>
|
||||
<include>*</include>
|
||||
</includes>
|
||||
<excludes>
|
||||
<exclude>META-INF</exclude>
|
||||
</excludes>
|
||||
<outputDirectory>${project.build.directory}/bus-extensions</outputDirectory>
|
||||
</fileset>
|
||||
</filesets>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>3.3.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>assemble-jar</id>
|
||||
@@ -147,45 +336,22 @@
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-install-plugin</artifactId>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>truezip-maven-plugin</artifactId>
|
||||
<version>1.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>install-classifier</id>
|
||||
<phase>install</phase>
|
||||
<goals><goal>install-file</goal></goals>
|
||||
<id>overwrite-bus-extensions</id>
|
||||
<phase>package</phase>
|
||||
<goals><goal>copy</goal></goals>
|
||||
<configuration>
|
||||
<file>${project.build.directory}/${project.build.finalName}-jar-with-dependencies.jar</file>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>${project.artifactId}</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<packaging>${project.packaging}</packaging>
|
||||
<classifier>jar-with-dependencies-${aps.app.tag}</classifier>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>deploy-classifier</id>
|
||||
<phase>deploy</phase>
|
||||
<goals><goal>deploy-file</goal></goals>
|
||||
<configuration>
|
||||
<file>${project.build.directory}/${project.build.finalName}-jar-with-dependencies.jar</file>
|
||||
<repositoryId>inteligr8-releases</repositoryId>
|
||||
<url>https://repos.inteligr8.com/nexus/repository/inteligr8-public</url>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>${project.artifactId}</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<packaging>${project.packaging}</packaging>
|
||||
<classifier>jar-with-dependencies-${aps.app.tag}</classifier>
|
||||
<fileset>
|
||||
<directory>${project.build.directory}/bus-extensions</directory>
|
||||
<includes>
|
||||
<include>META-INF/cxf/bus-extensions.txt</include>
|
||||
</includes>
|
||||
<outputDirectory>${project.build.directory}/${project.build.finalName}-jar-with-dependencies.jar</outputDirectory>
|
||||
</fileset>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
@@ -193,7 +359,7 @@
|
||||
<plugin>
|
||||
<groupId>io.repaint.maven</groupId>
|
||||
<artifactId>tiles-maven-plugin</artifactId>
|
||||
<version>2.21</version>
|
||||
<version>2.40</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<tiles>
|
||||
@@ -218,185 +384,49 @@
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>aps-v1.11.1</id>
|
||||
<id>central-publish</id>
|
||||
<properties>
|
||||
<aps.app.tag>aps-v1.11.1</aps.app.tag>
|
||||
<aps.cxf.version>3.1.14</aps.cxf.version>
|
||||
<aps.spring.version>4.3.24.RELEASE</aps.spring.version>
|
||||
<aps.jackson.version>2.10.1</aps.jackson.version>
|
||||
|
||||
<aps.jakarta.activation-api.version>1.2.1</aps.jakarta.activation-api.version> <!-- prevent shadowing javax.activation-api 1.2.0 -->
|
||||
<aps.javax.annotation-api.version>1.2</aps.javax.annotation-api.version>
|
||||
<aps.jaxws-api.version>2.3.1</aps.jaxws-api.version>
|
||||
<aps.joda-time.version>2.9.9</aps.joda-time.version>
|
||||
<aps.stax2.version>3.1.1</aps.stax2.version>
|
||||
<aps.jaxb-api.version>2.3.2</aps.jaxb-api.version> <!-- prevent shadowing jaxb-api 2.3.0 -->
|
||||
<aps.jaxb-impl.version>2.3.0</aps.jaxb-impl.version>
|
||||
<maven.deploy.skip>true</maven.deploy.skip>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-frontend-jaxws</artifactId>
|
||||
<version>${aps.cxf.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-core</artifactId>
|
||||
<version>${aps.jaxb-impl.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-impl</artifactId>
|
||||
<version>${aps.jaxb-impl.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>aps-v1.11.2</id>
|
||||
<properties>
|
||||
<aps.app.tag>aps-v1.11.2</aps.app.tag>
|
||||
<aps.cxf.version>3.1.14</aps.cxf.version>
|
||||
<aps.spring.version>4.3.29.RELEASE</aps.spring.version>
|
||||
<aps.jackson.version>2.11.3</aps.jackson.version>
|
||||
|
||||
<aps.jakarta.activation-api.version>1.2.1</aps.jakarta.activation-api.version> <!-- prevent shadowing javax.activation-api 1.2.0 -->
|
||||
<aps.javax.annotation-api.version>1.3.2</aps.javax.annotation-api.version>
|
||||
<aps.jaxws-api.version>2.3.1</aps.jaxws-api.version>
|
||||
<aps.joda-time.version>2.9.9</aps.joda-time.version>
|
||||
<aps.stax2.version>3.1.4</aps.stax2.version>
|
||||
<aps.jaxb-api.version>2.3.2</aps.jaxb-api.version> <!-- prevent shadowing jaxb-api 2.3.0 -->
|
||||
<aps.jaxb-impl.version>2.3.0</aps.jaxb-impl.version>
|
||||
<aps.xmlschema-core.version>2.2.2</aps.xmlschema-core.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-transports-http</artifactId>
|
||||
<version>${aps.cxf.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-core</artifactId>
|
||||
<version>${aps.cxf.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-core</artifactId>
|
||||
<version>${aps.jaxb-impl.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-impl</artifactId>
|
||||
<version>${aps.jaxb-impl.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-impl</artifactId>
|
||||
<version>${aps.jaxb-impl.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ws.xmlschema</groupId>
|
||||
<artifactId>xmlschema-core</artifactId>
|
||||
<version>${aps.xmlschema-core.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>aps-v1.11.3+</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<properties>
|
||||
<aps.app.tag>aps-v1.11.3</aps.app.tag>
|
||||
<aps.cxf.version>3.3.8</aps.cxf.version>
|
||||
<aps.spring.version>4.3.30.RELEASE</aps.spring.version>
|
||||
<aps.jackson.version>2.12.3</aps.jackson.version>
|
||||
<aps.sun.javax.activation.version>1.2.0</aps.sun.javax.activation.version>
|
||||
<aps.jakarta.activation-api.version>1.2.1</aps.jakarta.activation-api.version>
|
||||
<aps.javax.annotation-api.version>1.3.2</aps.javax.annotation-api.version>
|
||||
<aps.jaxws-api.version>2.3.1</aps.jaxws-api.version>
|
||||
<aps.geronimo-jta.version>1.1.1</aps.geronimo-jta.version>
|
||||
<aps.geronimo-ws-metadata.version>1.1.3</aps.geronimo-ws-metadata.version>
|
||||
<aps.saaj-impl.version>1.4.0-b03</aps.saaj-impl.version>
|
||||
<aps.jacorb.version>3.9</aps.jacorb.version>
|
||||
<aps.jboss-rmi-api.version>1.0.6.Final</aps.jboss-rmi-api.version>
|
||||
<aps.joda-time.version>2.9.9</aps.joda-time.version>
|
||||
<aps.stax2.version>3.1.4</aps.stax2.version>
|
||||
<aps.jaxb-api.version>2.3.2</aps.jaxb-api.version>
|
||||
<aps.woodstox.version>5.0.3</aps.woodstox.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-transports-http</artifactId>
|
||||
<version>${aps.cxf.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-core</artifactId>
|
||||
<version>${aps.cxf.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.activation</groupId>
|
||||
<artifactId>javax.activation</artifactId>
|
||||
<version>${aps.sun.javax.activation.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jacorb</groupId>
|
||||
<artifactId>jacorb-omgapi</artifactId>
|
||||
<version>${aps.jacorb.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.spec.javax.rmi</groupId>
|
||||
<artifactId>jboss-rmi-api_1.0_spec</artifactId>
|
||||
<version>${aps.jboss-rmi-api.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.woodstox</groupId>
|
||||
<artifactId>woodstox-core</artifactId>
|
||||
<version>${aps.woodstox.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-jta_1.1_spec</artifactId>
|
||||
<version>${aps.geronimo-jta.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
|
||||
<version>${aps.geronimo-ws-metadata.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.messaging.saaj</groupId>
|
||||
<artifactId>saaj-impl</artifactId>
|
||||
<version>${aps.saaj-impl.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-gpg-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>sign</id>
|
||||
<phase>verify</phase>
|
||||
<goals><goal>sign</goal></goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.sonatype.central</groupId>
|
||||
<artifactId>central-publishing-maven-plugin</artifactId>
|
||||
<version>0.8.0</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<publishingServerId>central</publishingServerId>
|
||||
<autoPublish>true</autoPublish>
|
||||
</configuration>
|
||||
<!-- for some reason this is required... -->
|
||||
<executions>
|
||||
<execution>
|
||||
<id>deploy</id>
|
||||
<phase>deploy</phase>
|
||||
<goals><goal>publish</goal></goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>alfresco-public</id>
|
||||
<url>https://artifacts.alfresco.com/nexus/content/groups/public</url>
|
||||
<id>activiti-releases</id>
|
||||
<url>https://artifacts.alfresco.com/nexus/content/repositories/activiti-enterprise-releases/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>inteligr8-public</id>
|
||||
<url>https://repos.inteligr8.com/nexus/repository/inteligr8-public</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</project>
|
||||
|
247
research/activiti-app-1.11.0.libs
Normal file
247
research/activiti-app-1.11.0.libs
Normal file
@@ -0,0 +1,247 @@
|
||||
total 193348
|
||||
-rw-r--r-- 1 root root 62983 Oct 27 2018 activation-1.1.jar
|
||||
-rw-r--r-- 1 root root 38475 Mar 31 2020 activiti-app-alfresco-cloud-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 9922 Mar 31 2020 activiti-app-box-cloud-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 193149 Mar 31 2020 activiti-app-data-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 2656733 Mar 31 2020 activiti-app-logic-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 282092 Mar 31 2020 activiti-app-model-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 310475 Mar 31 2020 activiti-app-rest-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 199912 Feb 6 2020 activiti-bpmn-converter-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 20395 Feb 6 2020 activiti-bpmn-layout-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 101019 Feb 6 2020 activiti-bpmn-model-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 6022 Mar 31 2020 activiti-cipher-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 14447 Feb 6 2020 activiti-common-rest-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 104552 Mar 31 2020 activiti-dmn-engine-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 20085 Mar 31 2020 activiti-dmn-model-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 38432 Mar 31 2020 activiti-dmn-xml-converter-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 1961990 Feb 6 2020 activiti-engine-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 70784 Feb 6 2020 activiti-image-generator-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 56882 Feb 6 2020 activiti-process-validation-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 359024 Feb 6 2020 activiti-rest-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 17933 Feb 6 2020 activiti-secure-javascript-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 5837 Feb 6 2020 activiti-secure-service-tasks-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 3574 Feb 6 2020 activiti-secure-tasks-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 121316 Feb 6 2020 activiti-simple-workflow-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 38638 Feb 6 2020 activiti-spring-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 60627 Mar 31 2020 aggs-matrix-stats-client-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 56250 Mar 31 2020 alfresco-opencmis-extension-0.7.jar
|
||||
-rw-r--r-- 1 root root 445288 Oct 27 2018 antlr-2.7.7.jar
|
||||
-rw-r--r-- 1 root root 4467 Oct 27 2018 aopalliance-1.0.jar
|
||||
-rw-r--r-- 1 root root 284435 Mar 31 2020 aoservices-2.10.0.jar
|
||||
-rw-r--r-- 1 root root 121375 Jun 26 2019 aspectjrt-1.8.14.jar
|
||||
-rw-r--r-- 1 root root 1883190 Jun 26 2019 aspectjweaver-1.8.14.jar
|
||||
-rw-r--r-- 1 root root 6901475 Nov 14 2018 aspose-cells-18.3.jar
|
||||
-rw-r--r-- 1 root root 3257320 Nov 14 2018 aspose-diagram-18.3-jdk16.jar
|
||||
-rw-r--r-- 1 root root 44531283 Nov 14 2018 aspose-pdf-18.3.jar
|
||||
-rw-r--r-- 1 root root 26972290 Nov 14 2018 aspose-slides-18.3-jdk16.jar
|
||||
-rw-r--r-- 1 root root 25057 Mar 31 2020 aspose-transformation-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 11034785 Nov 14 2018 aspose-words-18.4-jdk16.jar
|
||||
-rw-r--r-- 1 root root 63966 Nov 28 2018 avalon-framework-4.1.3.jar
|
||||
-rw-r--r-- 1 root root 864519 Nov 14 2018 aws-java-sdk-core-1.11.335.jar
|
||||
-rw-r--r-- 1 root root 404153 Nov 14 2018 aws-java-sdk-kms-1.11.335.jar
|
||||
-rw-r--r-- 1 root root 899774 Nov 14 2018 aws-java-sdk-s3-1.11.335.jar
|
||||
-rw-r--r-- 1 root root 326672 Jul 29 2019 bcpg-jdk15on-1.62.jar
|
||||
-rw-r--r-- 1 root root 870638 Aug 16 2019 bcpkix-jdk15on-1.62.jar
|
||||
-rw-r--r-- 1 root root 4558151 Jul 29 2019 bcprov-jdk15on-1.62.jar
|
||||
-rw-r--r-- 1 root root 139718 Nov 14 2018 box-java-sdk-1.0.0.jar
|
||||
-rw-r--r-- 1 root root 499844 Jul 2 2019 c3p0-0.9.5.4.jar
|
||||
-rw-r--r-- 1 root root 31999 Oct 27 2018 chemistry-opencmis-client-api-0.10.0.jar
|
||||
-rw-r--r-- 1 root root 317130 Oct 27 2018 chemistry-opencmis-client-bindings-0.10.0.jar
|
||||
-rw-r--r-- 1 root root 154530 Nov 14 2018 chemistry-opencmis-client-impl-0.10.0.jar
|
||||
-rw-r--r-- 1 root root 109071 Nov 14 2018 chemistry-opencmis-commons-api-0.10.0.jar
|
||||
-rw-r--r-- 1 root root 611012 Oct 27 2018 chemistry-opencmis-commons-impl-0.10.0.jar
|
||||
-rw-r--r-- 1 root root 65100 Oct 29 2018 classmate-1.3.4.jar
|
||||
-rw-r--r-- 1 root root 246174 Oct 27 2018 commons-beanutils-1.9.3.jar
|
||||
-rw-r--r-- 1 root root 284184 Oct 27 2018 commons-codec-1.10.jar
|
||||
-rw-r--r-- 1 root root 588337 Oct 27 2018 commons-collections-3.2.2.jar
|
||||
-rw-r--r-- 1 root root 160519 Oct 27 2018 commons-dbcp-1.4.jar
|
||||
-rw-r--r-- 1 root root 196768 Oct 27 2018 commons-digester-2.1.jar
|
||||
-rw-r--r-- 1 root root 54495 Oct 27 2018 commons-email-1.5.jar
|
||||
-rw-r--r-- 1 root root 70604 Oct 27 2018 commons-fileupload-1.3.3.jar
|
||||
-rw-r--r-- 1 root root 185140 Oct 27 2018 commons-io-2.4.jar
|
||||
-rw-r--r-- 1 root root 412739 Oct 27 2018 commons-lang3-3.3.2.jar
|
||||
-rw-r--r-- 1 root root 52915 Nov 14 2018 commons-logging-1.1.jar
|
||||
-rw-r--r-- 1 root root 988514 Nov 12 2018 commons-math-2.2.jar
|
||||
-rw-r--r-- 1 root root 111119 Oct 27 2018 commons-pool-1.6.jar
|
||||
-rw-r--r-- 1 root root 176897 Oct 27 2018 commons-validator-1.4.0.jar
|
||||
-rw-r--r-- 1 root root 100892 Mar 31 2020 compiler-0.9.6.jar
|
||||
-rw-r--r-- 1 root root 4603 Mar 31 2020 content-storage-api-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 10495 Mar 31 2020 content-storage-fs-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 6001 Mar 31 2020 content-storage-s3-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 323600 Dec 11 2018 dom4j-2.1.1.jar
|
||||
-rw-r--r-- 1 root root 224905 Mar 31 2020 editor-bpmn-json-converter-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 10078 Mar 31 2020 editor-dmn-json-converter-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 4117 Mar 31 2020 editor-image-generator-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 11816357 Mar 31 2020 elasticsearch-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 17126 Mar 31 2020 elasticsearch-cli-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 44668 Mar 31 2020 elasticsearch-core-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 45020 Mar 31 2020 elasticsearch-geo-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 63696 Mar 31 2020 elasticsearch-rest-client-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 1472452 Mar 31 2020 elasticsearch-rest-high-level-client-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 10957 Mar 31 2020 elasticsearch-secure-sm-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 132462 Mar 31 2020 elasticsearch-x-content-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 1524587 Nov 14 2018 freemarker-2.3.28.jar
|
||||
-rw-r--r-- 1 root root 165975 Nov 14 2018 google-api-client-1.18.0-rc.jar
|
||||
-rw-r--r-- 1 root root 151306 Nov 14 2018 google-api-services-drive-v2-rev119-1.18.0-rc.jar
|
||||
-rw-r--r-- 1 root root 271149 Nov 14 2018 google-http-client-1.18.0-rc.jar
|
||||
-rw-r--r-- 1 root root 6804 Nov 14 2018 google-http-client-jackson2-1.18.0-rc.jar
|
||||
-rw-r--r-- 1 root root 61052 Nov 14 2018 google-oauth-client-1.18.0-rc.jar
|
||||
-rw-r--r-- 1 root root 7202725 Jun 26 2019 groovy-all-2.4.17.jar
|
||||
-rw-r--r-- 1 root root 2243036 Oct 29 2018 guava-17.0.jar
|
||||
-rw-r--r-- 1 root root 2178179 Jun 26 2019 h2-1.4.199.jar
|
||||
-rw-r--r-- 1 root root 114165 Nov 12 2018 HdrHistogram-2.1.9.jar
|
||||
-rw-r--r-- 1 root root 81830 Oct 29 2018 hibernate-commons-annotations-4.0.2.Final.jar
|
||||
-rw-r--r-- 1 root root 4697296 Oct 29 2018 hibernate-core-4.2.16.Final.jar
|
||||
-rw-r--r-- 1 root root 485455 Oct 29 2018 hibernate-entitymanager-4.2.16.Final.jar
|
||||
-rw-r--r-- 1 root root 102661 Oct 29 2018 hibernate-jpa-2.0-api-1.0.1.Final.jar
|
||||
-rw-r--r-- 1 root root 726778 Oct 29 2018 hibernate-validator-5.3.6.Final.jar
|
||||
-rw-r--r-- 1 root root 1159086 Apr 18 2019 hppc-0.8.1.jar
|
||||
-rw-r--r-- 1 root root 179964 Nov 14 2018 httpasyncclient-4.1.4.jar
|
||||
-rw-r--r-- 1 root root 772386 Apr 11 2019 httpclient-4.5.8.jar
|
||||
-rw-r--r-- 1 root root 326874 Jun 20 2019 httpcore-4.4.11.jar
|
||||
-rw-r--r-- 1 root root 367672 Mar 31 2020 httpcore-nio-4.4.12.jar
|
||||
-rw-r--r-- 1 root root 27893 Oct 27 2018 imgscalr-lib-4.2.jar
|
||||
-rw-r--r-- 1 root root 565410 Nov 14 2018 ion-java-1.0.2.jar
|
||||
-rw-r--r-- 1 root root 68081 Dec 6 2019 jackson-annotations-2.10.1.jar
|
||||
-rw-r--r-- 1 root root 348625 Dec 6 2019 jackson-core-2.10.1.jar
|
||||
-rw-r--r-- 1 root root 232248 Oct 27 2018 jackson-core-asl-1.9.13.jar
|
||||
-rw-r--r-- 1 root root 1403051 Mar 31 2020 jackson-databind-2.10.1.jar
|
||||
-rw-r--r-- 1 root root 58563 Mar 31 2020 jackson-dataformat-cbor-2.10.1.jar
|
||||
-rw-r--r-- 1 root root 90814 Mar 31 2020 jackson-dataformat-smile-2.10.1.jar
|
||||
-rw-r--r-- 1 root root 46596 Mar 31 2020 jackson-dataformat-yaml-2.10.1.jar
|
||||
-rw-r--r-- 1 root root 780664 Oct 27 2018 jackson-mapper-asl-1.9.13.jar
|
||||
-rw-r--r-- 1 root root 129265 Oct 27 2018 jasypt-1.9.2.jar
|
||||
-rw-r--r-- 1 root root 26222 Nov 13 2018 jasypt-spring-boot-1.5-java7.jar
|
||||
-rw-r--r-- 1 root root 2895 Nov 13 2018 jasypt-spring-boot-starter-1.5-java7.jar
|
||||
-rw-r--r-- 1 root root 362872 Oct 27 2018 javaGeom-0.11.1.jar
|
||||
-rw-r--r-- 1 root root 734815 Oct 29 2018 javassist-3.21.0-GA.jar
|
||||
-rw-r--r-- 1 root root 26366 Oct 27 2018 javax.annotation-api-1.2.jar
|
||||
-rw-r--r-- 1 root root 2497 Oct 27 2018 javax.inject-1.jar
|
||||
-rw-r--r-- 1 root root 608084 Oct 29 2018 javax.mail-1.5.6.jar
|
||||
-rw-r--r-- 1 root root 204312 Nov 14 2018 javax.mail-api-1.5.6.jar
|
||||
-rw-r--r-- 1 root root 95806 Oct 27 2018 javax.servlet-api-3.1.0.jar
|
||||
-rw-r--r-- 1 root root 89967 Oct 27 2018 jaxb-api-2.1.jar
|
||||
-rw-r--r-- 1 root root 866993 Nov 6 2018 jaxb-impl-2.1.11.jar
|
||||
-rw-r--r-- 1 root root 33428 Oct 27 2018 jaxws-api-2.1.jar
|
||||
-rw-r--r-- 1 root root 1315332 Oct 27 2018 jaxws-rt-2.1.7.jar
|
||||
-rw-r--r-- 1 root root 66469 Nov 2 2018 jboss-logging-3.3.2.Final.jar
|
||||
-rw-r--r-- 1 root root 25215 Oct 29 2018 jboss-transaction-api_1.1_spec-1.0.1.Final.jar
|
||||
-rw-r--r-- 1 root root 16461 Jun 26 2019 jcl-over-slf4j-1.7.26.jar
|
||||
-rw-r--r-- 1 root root 1318372 Nov 13 2018 jgraphx-v3.9.10.jar
|
||||
-rw-r--r-- 1 root root 26878 Nov 14 2018 jmespath-java-1.11.335.jar
|
||||
-rw-r--r-- 1 root root 885297 Nov 14 2018 jna-4.5.1.jar
|
||||
-rw-r--r-- 1 root root 634048 Oct 27 2018 joda-time-2.9.9.jar
|
||||
-rw-r--r-- 1 root root 34880 Nov 14 2018 joda-time-hibernate-1.4.jar
|
||||
-rw-r--r-- 1 root root 78074 Nov 14 2018 jopt-simple-5.0.2.jar
|
||||
-rw-r--r-- 1 root root 33015 Oct 27 2018 jsr305-1.3.9.jar
|
||||
-rw-r--r-- 1 root root 4589 Jun 26 2019 jul-to-slf4j-1.7.26.jar
|
||||
-rw-r--r-- 1 root root 162082 Aug 16 2019 keycloak-adapter-core-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 13236 Aug 16 2019 keycloak-adapter-spi-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 72014 Aug 16 2019 keycloak-authz-client-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 140382 Aug 16 2019 keycloak-common-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 278779 Aug 16 2019 keycloak-core-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 2424 Mar 31 2020 keycloak-legacy-spring-boot-starter-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 10609 Mar 31 2020 keycloak-spring-boot-adapter-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 16768 Mar 31 2020 keycloak-spring-boot-adapter-core-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 52776 Mar 31 2020 keycloak-spring-security-adapter-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 62746 Mar 31 2020 lang-mustache-client-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 46637 Mar 31 2020 ldap-connector-1.11.0.jar
|
||||
-rw-r--r-- 1 root root 24059 Oct 29 2018 license3j-1.0.7.jar
|
||||
-rw-r--r-- 1 root root 2039253 Nov 13 2018 liquibase-core-3.5.5.jar
|
||||
-rw-r--r-- 1 root root 481535 Nov 14 2018 log4j-1.2.16.jar
|
||||
-rw-r--r-- 1 root root 219001 Nov 14 2018 log4j-api-2.7.jar
|
||||
-rw-r--r-- 1 root root 23650 Jun 26 2019 log4j-over-slf4j-1.7.26.jar
|
||||
-rw-r--r-- 1 root root 290339 Oct 29 2018 logback-classic-1.2.3.jar
|
||||
-rw-r--r-- 1 root root 471901 Oct 29 2018 logback-core-1.2.3.jar
|
||||
-rw-r--r-- 1 root root 72150 Nov 28 2018 logkit-1.0.1.jar
|
||||
-rw-r--r-- 1 root root 1682324 Mar 31 2020 lucene-analyzers-common-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 139407 Mar 31 2020 lucene-backward-codecs-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 3300764 Mar 31 2020 lucene-core-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 90762 Mar 31 2020 lucene-grouping-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 209180 Mar 31 2020 lucene-highlighter-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 148883 Mar 31 2020 lucene-join-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 51876 Mar 31 2020 lucene-memory-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 99020 Mar 31 2020 lucene-misc-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 369837 Mar 31 2020 lucene-queries-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 382134 Mar 31 2020 lucene-queryparser-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 320676 Mar 31 2020 lucene-sandbox-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 306841 Mar 31 2020 lucene-spatial3d-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 14495 Mar 31 2020 lucene-spatial-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 240314 Mar 31 2020 lucene-spatial-extras-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 249478 Mar 31 2020 lucene-suggest-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 88940 Mar 31 2020 mapper-extras-client-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 15743 Nov 14 2018 mapstruct-1.0.0.Final.jar
|
||||
-rw-r--r-- 1 root root 624036 Jul 2 2019 mchange-commons-java-0.2.15.jar
|
||||
-rw-r--r-- 1 root root 6583 Nov 13 2018 metrics-annotation-3.1.5.jar
|
||||
-rw-r--r-- 1 root root 120465 Nov 13 2018 metrics-core-3.1.5.jar
|
||||
-rw-r--r-- 1 root root 21247 Nov 13 2018 metrics-graphite-3.1.5.jar
|
||||
-rw-r--r-- 1 root root 10168 Nov 13 2018 metrics-healthchecks-3.1.5.jar
|
||||
-rw-r--r-- 1 root root 15824 Nov 13 2018 metrics-json-3.1.5.jar
|
||||
-rw-r--r-- 1 root root 39283 Nov 13 2018 metrics-jvm-3.1.5.jar
|
||||
-rw-r--r-- 1 root root 8090 Nov 13 2018 metrics-servlet-3.1.5.jar
|
||||
-rw-r--r-- 1 root root 16571 Nov 13 2018 metrics-servlets-3.1.5.jar
|
||||
-rw-r--r-- 1 root root 124818 Nov 13 2018 metrics-spring-3.1.3.jar
|
||||
-rw-r--r-- 1 root root 38683 Oct 27 2018 mimepull-1.3.jar
|
||||
-rw-r--r-- 1 root root 23493 Nov 14 2018 minimal-json-0.9.1.jar
|
||||
-rw-r--r-- 1 root root 1097668 Nov 13 2018 mvel2-2.4.2.Final.jar
|
||||
-rw-r--r-- 1 root root 1567287 Oct 29 2018 mybatis-3.3.1.jar
|
||||
-rw-r--r-- 1 root root 45980 Nov 14 2018 opencsv-3.7.jar
|
||||
-rw-r--r-- 1 root root 60929 Oct 29 2018 org.osgi.core-1.0.0.jar
|
||||
-rw-r--r-- 1 root root 82844 Mar 31 2020 parent-join-client-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 825943 Nov 22 2018 postgresql-42.2.5.jar
|
||||
-rw-r--r-- 1 root root 77036 Mar 31 2020 rank-eval-client-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 68177 Oct 27 2018 resolver-20050927.jar
|
||||
-rw-r--r-- 1 root root 1252227 Nov 2 2018 rhino-1.7.10.jar
|
||||
-rw-r--r-- 1 root root 18817 Oct 27 2018 saaj-api-1.3.jar
|
||||
-rw-r--r-- 1 root root 283779 Oct 27 2018 saaj-impl-1.3.3.jar
|
||||
-rw-r--r-- 1 root root 77977 Nov 14 2018 servlet-api-2.3.jar
|
||||
-rw-r--r-- 1 root root 41139 Apr 23 2019 slf4j-api-1.7.26.jar
|
||||
-rw-r--r-- 1 root root 273599 Oct 29 2018 snakeyaml-1.17.jar
|
||||
-rw-r--r-- 1 root root 380044 Jun 26 2019 spring-aop-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 764406 Jun 26 2019 spring-beans-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 684613 Jun 26 2019 spring-boot-1.5.21.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 1075208 Jun 26 2019 spring-boot-autoconfigure-1.5.21.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 135623 Mar 31 2020 spring-boot-container-bundle-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 2294 Jun 26 2019 spring-boot-starter-1.5.21.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 2325 Jul 3 2019 spring-boot-starter-freemarker-1.5.21.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 2315 Jun 26 2019 spring-boot-starter-logging-1.5.21.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 2351 Jun 26 2019 spring-boot-starter-web-1.5.21.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 1143424 Jun 26 2019 spring-context-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 187505 Jul 2 2019 spring-context-support-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 1130958 Jun 26 2019 spring-core-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 811389 Jun 26 2019 spring-data-commons-1.13.22.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 309629 Jun 26 2019 spring-data-jpa-1.11.22.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 275462 Jun 26 2019 spring-expression-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 96650 Nov 14 2018 springfox-core-2.6.0.jar
|
||||
-rw-r--r-- 1 root root 74196 Nov 14 2018 springfox-schema-2.6.0.jar
|
||||
-rw-r--r-- 1 root root 49076 Nov 14 2018 springfox-spi-2.6.0.jar
|
||||
-rw-r--r-- 1 root root 151626 Nov 14 2018 springfox-spring-web-2.6.0.jar
|
||||
-rw-r--r-- 1 root root 60441 Nov 14 2018 springfox-swagger2-2.6.0.jar
|
||||
-rw-r--r-- 1 root root 85906 Nov 14 2018 springfox-swagger-common-2.6.0.jar
|
||||
-rw-r--r-- 1 root root 457344 Nov 14 2018 springfox-swagger-ui-2.6.0.jar
|
||||
-rw-r--r-- 1 root root 431173 Jun 26 2019 spring-jdbc-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 378219 Nov 14 2018 spring-ldap-core-2.3.2.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 10842 Nov 14 2018 spring-ldap-core-tiger-2.3.2.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 478355 Jun 26 2019 spring-orm-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 19896 Nov 12 2018 spring-plugin-core-1.2.0.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 5145 Nov 12 2018 spring-plugin-metadata-1.2.0.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 589367 Jun 26 2019 spring-security-config-4.2.12.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 419499 Jun 26 2019 spring-security-core-4.2.12.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 71781 Jun 26 2019 spring-security-crypto-4.2.12.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 20626 Nov 14 2018 spring-security-kerberos-core-1.0.1.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 7060 Nov 14 2018 spring-security-kerberos-web-1.0.1.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 113490 Mar 31 2020 spring-security-ldap-4.2.12.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 476050 Jul 3 2019 spring-security-oauth2-2.0.17.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 388421 Jun 26 2019 spring-security-web-4.2.12.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 268425 Jun 26 2019 spring-tx-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 829323 Jun 26 2019 spring-web-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 922499 Jun 26 2019 spring-webmvc-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 182112 Oct 27 2018 stax2-api-3.1.1.jar
|
||||
-rw-r--r-- 1 root root 23346 Oct 27 2018 stax-api-1.0-2.jar
|
||||
-rw-r--r-- 1 root root 11074 Oct 27 2018 stax-ex-1.2.jar
|
||||
-rw-r--r-- 1 root root 130161 Oct 27 2018 streambuffer-0.9.jar
|
||||
-rw-r--r-- 1 root root 20410 Oct 27 2018 swagger-annotations-1.5.10.jar
|
||||
-rw-r--r-- 1 root root 137850 Oct 27 2018 swagger-models-1.5.10.jar
|
||||
-rw-r--r-- 1 root root 51208 Nov 14 2018 t-digest-3.2.jar
|
||||
-rw-r--r-- 1 root root 63777 Oct 27 2018 validation-api-1.1.0.Final.jar
|
||||
-rw-r--r-- 1 root root 482245 Oct 27 2018 woodstox-core-asl-4.2.0.jar
|
247
research/activiti-app-1.11.1.libs
Normal file
247
research/activiti-app-1.11.1.libs
Normal file
@@ -0,0 +1,247 @@
|
||||
total 193340
|
||||
-rw-r--r-- 1 root root 62983 Jan 19 2020 activation-1.1.jar
|
||||
-rw-r--r-- 1 root root 38473 May 4 2020 activiti-app-alfresco-cloud-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 9923 May 4 2020 activiti-app-box-cloud-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 193150 May 4 2020 activiti-app-data-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 2656787 May 4 2020 activiti-app-logic-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 282094 May 4 2020 activiti-app-model-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 310474 May 4 2020 activiti-app-rest-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 199390 Feb 6 2020 activiti-bpmn-converter-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 20287 Feb 6 2020 activiti-bpmn-layout-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 100844 Feb 6 2020 activiti-bpmn-model-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 6019 May 4 2020 activiti-cipher-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 14383 Feb 6 2020 activiti-common-rest-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 104552 May 4 2020 activiti-dmn-engine-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 20087 May 4 2020 activiti-dmn-model-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 38437 May 4 2020 activiti-dmn-xml-converter-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 1957260 Feb 6 2020 activiti-engine-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 70586 Feb 6 2020 activiti-image-generator-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 56623 Feb 6 2020 activiti-process-validation-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 357926 Feb 6 2020 activiti-rest-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 17869 Feb 6 2020 activiti-secure-javascript-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 5789 Feb 6 2020 activiti-secure-service-tasks-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 3530 Feb 6 2020 activiti-secure-tasks-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 121045 Feb 6 2020 activiti-simple-workflow-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 38522 Feb 6 2020 activiti-spring-5.23.0.0.jar
|
||||
-rw-r--r-- 1 root root 60627 Mar 24 2020 aggs-matrix-stats-client-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 56250 May 4 2020 alfresco-opencmis-extension-0.7.jar
|
||||
-rw-r--r-- 1 root root 445288 Jan 19 2020 antlr-2.7.7.jar
|
||||
-rw-r--r-- 1 root root 4467 Jan 19 2020 aopalliance-1.0.jar
|
||||
-rw-r--r-- 1 root root 284435 May 4 2020 aoservices-2.10.0.jar
|
||||
-rw-r--r-- 1 root root 121375 Jan 30 2020 aspectjrt-1.8.14.jar
|
||||
-rw-r--r-- 1 root root 1883190 Jan 30 2020 aspectjweaver-1.8.14.jar
|
||||
-rw-r--r-- 1 root root 6901475 Mar 24 2020 aspose-cells-18.3.jar
|
||||
-rw-r--r-- 1 root root 3257320 Mar 24 2020 aspose-diagram-18.3-jdk16.jar
|
||||
-rw-r--r-- 1 root root 44531283 Mar 24 2020 aspose-pdf-18.3.jar
|
||||
-rw-r--r-- 1 root root 26972290 Mar 24 2020 aspose-slides-18.3-jdk16.jar
|
||||
-rw-r--r-- 1 root root 25057 May 4 2020 aspose-transformation-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 11034785 Mar 24 2020 aspose-words-18.4-jdk16.jar
|
||||
-rw-r--r-- 1 root root 63966 Mar 24 2020 avalon-framework-4.1.3.jar
|
||||
-rw-r--r-- 1 root root 864519 Mar 24 2020 aws-java-sdk-core-1.11.335.jar
|
||||
-rw-r--r-- 1 root root 404153 Mar 24 2020 aws-java-sdk-kms-1.11.335.jar
|
||||
-rw-r--r-- 1 root root 899774 Mar 24 2020 aws-java-sdk-s3-1.11.335.jar
|
||||
-rw-r--r-- 1 root root 326672 Jan 30 2020 bcpg-jdk15on-1.62.jar
|
||||
-rw-r--r-- 1 root root 870638 Jan 20 2020 bcpkix-jdk15on-1.62.jar
|
||||
-rw-r--r-- 1 root root 4558151 Jan 20 2020 bcprov-jdk15on-1.62.jar
|
||||
-rw-r--r-- 1 root root 139718 Mar 24 2020 box-java-sdk-1.0.0.jar
|
||||
-rw-r--r-- 1 root root 499844 Feb 4 2020 c3p0-0.9.5.4.jar
|
||||
-rw-r--r-- 1 root root 31999 Jan 20 2020 chemistry-opencmis-client-api-0.10.0.jar
|
||||
-rw-r--r-- 1 root root 317130 Jan 20 2020 chemistry-opencmis-client-bindings-0.10.0.jar
|
||||
-rw-r--r-- 1 root root 154530 Jan 20 2020 chemistry-opencmis-client-impl-0.10.0.jar
|
||||
-rw-r--r-- 1 root root 109071 Jan 20 2020 chemistry-opencmis-commons-api-0.10.0.jar
|
||||
-rw-r--r-- 1 root root 611012 Jan 20 2020 chemistry-opencmis-commons-impl-0.10.0.jar
|
||||
-rw-r--r-- 1 root root 65100 Jan 30 2020 classmate-1.3.4.jar
|
||||
-rw-r--r-- 1 root root 246174 Jan 19 2020 commons-beanutils-1.9.3.jar
|
||||
-rw-r--r-- 1 root root 284184 Jan 19 2020 commons-codec-1.10.jar
|
||||
-rw-r--r-- 1 root root 588337 Jan 19 2020 commons-collections-3.2.2.jar
|
||||
-rw-r--r-- 1 root root 160519 Jan 19 2020 commons-dbcp-1.4.jar
|
||||
-rw-r--r-- 1 root root 196768 Jan 19 2020 commons-digester-2.1.jar
|
||||
-rw-r--r-- 1 root root 54495 Jan 19 2020 commons-email-1.5.jar
|
||||
-rw-r--r-- 1 root root 70604 Jan 19 2020 commons-fileupload-1.3.3.jar
|
||||
-rw-r--r-- 1 root root 185140 Jan 19 2020 commons-io-2.4.jar
|
||||
-rw-r--r-- 1 root root 412739 Jan 19 2020 commons-lang3-3.3.2.jar
|
||||
-rw-r--r-- 1 root root 52915 Mar 24 2020 commons-logging-1.1.jar
|
||||
-rw-r--r-- 1 root root 988514 Mar 24 2020 commons-math-2.2.jar
|
||||
-rw-r--r-- 1 root root 111119 Jan 19 2020 commons-pool-1.6.jar
|
||||
-rw-r--r-- 1 root root 176897 Jan 20 2020 commons-validator-1.4.0.jar
|
||||
-rw-r--r-- 1 root root 100892 Mar 24 2020 compiler-0.9.6.jar
|
||||
-rw-r--r-- 1 root root 4603 May 4 2020 content-storage-api-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 10496 May 4 2020 content-storage-fs-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 6000 May 4 2020 content-storage-s3-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 323600 Jan 20 2020 dom4j-2.1.1.jar
|
||||
-rw-r--r-- 1 root root 224903 May 4 2020 editor-bpmn-json-converter-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 10079 May 4 2020 editor-dmn-json-converter-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 4120 May 4 2020 editor-image-generator-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 11816357 Mar 24 2020 elasticsearch-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 17126 Mar 24 2020 elasticsearch-cli-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 44668 Mar 24 2020 elasticsearch-core-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 45020 Mar 24 2020 elasticsearch-geo-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 63696 Mar 24 2020 elasticsearch-rest-client-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 1472452 Mar 24 2020 elasticsearch-rest-high-level-client-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 10957 Mar 24 2020 elasticsearch-secure-sm-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 132462 Mar 24 2020 elasticsearch-x-content-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 1524587 Jan 20 2020 freemarker-2.3.28.jar
|
||||
-rw-r--r-- 1 root root 165975 Mar 24 2020 google-api-client-1.18.0-rc.jar
|
||||
-rw-r--r-- 1 root root 151306 Mar 24 2020 google-api-services-drive-v2-rev119-1.18.0-rc.jar
|
||||
-rw-r--r-- 1 root root 271149 Mar 24 2020 google-http-client-1.18.0-rc.jar
|
||||
-rw-r--r-- 1 root root 6804 Mar 24 2020 google-http-client-jackson2-1.18.0-rc.jar
|
||||
-rw-r--r-- 1 root root 61052 Mar 24 2020 google-oauth-client-1.18.0-rc.jar
|
||||
-rw-r--r-- 1 root root 7202725 Jan 30 2020 groovy-all-2.4.17.jar
|
||||
-rw-r--r-- 1 root root 2243036 Mar 24 2020 guava-17.0.jar
|
||||
-rw-r--r-- 1 root root 2178179 Jan 30 2020 h2-1.4.199.jar
|
||||
-rw-r--r-- 1 root root 114165 Mar 24 2020 HdrHistogram-2.1.9.jar
|
||||
-rw-r--r-- 1 root root 81830 Jan 23 2020 hibernate-commons-annotations-4.0.2.Final.jar
|
||||
-rw-r--r-- 1 root root 4697296 Mar 24 2020 hibernate-core-4.2.16.Final.jar
|
||||
-rw-r--r-- 1 root root 485455 Mar 24 2020 hibernate-entitymanager-4.2.16.Final.jar
|
||||
-rw-r--r-- 1 root root 102661 Jan 23 2020 hibernate-jpa-2.0-api-1.0.1.Final.jar
|
||||
-rw-r--r-- 1 root root 726778 Jan 30 2020 hibernate-validator-5.3.6.Final.jar
|
||||
-rw-r--r-- 1 root root 1159086 Mar 24 2020 hppc-0.8.1.jar
|
||||
-rw-r--r-- 1 root root 179964 Mar 24 2020 httpasyncclient-4.1.4.jar
|
||||
-rw-r--r-- 1 root root 772386 Jan 30 2020 httpclient-4.5.8.jar
|
||||
-rw-r--r-- 1 root root 326874 Jan 20 2020 httpcore-4.4.11.jar
|
||||
-rw-r--r-- 1 root root 367672 Mar 24 2020 httpcore-nio-4.4.12.jar
|
||||
-rw-r--r-- 1 root root 27893 Jan 19 2020 imgscalr-lib-4.2.jar
|
||||
-rw-r--r-- 1 root root 565410 Mar 24 2020 ion-java-1.0.2.jar
|
||||
-rw-r--r-- 1 root root 68081 Mar 24 2020 jackson-annotations-2.10.1.jar
|
||||
-rw-r--r-- 1 root root 348625 Mar 24 2020 jackson-core-2.10.1.jar
|
||||
-rw-r--r-- 1 root root 232248 Jan 19 2020 jackson-core-asl-1.9.13.jar
|
||||
-rw-r--r-- 1 root root 1403051 Mar 24 2020 jackson-databind-2.10.1.jar
|
||||
-rw-r--r-- 1 root root 58563 Mar 24 2020 jackson-dataformat-cbor-2.10.1.jar
|
||||
-rw-r--r-- 1 root root 90814 Mar 24 2020 jackson-dataformat-smile-2.10.1.jar
|
||||
-rw-r--r-- 1 root root 46596 Mar 24 2020 jackson-dataformat-yaml-2.10.1.jar
|
||||
-rw-r--r-- 1 root root 780664 Jan 19 2020 jackson-mapper-asl-1.9.13.jar
|
||||
-rw-r--r-- 1 root root 129265 Jan 19 2020 jasypt-1.9.2.jar
|
||||
-rw-r--r-- 1 root root 26222 Mar 24 2020 jasypt-spring-boot-1.5-java7.jar
|
||||
-rw-r--r-- 1 root root 2895 Mar 24 2020 jasypt-spring-boot-starter-1.5-java7.jar
|
||||
-rw-r--r-- 1 root root 362872 Jan 19 2020 javaGeom-0.11.1.jar
|
||||
-rw-r--r-- 1 root root 734815 Jan 30 2020 javassist-3.21.0-GA.jar
|
||||
-rw-r--r-- 1 root root 26366 Feb 4 2020 javax.annotation-api-1.2.jar
|
||||
-rw-r--r-- 1 root root 2497 Jan 19 2020 javax.inject-1.jar
|
||||
-rw-r--r-- 1 root root 608084 Jan 30 2020 javax.mail-1.5.6.jar
|
||||
-rw-r--r-- 1 root root 204312 Mar 24 2020 javax.mail-api-1.5.6.jar
|
||||
-rw-r--r-- 1 root root 95806 Jan 19 2020 javax.servlet-api-3.1.0.jar
|
||||
-rw-r--r-- 1 root root 89967 Jan 20 2020 jaxb-api-2.1.jar
|
||||
-rw-r--r-- 1 root root 866993 Jan 20 2020 jaxb-impl-2.1.11.jar
|
||||
-rw-r--r-- 1 root root 33428 Jan 20 2020 jaxws-api-2.1.jar
|
||||
-rw-r--r-- 1 root root 1315332 Jan 20 2020 jaxws-rt-2.1.7.jar
|
||||
-rw-r--r-- 1 root root 66469 Jan 20 2020 jboss-logging-3.3.2.Final.jar
|
||||
-rw-r--r-- 1 root root 25215 Jan 23 2020 jboss-transaction-api_1.1_spec-1.0.1.Final.jar
|
||||
-rw-r--r-- 1 root root 16461 Jan 30 2020 jcl-over-slf4j-1.7.26.jar
|
||||
-rw-r--r-- 1 root root 1318372 Jan 21 2020 jgraphx-v3.9.10.jar
|
||||
-rw-r--r-- 1 root root 26878 Mar 24 2020 jmespath-java-1.11.335.jar
|
||||
-rw-r--r-- 1 root root 885297 Mar 24 2020 jna-4.5.1.jar
|
||||
-rw-r--r-- 1 root root 634048 Jan 19 2020 joda-time-2.9.9.jar
|
||||
-rw-r--r-- 1 root root 34880 Mar 24 2020 joda-time-hibernate-1.4.jar
|
||||
-rw-r--r-- 1 root root 78074 Mar 24 2020 jopt-simple-5.0.2.jar
|
||||
-rw-r--r-- 1 root root 33015 Jan 19 2020 jsr305-1.3.9.jar
|
||||
-rw-r--r-- 1 root root 4589 Jan 30 2020 jul-to-slf4j-1.7.26.jar
|
||||
-rw-r--r-- 1 root root 162082 Jan 20 2020 keycloak-adapter-core-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 13236 Jan 20 2020 keycloak-adapter-spi-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 72014 Jan 20 2020 keycloak-authz-client-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 140382 Jan 20 2020 keycloak-common-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 278779 Jan 20 2020 keycloak-core-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 2424 Mar 24 2020 keycloak-legacy-spring-boot-starter-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 10609 Mar 24 2020 keycloak-spring-boot-adapter-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 16768 Mar 24 2020 keycloak-spring-boot-adapter-core-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 52776 Mar 24 2020 keycloak-spring-security-adapter-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 62746 Mar 24 2020 lang-mustache-client-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 46635 May 4 2020 ldap-connector-1.11.1.jar
|
||||
-rw-r--r-- 1 root root 24059 Jan 30 2020 license3j-1.0.7.jar
|
||||
-rw-r--r-- 1 root root 2039253 Mar 24 2020 liquibase-core-3.5.5.jar
|
||||
-rw-r--r-- 1 root root 481535 Mar 24 2020 log4j-1.2.16.jar
|
||||
-rw-r--r-- 1 root root 219001 Mar 24 2020 log4j-api-2.7.jar
|
||||
-rw-r--r-- 1 root root 23650 Jan 30 2020 log4j-over-slf4j-1.7.26.jar
|
||||
-rw-r--r-- 1 root root 290339 Jan 22 2020 logback-classic-1.2.3.jar
|
||||
-rw-r--r-- 1 root root 471901 Jan 22 2020 logback-core-1.2.3.jar
|
||||
-rw-r--r-- 1 root root 72150 Mar 24 2020 logkit-1.0.1.jar
|
||||
-rw-r--r-- 1 root root 1682324 Mar 24 2020 lucene-analyzers-common-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 139407 Mar 24 2020 lucene-backward-codecs-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 3300764 Mar 24 2020 lucene-core-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 90762 Mar 24 2020 lucene-grouping-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 209180 Mar 24 2020 lucene-highlighter-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 148883 Mar 24 2020 lucene-join-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 51876 Mar 24 2020 lucene-memory-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 99020 Mar 24 2020 lucene-misc-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 369837 Mar 24 2020 lucene-queries-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 382134 Mar 24 2020 lucene-queryparser-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 320676 Mar 24 2020 lucene-sandbox-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 306841 Mar 24 2020 lucene-spatial3d-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 14495 Mar 24 2020 lucene-spatial-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 240314 Mar 24 2020 lucene-spatial-extras-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 249478 Mar 24 2020 lucene-suggest-8.4.0.jar
|
||||
-rw-r--r-- 1 root root 88940 Mar 24 2020 mapper-extras-client-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 15743 Mar 24 2020 mapstruct-1.0.0.Final.jar
|
||||
-rw-r--r-- 1 root root 624036 Feb 4 2020 mchange-commons-java-0.2.15.jar
|
||||
-rw-r--r-- 1 root root 6583 Mar 24 2020 metrics-annotation-3.1.5.jar
|
||||
-rw-r--r-- 1 root root 120465 Mar 24 2020 metrics-core-3.1.5.jar
|
||||
-rw-r--r-- 1 root root 21247 Mar 24 2020 metrics-graphite-3.1.5.jar
|
||||
-rw-r--r-- 1 root root 10168 Mar 24 2020 metrics-healthchecks-3.1.5.jar
|
||||
-rw-r--r-- 1 root root 15824 Mar 24 2020 metrics-json-3.1.5.jar
|
||||
-rw-r--r-- 1 root root 39283 Mar 24 2020 metrics-jvm-3.1.5.jar
|
||||
-rw-r--r-- 1 root root 8090 Mar 24 2020 metrics-servlet-3.1.5.jar
|
||||
-rw-r--r-- 1 root root 16571 Mar 24 2020 metrics-servlets-3.1.5.jar
|
||||
-rw-r--r-- 1 root root 124818 Mar 24 2020 metrics-spring-3.1.3.jar
|
||||
-rw-r--r-- 1 root root 38683 Jan 20 2020 mimepull-1.3.jar
|
||||
-rw-r--r-- 1 root root 23493 Mar 24 2020 minimal-json-0.9.1.jar
|
||||
-rw-r--r-- 1 root root 1097668 Jan 30 2020 mvel2-2.4.2.Final.jar
|
||||
-rw-r--r-- 1 root root 1567287 Jan 30 2020 mybatis-3.3.1.jar
|
||||
-rw-r--r-- 1 root root 45980 Mar 24 2020 opencsv-3.7.jar
|
||||
-rw-r--r-- 1 root root 60929 Jan 20 2020 org.osgi.core-1.0.0.jar
|
||||
-rw-r--r-- 1 root root 82844 Mar 24 2020 parent-join-client-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 825943 Jan 23 2020 postgresql-42.2.5.jar
|
||||
-rw-r--r-- 1 root root 77036 Mar 24 2020 rank-eval-client-7.6.0.jar
|
||||
-rw-r--r-- 1 root root 68177 Jan 20 2020 resolver-20050927.jar
|
||||
-rw-r--r-- 1 root root 1252227 Jan 23 2020 rhino-1.7.10.jar
|
||||
-rw-r--r-- 1 root root 18817 Jan 20 2020 saaj-api-1.3.jar
|
||||
-rw-r--r-- 1 root root 283779 Jan 20 2020 saaj-impl-1.3.3.jar
|
||||
-rw-r--r-- 1 root root 77977 Jan 23 2020 servlet-api-2.3.jar
|
||||
-rw-r--r-- 1 root root 41139 Jan 20 2020 slf4j-api-1.7.26.jar
|
||||
-rw-r--r-- 1 root root 273599 Jan 30 2020 snakeyaml-1.17.jar
|
||||
-rw-r--r-- 1 root root 380044 Jan 30 2020 spring-aop-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 764406 Jan 30 2020 spring-beans-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 684613 Jan 30 2020 spring-boot-1.5.21.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 1075208 Jan 30 2020 spring-boot-autoconfigure-1.5.21.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 135623 Mar 24 2020 spring-boot-container-bundle-6.0.1.jar
|
||||
-rw-r--r-- 1 root root 2294 Jan 30 2020 spring-boot-starter-1.5.21.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 2325 Mar 24 2020 spring-boot-starter-freemarker-1.5.21.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 2315 Jan 30 2020 spring-boot-starter-logging-1.5.21.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 2351 Jan 30 2020 spring-boot-starter-web-1.5.21.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 1143424 Jan 30 2020 spring-context-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 187505 May 4 2020 spring-context-support-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 1130958 Jan 30 2020 spring-core-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 811389 Jan 30 2020 spring-data-commons-1.13.22.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 309629 Jan 30 2020 spring-data-jpa-1.11.22.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 275462 Jan 30 2020 spring-expression-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 96650 Mar 24 2020 springfox-core-2.6.0.jar
|
||||
-rw-r--r-- 1 root root 74196 Mar 24 2020 springfox-schema-2.6.0.jar
|
||||
-rw-r--r-- 1 root root 49076 Mar 24 2020 springfox-spi-2.6.0.jar
|
||||
-rw-r--r-- 1 root root 151626 Mar 24 2020 springfox-spring-web-2.6.0.jar
|
||||
-rw-r--r-- 1 root root 60441 Mar 24 2020 springfox-swagger2-2.6.0.jar
|
||||
-rw-r--r-- 1 root root 85906 Mar 24 2020 springfox-swagger-common-2.6.0.jar
|
||||
-rw-r--r-- 1 root root 457344 Mar 24 2020 springfox-swagger-ui-2.6.0.jar
|
||||
-rw-r--r-- 1 root root 431173 Jan 30 2020 spring-jdbc-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 378219 Mar 24 2020 spring-ldap-core-2.3.2.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 10842 Mar 24 2020 spring-ldap-core-tiger-2.3.2.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 478355 Jan 30 2020 spring-orm-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 19896 Mar 24 2020 spring-plugin-core-1.2.0.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 5145 Mar 24 2020 spring-plugin-metadata-1.2.0.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 589367 Jan 30 2020 spring-security-config-4.2.12.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 419499 Jan 30 2020 spring-security-core-4.2.12.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 71781 Jan 30 2020 spring-security-crypto-4.2.12.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 20626 Mar 24 2020 spring-security-kerberos-core-1.0.1.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 7060 Mar 24 2020 spring-security-kerberos-web-1.0.1.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 113490 May 4 2020 spring-security-ldap-4.2.12.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 476050 Mar 24 2020 spring-security-oauth2-2.0.17.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 388421 Jan 30 2020 spring-security-web-4.2.12.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 268425 Jan 30 2020 spring-tx-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 829323 Jan 30 2020 spring-web-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 922499 Jan 30 2020 spring-webmvc-4.3.24.RELEASE.jar
|
||||
-rw-r--r-- 1 root root 182112 Jan 20 2020 stax2-api-3.1.1.jar
|
||||
-rw-r--r-- 1 root root 23346 Jan 19 2020 stax-api-1.0-2.jar
|
||||
-rw-r--r-- 1 root root 11074 Jan 20 2020 stax-ex-1.2.jar
|
||||
-rw-r--r-- 1 root root 130161 Jan 20 2020 streambuffer-0.9.jar
|
||||
-rw-r--r-- 1 root root 20410 Jan 19 2020 swagger-annotations-1.5.10.jar
|
||||
-rw-r--r-- 1 root root 137850 Jan 19 2020 swagger-models-1.5.10.jar
|
||||
-rw-r--r-- 1 root root 51208 Mar 24 2020 t-digest-3.2.jar
|
||||
-rw-r--r-- 1 root root 63777 Jan 19 2020 validation-api-1.1.0.Final.jar
|
||||
-rw-r--r-- 1 root root 482245 Jan 20 2020 woodstox-core-asl-4.2.0.jar
|
300
research/activiti-app-1.11.2.libs
Normal file
300
research/activiti-app-1.11.2.libs
Normal file
@@ -0,0 +1,300 @@
|
||||
total 252732
|
||||
-rw-rw-r-- 1 root root 62983 Feb 22 2021 activation-1.1.jar
|
||||
-rw-rw-r-- 1 root root 42171 Feb 22 2021 activiti-app-alfresco-cloud-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 9624 Feb 22 2021 activiti-app-box-cloud-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 192447 Feb 22 2021 activiti-app-data-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 2672033 Feb 22 2021 activiti-app-logic-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 279418 Feb 22 2021 activiti-app-model-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 310415 Feb 22 2021 activiti-app-rest-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 199944 Feb 22 2021 activiti-bpmn-converter-5.23.0.1.M1.jar
|
||||
-rw-rw-r-- 1 root root 20423 Feb 22 2021 activiti-bpmn-layout-5.23.0.1.M1.jar
|
||||
-rw-rw-r-- 1 root root 101045 Feb 22 2021 activiti-bpmn-model-5.23.0.1.M1.jar
|
||||
-rw-rw-r-- 1 root root 5906 Feb 22 2021 activiti-cipher-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 14476 Feb 22 2021 activiti-common-rest-5.23.0.1.M1.jar
|
||||
-rw-rw-r-- 1 root root 104914 Feb 22 2021 activiti-dmn-engine-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 19723 Feb 22 2021 activiti-dmn-model-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 38176 Feb 22 2021 activiti-dmn-xml-converter-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 1962019 Feb 22 2021 activiti-engine-5.23.0.1.M1.jar
|
||||
-rw-rw-r-- 1 root root 70810 Feb 22 2021 activiti-image-generator-5.23.0.1.M1.jar
|
||||
-rw-rw-r-- 1 root root 56914 Feb 22 2021 activiti-process-validation-5.23.0.1.M1.jar
|
||||
-rw-rw-r-- 1 root root 359055 Feb 22 2021 activiti-rest-5.23.0.1.M1.jar
|
||||
-rw-rw-r-- 1 root root 17944 Feb 22 2021 activiti-secure-javascript-5.23.0.1.M1.jar
|
||||
-rw-rw-r-- 1 root root 5847 Feb 22 2021 activiti-secure-service-tasks-5.23.0.1.M1.jar
|
||||
-rw-rw-r-- 1 root root 3582 Feb 22 2021 activiti-secure-tasks-5.23.0.1.M1.jar
|
||||
-rw-rw-r-- 1 root root 121351 Feb 22 2021 activiti-simple-workflow-5.23.0.1.M1.jar
|
||||
-rw-rw-r-- 1 root root 38672 Feb 22 2021 activiti-spring-5.23.0.1.M1.jar
|
||||
-rw-rw-r-- 1 root root 60627 Feb 22 2021 aggs-matrix-stats-client-7.6.0.jar
|
||||
-rw-rw-r-- 1 root root 50379 Feb 22 2021 alfresco-opencmis-extension-1.1.jar
|
||||
-rw-rw-r-- 1 root root 445288 Feb 22 2021 antlr-2.7.7.jar
|
||||
-rw-rw-r-- 1 root root 167735 Feb 22 2021 antlr-runtime-3.5.jar
|
||||
-rw-rw-r-- 1 root root 4467 Feb 22 2021 aopalliance-1.0.jar
|
||||
-rw-rw-r-- 1 root root 284435 Feb 22 2021 aoservices-2.10.0.jar
|
||||
-rw-rw-r-- 1 root root 53297 Feb 22 2021 asm-5.0.4.jar
|
||||
-rw-rw-r-- 1 root root 121375 Feb 22 2021 aspectjrt-1.8.14.jar
|
||||
-rw-rw-r-- 1 root root 1883190 Feb 22 2021 aspectjweaver-1.8.14.jar
|
||||
-rw-rw-r-- 1 root root 7707709 Feb 22 2021 aspose-cells-20.6.jar
|
||||
-rw-rw-r-- 1 root root 3455771 Feb 22 2021 aspose-diagram-20.6-jdk16.jar
|
||||
-rw-rw-r-- 1 root root 70609033 Feb 22 2021 aspose-pdf-20.5.jar
|
||||
-rw-rw-r-- 1 root root 30110687 Feb 22 2021 aspose-slides-20.5-jdk16.jar
|
||||
-rw-rw-r-- 1 root root 25029 Feb 22 2021 aspose-transformation-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 3601836 Feb 22 2021 aspose-words-20.6-javadoc.jar
|
||||
-rw-rw-r-- 1 root root 15051540 Feb 22 2021 aspose-words-20.6-jdk17.jar
|
||||
-rw-rw-r-- 1 root root 2778293 Feb 22 2021 aspose-words-20.6-shaping-harfbuzz-plugin.jar
|
||||
-rw-rw-r-- 1 root root 63966 Feb 22 2021 avalon-framework-4.1.3.jar
|
||||
-rw-rw-r-- 1 root root 1017463 Feb 22 2021 aws-java-sdk-core-1.11.880.jar
|
||||
-rw-rw-r-- 1 root root 592750 Feb 22 2021 aws-java-sdk-kms-1.11.880.jar
|
||||
-rw-rw-r-- 1 root root 1197870 Feb 22 2021 aws-java-sdk-s3-1.11.880.jar
|
||||
-rw-rw-r-- 1 root root 326672 Feb 22 2021 bcpg-jdk15on-1.62.jar
|
||||
-rw-rw-r-- 1 root root 870638 Feb 22 2021 bcpkix-jdk15on-1.62.jar
|
||||
-rw-rw-r-- 1 root root 4558151 Feb 22 2021 bcprov-jdk15on-1.62.jar
|
||||
-rw-rw-r-- 1 root root 144277 Feb 22 2021 box-java-sdk-1.1.0.jar
|
||||
-rw-rw-r-- 1 root root 2795939 Feb 22 2021 byte-buddy-1.6.14.jar
|
||||
-rw-rw-r-- 1 root root 501445 Feb 22 2021 c3p0-0.9.5.5.jar
|
||||
-rw-rw-r-- 1 root root 214381 Feb 22 2021 checker-qual-3.5.0.jar
|
||||
-rw-rw-r-- 1 root root 40297 Feb 22 2021 chemistry-opencmis-client-api-1.1.0.jar
|
||||
-rw-rw-r-- 1 root root 361107 Feb 22 2021 chemistry-opencmis-client-bindings-1.1.0.jar
|
||||
-rw-rw-r-- 1 root root 207818 Feb 22 2021 chemistry-opencmis-client-impl-1.1.0.jar
|
||||
-rw-rw-r-- 1 root root 139538 Feb 22 2021 chemistry-opencmis-commons-api-1.1.0.jar
|
||||
-rw-rw-r-- 1 root root 661048 Feb 22 2021 chemistry-opencmis-commons-impl-1.1.0.jar
|
||||
-rw-rw-r-- 1 root root 410368 Feb 22 2021 chemistry-opencmis-server-bindings-1.0.0.jar
|
||||
-rw-rw-r-- 1 root root 356221 Feb 22 2021 chemistry-opencmis-server-support-1.0.0.jar
|
||||
-rw-rw-r-- 1 root root 65100 Feb 22 2021 classmate-1.3.4.jar
|
||||
-rw-rw-r-- 1 root root 246918 Feb 22 2021 commons-beanutils-1.9.4.jar
|
||||
-rw-rw-r-- 1 root root 284184 Feb 22 2021 commons-codec-1.10.jar
|
||||
-rw-rw-r-- 1 root root 588337 Feb 22 2021 commons-collections-3.2.2.jar
|
||||
-rw-rw-r-- 1 root root 160519 Feb 22 2021 commons-dbcp-1.4.jar
|
||||
-rw-rw-r-- 1 root root 196768 Feb 22 2021 commons-digester-2.1.jar
|
||||
-rw-rw-r-- 1 root root 54495 Feb 22 2021 commons-email-1.5.jar
|
||||
-rw-rw-r-- 1 root root 70604 Feb 22 2021 commons-fileupload-1.3.3.jar
|
||||
-rw-rw-r-- 1 root root 305001 Feb 22 2021 commons-httpclient-3.1.jar
|
||||
-rw-rw-r-- 1 root root 185140 Feb 22 2021 commons-io-2.4.jar
|
||||
-rw-rw-r-- 1 root root 412739 Feb 22 2021 commons-lang3-3.3.2.jar
|
||||
-rw-rw-r-- 1 root root 52915 Feb 22 2021 commons-logging-1.1.jar
|
||||
-rw-rw-r-- 1 root root 988514 Feb 22 2021 commons-math-2.2.jar
|
||||
-rw-rw-r-- 1 root root 111119 Feb 22 2021 commons-pool-1.6.jar
|
||||
-rw-rw-r-- 1 root root 189675 Feb 22 2021 commons-validator-1.7.jar
|
||||
-rw-rw-r-- 1 root root 100892 Feb 22 2021 compiler-0.9.6.jar
|
||||
-rw-rw-r-- 1 root root 4349 Feb 22 2021 content-storage-api-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 10554 Feb 22 2021 content-storage-fs-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 5907 Feb 22 2021 content-storage-s3-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 1380602 Feb 22 2021 cxf-core-3.1.14.jar
|
||||
-rw-rw-r-- 1 root root 181235 Feb 22 2021 cxf-rt-bindings-soap-3.1.14.jar
|
||||
-rw-rw-r-- 1 root root 38002 Feb 22 2021 cxf-rt-bindings-xml-3.1.14.jar
|
||||
-rw-rw-r-- 1 root root 103622 Feb 22 2021 cxf-rt-databinding-jaxb-3.1.14.jar
|
||||
-rw-rw-r-- 1 root root 342686 Feb 22 2021 cxf-rt-frontend-jaxws-3.1.14.jar
|
||||
-rw-rw-r-- 1 root root 103978 Feb 22 2021 cxf-rt-frontend-simple-3.1.14.jar
|
||||
-rw-rw-r-- 1 root root 355971 Feb 22 2021 cxf-rt-transports-http-3.1.14.jar
|
||||
-rw-rw-r-- 1 root root 77185 Feb 22 2021 cxf-rt-ws-addr-3.1.14.jar
|
||||
-rw-rw-r-- 1 root root 176152 Feb 22 2021 cxf-rt-wsdl-3.1.14.jar
|
||||
-rw-rw-r-- 1 root root 213063 Feb 22 2021 cxf-rt-ws-policy-3.0.12.jar
|
||||
-rw-rw-r-- 1 root root 323630 Feb 22 2021 dom4j-2.1.3.jar
|
||||
-rw-rw-r-- 1 root root 228824 Feb 22 2021 editor-bpmn-json-converter-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 10095 Feb 22 2021 editor-dmn-json-converter-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 3886 Feb 22 2021 editor-image-generator-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 11816357 Feb 22 2021 elasticsearch-7.6.0.jar
|
||||
-rw-rw-r-- 1 root root 17126 Feb 22 2021 elasticsearch-cli-7.6.0.jar
|
||||
-rw-rw-r-- 1 root root 44668 Feb 22 2021 elasticsearch-core-7.6.0.jar
|
||||
-rw-rw-r-- 1 root root 45020 Feb 22 2021 elasticsearch-geo-7.6.0.jar
|
||||
-rw-rw-r-- 1 root root 63696 Feb 22 2021 elasticsearch-rest-client-7.6.0.jar
|
||||
-rw-rw-r-- 1 root root 1472452 Feb 22 2021 elasticsearch-rest-high-level-client-7.6.0.jar
|
||||
-rw-rw-r-- 1 root root 10957 Feb 22 2021 elasticsearch-secure-sm-7.6.0.jar
|
||||
-rw-rw-r-- 1 root root 132462 Feb 22 2021 elasticsearch-x-content-7.6.0.jar
|
||||
-rw-rw-r-- 1 root root 1524587 Feb 22 2021 freemarker-2.3.28.jar
|
||||
-rw-rw-r-- 1 root root 1368223 Feb 22 2021 glassfish-corba-omgapi-4.1.0.jar
|
||||
-rw-rw-r-- 1 root root 345605 Feb 22 2021 gluegen-rt-2.3.2.jar
|
||||
-rw-rw-r-- 1 root root 3347 Feb 22 2021 gluegen-rt-2.3.2-natives-android-aarch64.jar
|
||||
-rw-rw-r-- 1 root root 7218 Feb 22 2021 gluegen-rt-2.3.2-natives-android-armv6.jar
|
||||
-rw-rw-r-- 1 root root 4149 Feb 22 2021 gluegen-rt-2.3.2-natives-linux-amd64.jar
|
||||
-rw-rw-r-- 1 root root 3050 Feb 22 2021 gluegen-rt-2.3.2-natives-linux-armv6hf.jar
|
||||
-rw-rw-r-- 1 root root 3042 Feb 22 2021 gluegen-rt-2.3.2-natives-linux-armv6.jar
|
||||
-rw-rw-r-- 1 root root 4130 Feb 22 2021 gluegen-rt-2.3.2-natives-linux-i586.jar
|
||||
-rw-rw-r-- 1 root root 5076 Feb 22 2021 gluegen-rt-2.3.2-natives-macosx-universal.jar
|
||||
-rw-rw-r-- 1 root root 4640 Feb 22 2021 gluegen-rt-2.3.2-natives-solaris-amd64.jar
|
||||
-rw-rw-r-- 1 root root 3949 Feb 22 2021 gluegen-rt-2.3.2-natives-solaris-i586.jar
|
||||
-rw-rw-r-- 1 root root 8159 Feb 22 2021 gluegen-rt-2.3.2-natives-windows-amd64.jar
|
||||
-rw-rw-r-- 1 root root 7577 Feb 22 2021 gluegen-rt-2.3.2-natives-windows-i586.jar
|
||||
-rw-rw-r-- 1 root root 345 Feb 22 2021 gluegen-rt-main-2.3.2.jar
|
||||
-rw-rw-r-- 1 root root 199662 Feb 22 2021 google-api-client-1.23.0.jar
|
||||
-rw-rw-r-- 1 root root 208320 Feb 22 2021 google-api-services-drive-v2-rev393-1.25.0.jar
|
||||
-rw-rw-r-- 1 root root 357839 Feb 22 2021 google-http-client-1.23.0.jar
|
||||
-rw-rw-r-- 1 root root 6675 Feb 22 2021 google-http-client-jackson2-1.23.0.jar
|
||||
-rw-rw-r-- 1 root root 69591 Feb 22 2021 google-oauth-client-1.31.1.jar
|
||||
-rw-rw-r-- 1 root root 7202725 Feb 22 2021 groovy-all-2.4.17.jar
|
||||
-rw-rw-r-- 1 root root 2442625 Feb 22 2021 guava-20.0.jar
|
||||
-rw-rw-r-- 1 root root 2059438 Feb 22 2021 guava-jdk5-17.0.jar
|
||||
-rw-rw-r-- 1 root root 2178179 Feb 22 2021 h2-1.4.199.jar
|
||||
-rw-rw-r-- 1 root root 114165 Feb 22 2021 HdrHistogram-2.1.9.jar
|
||||
-rw-rw-r-- 1 root root 81830 Feb 22 2021 hibernate-commons-annotations-4.0.2.Final.jar
|
||||
-rw-rw-r-- 1 root root 4697296 Feb 22 2021 hibernate-core-4.2.16.Final.jar
|
||||
-rw-rw-r-- 1 root root 485455 Feb 22 2021 hibernate-entitymanager-4.2.16.Final.jar
|
||||
-rw-rw-r-- 1 root root 102661 Feb 22 2021 hibernate-jpa-2.0-api-1.0.1.Final.jar
|
||||
-rw-rw-r-- 1 root root 726778 Feb 22 2021 hibernate-validator-5.3.6.Final.jar
|
||||
-rw-rw-r-- 1 root root 1159086 Feb 22 2021 hppc-0.8.1.jar
|
||||
-rw-rw-r-- 1 root root 179964 Feb 22 2021 httpasyncclient-4.1.4.jar
|
||||
-rw-rw-r-- 1 root root 774384 Feb 22 2021 httpclient-4.5.9.jar
|
||||
-rw-rw-r-- 1 root root 326874 Feb 22 2021 httpcore-4.4.11.jar
|
||||
-rw-rw-r-- 1 root root 367672 Feb 22 2021 httpcore-nio-4.4.12.jar
|
||||
-rw-rw-r-- 1 root root 27893 Feb 22 2021 imgscalr-lib-4.2.jar
|
||||
-rw-rw-r-- 1 root root 565410 Feb 22 2021 ion-java-1.0.2.jar
|
||||
-rw-rw-r-- 1 root root 68215 Feb 22 2021 jackson-annotations-2.11.3.jar
|
||||
-rw-rw-r-- 1 root root 351495 Feb 22 2021 jackson-core-2.11.3.jar
|
||||
-rw-rw-r-- 1 root root 1421699 Feb 22 2021 jackson-databind-2.11.3.jar
|
||||
-rw-rw-r-- 1 root root 58679 Feb 22 2021 jackson-dataformat-cbor-2.11.3.jar
|
||||
-rw-rw-r-- 1 root root 90699 Feb 22 2021 jackson-dataformat-smile-2.11.3.jar
|
||||
-rw-rw-r-- 1 root root 46920 Feb 22 2021 jackson-dataformat-yaml-2.11.3.jar
|
||||
-rw-rw-r-- 1 root root 65690 Feb 22 2021 jakarta.activation-1.2.1.jar
|
||||
-rw-rw-r-- 1 root root 129265 Feb 22 2021 jasypt-1.9.2.jar
|
||||
-rw-rw-r-- 1 root root 26222 Feb 22 2021 jasypt-spring-boot-1.5-java7.jar
|
||||
-rw-rw-r-- 1 root root 2895 Feb 22 2021 jasypt-spring-boot-starter-1.5-java7.jar
|
||||
-rw-rw-r-- 1 root root 362872 Feb 22 2021 javaGeom-0.11.1.jar
|
||||
-rw-rw-r-- 1 root root 734815 Feb 22 2021 javassist-3.21.0-GA.jar
|
||||
-rw-rw-r-- 1 root root 56674 Feb 22 2021 javax.activation-api-1.2.0.jar
|
||||
-rw-rw-r-- 1 root root 26586 Feb 22 2021 javax.annotation-api-1.3.2.jar
|
||||
-rw-rw-r-- 1 root root 2497 Feb 22 2021 javax.inject-1.jar
|
||||
-rw-rw-r-- 1 root root 27212 Feb 22 2021 javax.jws-api-1.1.jar
|
||||
-rw-rw-r-- 1 root root 608084 Feb 22 2021 javax.mail-1.5.6.jar
|
||||
-rw-rw-r-- 1 root root 204312 Feb 22 2021 javax.mail-api-1.5.6.jar
|
||||
-rw-rw-r-- 1 root root 95806 Feb 22 2021 javax.servlet-api-3.1.0.jar
|
||||
-rw-rw-r-- 1 root root 46111 Feb 22 2021 javax.xml.soap-api-1.4.0.jar
|
||||
-rw-rw-r-- 1 root root 125632 Feb 22 2021 jaxb-api-2.3.0.jar
|
||||
-rw-rw-r-- 1 root root 255502 Feb 22 2021 jaxb-core-2.3.0.jar
|
||||
-rw-rw-r-- 1 root root 963660 Feb 22 2021 jaxb-impl-2.3.0.jar
|
||||
-rw-rw-r-- 1 root root 56615 Feb 22 2021 jaxws-api-2.3.1.jar
|
||||
-rw-rw-r-- 1 root root 66469 Feb 22 2021 jboss-logging-3.3.2.Final.jar
|
||||
-rw-rw-r-- 1 root root 25215 Feb 22 2021 jboss-transaction-api_1.1_spec-1.0.1.Final.jar
|
||||
-rw-rw-r-- 1 root root 16461 Feb 22 2021 jcl-over-slf4j-1.7.26.jar
|
||||
-rw-rw-r-- 1 root root 1318372 Feb 22 2021 jgraphx-v3.9.10.jar
|
||||
-rw-rw-r-- 1 root root 27588 Feb 22 2021 jmespath-java-1.11.880.jar
|
||||
-rw-rw-r-- 1 root root 885297 Feb 22 2021 jna-4.5.1.jar
|
||||
-rw-rw-r-- 1 root root 634048 Feb 22 2021 joda-time-2.9.9.jar
|
||||
-rw-rw-r-- 1 root root 34880 Feb 22 2021 joda-time-hibernate-1.4.jar
|
||||
-rw-rw-r-- 1 root root 3414448 Feb 22 2021 jogl-all-2.3.2.jar
|
||||
-rw-rw-r-- 1 root root 64488 Feb 22 2021 jogl-all-2.3.2-natives-android-aarch64.jar
|
||||
-rw-rw-r-- 1 root root 62645 Feb 22 2021 jogl-all-2.3.2-natives-android-armv6.jar
|
||||
-rw-rw-r-- 1 root root 224010 Feb 22 2021 jogl-all-2.3.2-natives-linux-amd64.jar
|
||||
-rw-rw-r-- 1 root root 164852 Feb 22 2021 jogl-all-2.3.2-natives-linux-armv6hf.jar
|
||||
-rw-rw-r-- 1 root root 161199 Feb 22 2021 jogl-all-2.3.2-natives-linux-armv6.jar
|
||||
-rw-rw-r-- 1 root root 217274 Feb 22 2021 jogl-all-2.3.2-natives-linux-i586.jar
|
||||
-rw-rw-r-- 1 root root 443876 Feb 22 2021 jogl-all-2.3.2-natives-macosx-universal.jar
|
||||
-rw-rw-r-- 1 root root 220298 Feb 22 2021 jogl-all-2.3.2-natives-solaris-amd64.jar
|
||||
-rw-rw-r-- 1 root root 161229 Feb 22 2021 jogl-all-2.3.2-natives-solaris-i586.jar
|
||||
-rw-rw-r-- 1 root root 240721 Feb 22 2021 jogl-all-2.3.2-natives-windows-amd64.jar
|
||||
-rw-rw-r-- 1 root root 209445 Feb 22 2021 jogl-all-2.3.2-natives-windows-i586.jar
|
||||
-rw-rw-r-- 1 root root 345 Feb 22 2021 jogl-all-main-2.3.2.jar
|
||||
-rw-rw-r-- 1 root root 78074 Feb 22 2021 jopt-simple-5.0.2.jar
|
||||
-rw-rw-r-- 1 root root 23931 Feb 22 2021 json-simple-1.1.1.jar
|
||||
-rw-rw-r-- 1 root root 19936 Feb 22 2021 jsr305-3.0.2.jar
|
||||
-rw-rw-r-- 1 root root 4589 Feb 22 2021 jul-to-slf4j-1.7.26.jar
|
||||
-rw-rw-r-- 1 root root 163812 Feb 22 2021 keycloak-adapter-core-11.0.2.jar
|
||||
-rw-rw-r-- 1 root root 13239 Feb 22 2021 keycloak-adapter-spi-11.0.2.jar
|
||||
-rw-rw-r-- 1 root root 73678 Feb 22 2021 keycloak-authz-client-11.0.2.jar
|
||||
-rw-rw-r-- 1 root root 156764 Feb 22 2021 keycloak-common-11.0.2.jar
|
||||
-rw-rw-r-- 1 root root 302056 Feb 22 2021 keycloak-core-11.0.2.jar
|
||||
-rw-rw-r-- 1 root root 2426 Feb 22 2021 keycloak-legacy-spring-boot-starter-11.0.2.jar
|
||||
-rw-rw-r-- 1 root root 10471 Feb 22 2021 keycloak-spring-boot-adapter-11.0.2.jar
|
||||
-rw-rw-r-- 1 root root 17528 Feb 22 2021 keycloak-spring-boot-adapter-core-11.0.2.jar
|
||||
-rw-rw-r-- 1 root root 59744 Feb 22 2021 keycloak-spring-security-adapter-11.0.2.jar
|
||||
-rw-rw-r-- 1 root root 62746 Feb 22 2021 lang-mustache-client-7.6.0.jar
|
||||
-rw-rw-r-- 1 root root 46977 Feb 22 2021 ldap-connector-1.11.2.jar
|
||||
-rw-rw-r-- 1 root root 24059 Feb 22 2021 license3j-1.0.7.jar
|
||||
-rw-rw-r-- 1 root root 2039253 Feb 22 2021 liquibase-core-3.5.5.jar
|
||||
-rw-rw-r-- 1 root root 481535 Feb 22 2021 log4j-1.2.16.jar
|
||||
-rw-rw-r-- 1 root root 219001 Feb 22 2021 log4j-api-2.7.jar
|
||||
-rw-rw-r-- 1 root root 23650 Feb 22 2021 log4j-over-slf4j-1.7.26.jar
|
||||
-rw-rw-r-- 1 root root 290339 Feb 22 2021 logback-classic-1.2.3.jar
|
||||
-rw-rw-r-- 1 root root 471901 Feb 22 2021 logback-core-1.2.3.jar
|
||||
-rw-rw-r-- 1 root root 72150 Feb 22 2021 logkit-1.0.1.jar
|
||||
-rw-rw-r-- 1 root root 1682324 Feb 22 2021 lucene-analyzers-common-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 139407 Feb 22 2021 lucene-backward-codecs-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 3300764 Feb 22 2021 lucene-core-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 90762 Feb 22 2021 lucene-grouping-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 209180 Feb 22 2021 lucene-highlighter-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 148883 Feb 22 2021 lucene-join-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 51876 Feb 22 2021 lucene-memory-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 99020 Feb 22 2021 lucene-misc-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 369837 Feb 22 2021 lucene-queries-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 382134 Feb 22 2021 lucene-queryparser-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 320676 Feb 22 2021 lucene-sandbox-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 306841 Feb 22 2021 lucene-spatial3d-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 14495 Feb 22 2021 lucene-spatial-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 240314 Feb 22 2021 lucene-spatial-extras-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 249478 Feb 22 2021 lucene-suggest-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 88940 Feb 22 2021 mapper-extras-client-7.6.0.jar
|
||||
-rw-rw-r-- 1 root root 19216 Feb 22 2021 mapstruct-1.1.0.Final.jar
|
||||
-rw-rw-r-- 1 root root 630956 Feb 22 2021 mchange-commons-java-0.2.19.jar
|
||||
-rw-rw-r-- 1 root root 6583 Feb 22 2021 metrics-annotation-3.1.5.jar
|
||||
-rw-rw-r-- 1 root root 120465 Feb 22 2021 metrics-core-3.1.5.jar
|
||||
-rw-rw-r-- 1 root root 21247 Feb 22 2021 metrics-graphite-3.1.5.jar
|
||||
-rw-rw-r-- 1 root root 10168 Feb 22 2021 metrics-healthchecks-3.1.5.jar
|
||||
-rw-rw-r-- 1 root root 15824 Feb 22 2021 metrics-json-3.1.5.jar
|
||||
-rw-rw-r-- 1 root root 39283 Feb 22 2021 metrics-jvm-3.1.5.jar
|
||||
-rw-rw-r-- 1 root root 8090 Feb 22 2021 metrics-servlet-3.1.5.jar
|
||||
-rw-rw-r-- 1 root root 16571 Feb 22 2021 metrics-servlets-3.1.5.jar
|
||||
-rw-rw-r-- 1 root root 124818 Feb 22 2021 metrics-spring-3.1.3.jar
|
||||
-rw-rw-r-- 1 root root 23493 Feb 22 2021 minimal-json-0.9.1.jar
|
||||
-rw-rw-r-- 1 root root 808063 Feb 22 2021 mvel2-2.4.10.Final.jar
|
||||
-rw-rw-r-- 1 root root 1567287 Feb 22 2021 mybatis-3.3.1.jar
|
||||
-rw-rw-r-- 1 root root 71487 Feb 22 2021 neethi-3.0.3.jar
|
||||
-rw-rw-r-- 1 root root 45980 Feb 22 2021 opencsv-3.7.jar
|
||||
-rw-rw-r-- 1 root root 82844 Feb 22 2021 parent-join-client-7.6.0.jar
|
||||
-rw-rw-r-- 1 root root 1004734 Feb 22 2021 postgresql-42.2.17.jar
|
||||
-rw-rw-r-- 1 root root 77036 Feb 22 2021 rank-eval-client-7.6.0.jar
|
||||
-rw-rw-r-- 1 root root 130999 Feb 22 2021 reflections-0.9.11.jar
|
||||
-rw-rw-r-- 1 root root 1252227 Feb 22 2021 rhino-1.7.10.jar
|
||||
-rw-rw-r-- 1 root root 77977 Feb 22 2021 servlet-api-2.3.jar
|
||||
-rw-rw-r-- 1 root root 41139 Feb 22 2021 slf4j-api-1.7.26.jar
|
||||
-rw-rw-r-- 1 root root 273599 Feb 22 2021 snakeyaml-1.17.jar
|
||||
-rw-rw-r-- 1 root root 379747 Feb 22 2021 spring-aop-4.3.29.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 764442 Feb 22 2021 spring-beans-4.3.29.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 682225 Feb 22 2021 spring-boot-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 1074396 Feb 22 2021 spring-boot-autoconfigure-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 138107 Feb 22 2021 spring-boot-legacy-container-bundle-11.0.2.jar
|
||||
-rw-rw-r-- 1 root root 2295 Feb 22 2021 spring-boot-starter-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 2327 Feb 22 2021 spring-boot-starter-freemarker-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 2315 Feb 22 2021 spring-boot-starter-logging-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 2298 Feb 22 2021 spring-boot-starter-tomcat-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 2351 Feb 22 2021 spring-boot-starter-web-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 1143767 Feb 22 2021 spring-context-4.3.29.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 187642 Feb 22 2021 spring-context-support-4.3.29.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 1131321 Feb 22 2021 spring-core-4.3.29.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 811777 Feb 22 2021 spring-data-commons-1.13.23.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 313833 Feb 22 2021 spring-data-jpa-1.11.23.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 275991 Feb 22 2021 spring-expression-4.3.29.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 107147 Feb 22 2021 springfox-core-2.7.0.jar
|
||||
-rw-rw-r-- 1 root root 73756 Feb 22 2021 springfox-schema-2.7.0.jar
|
||||
-rw-rw-r-- 1 root root 50215 Feb 22 2021 springfox-spi-2.7.0.jar
|
||||
-rw-rw-r-- 1 root root 174598 Feb 22 2021 springfox-spring-web-2.7.0.jar
|
||||
-rw-rw-r-- 1 root root 61828 Feb 22 2021 springfox-swagger2-2.7.0.jar
|
||||
-rw-rw-r-- 1 root root 87082 Feb 22 2021 springfox-swagger-common-2.7.0.jar
|
||||
-rw-rw-r-- 1 root root 423654 Feb 22 2021 springfox-swagger-ui-2.7.0.jar
|
||||
-rw-rw-r-- 1 root root 431555 Feb 22 2021 spring-jdbc-4.3.29.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 378219 Feb 22 2021 spring-ldap-core-2.3.2.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 10842 Feb 22 2021 spring-ldap-core-tiger-2.3.2.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 478518 Feb 22 2021 spring-orm-4.3.29.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 19896 Feb 22 2021 spring-plugin-core-1.2.0.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 5145 Feb 22 2021 spring-plugin-metadata-1.2.0.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 589450 Feb 22 2021 spring-security-config-4.2.19.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 419633 Feb 22 2021 spring-security-core-4.2.19.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 71873 Feb 22 2021 spring-security-crypto-4.2.19.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 20626 Feb 22 2021 spring-security-kerberos-core-1.0.1.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 7060 Feb 22 2021 spring-security-kerberos-web-1.0.1.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 113695 Feb 22 2021 spring-security-ldap-4.2.19.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 475960 Feb 22 2021 spring-security-oauth2-2.0.18.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 388851 Feb 22 2021 spring-security-web-4.2.19.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 268563 Feb 22 2021 spring-tx-4.3.29.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 829768 Feb 22 2021 spring-web-4.3.29.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 922879 Feb 22 2021 spring-webmvc-4.3.29.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 161867 Feb 22 2021 stax2-api-3.1.4.jar
|
||||
-rw-rw-r-- 1 root root 148627 Feb 22 2021 stringtemplate-3.2.1.jar
|
||||
-rw-rw-r-- 1 root root 20654 Feb 22 2021 swagger-annotations-1.5.13.jar
|
||||
-rw-rw-r-- 1 root root 143308 Feb 22 2021 swagger-models-1.5.13.jar
|
||||
-rw-rw-r-- 1 root root 51208 Feb 22 2021 t-digest-3.2.jar
|
||||
-rw-rw-r-- 1 root root 12370 Feb 22 2021 tomcat-annotations-api-8.5.43.jar
|
||||
-rw-rw-r-- 1 root root 3191426 Feb 22 2021 tomcat-embed-core-8.5.43.jar
|
||||
-rw-rw-r-- 1 root root 246244 Feb 22 2021 tomcat-embed-el-8.5.43.jar
|
||||
-rw-rw-r-- 1 root root 259951 Feb 22 2021 tomcat-embed-websocket-8.5.43.jar
|
||||
-rw-rw-r-- 1 root root 63777 Feb 22 2021 validation-api-1.1.0.Final.jar
|
||||
-rw-rw-r-- 1 root root 486013 Feb 22 2021 woodstox-core-asl-4.4.1.jar
|
||||
-rw-rw-r-- 1 root root 186758 Feb 22 2021 wsdl4j-1.6.3.jar
|
||||
-rw-rw-r-- 1 root root 84091 Feb 22 2021 xml-resolver-1.2.jar
|
||||
-rw-rw-r-- 1 root root 172962 Feb 22 2021 xmlschema-core-2.2.2.jar
|
325
research/activiti-app-1.11.3.libs
Normal file
325
research/activiti-app-1.11.3.libs
Normal file
@@ -0,0 +1,325 @@
|
||||
total 272520
|
||||
-rw-rw-r-- 1 root root 62983 Apr 26 18:10 activation-1.1.jar
|
||||
-rw-rw-r-- 1 root root 42204 May 14 13:29 activiti-app-alfresco-cloud-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 9626 May 14 13:29 activiti-app-box-cloud-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 192469 May 14 13:29 activiti-app-data-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 2672068 May 14 13:30 activiti-app-logic-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 279420 May 14 13:29 activiti-app-model-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 310279 May 14 13:30 activiti-app-rest-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 199397 May 14 12:11 activiti-bpmn-converter-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 root root 20291 May 14 12:11 activiti-bpmn-layout-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 root root 100850 May 14 12:10 activiti-bpmn-model-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 root root 5923 May 14 13:29 activiti-cipher-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 14386 May 14 12:11 activiti-common-rest-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 root root 104931 May 14 13:29 activiti-dmn-engine-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 19724 May 14 13:29 activiti-dmn-model-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 38194 May 14 13:29 activiti-dmn-xml-converter-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 1957369 May 14 12:11 activiti-engine-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 root root 70590 May 14 12:11 activiti-image-generator-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 root root 56629 May 14 12:11 activiti-process-validation-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 root root 357948 May 14 12:11 activiti-rest-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 root root 17872 May 14 12:11 activiti-secure-javascript-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 root root 5795 May 14 12:11 activiti-secure-service-tasks-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 root root 3531 May 14 12:11 activiti-secure-tasks-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 root root 121052 May 14 12:11 activiti-simple-workflow-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 root root 38527 May 14 12:11 activiti-spring-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 root root 60623 May 13 12:06 aggs-matrix-stats-client-7.6.2.jar
|
||||
-rw-rw-r-- 1 root root 49672 Apr 26 18:09 alfresco-opencmis-extension-2.0.jar
|
||||
-rw-rw-r-- 1 root root 445288 Apr 26 18:09 antlr-2.7.7.jar
|
||||
-rw-rw-r-- 1 root root 167735 Apr 26 18:09 antlr-runtime-3.5.jar
|
||||
-rw-rw-r-- 1 root root 4467 Apr 26 18:07 aopalliance-1.0.jar
|
||||
-rw-rw-r-- 1 root root 284435 Apr 26 18:10 aoservices-2.10.0.jar
|
||||
-rw-rw-r-- 1 root root 121772 Apr 26 18:09 asm-8.0.1.jar
|
||||
-rw-rw-r-- 1 root root 121375 Apr 26 18:10 aspectjrt-1.8.14.jar
|
||||
-rw-rw-r-- 1 root root 1883190 Apr 26 18:10 aspectjweaver-1.8.14.jar
|
||||
-rw-rw-r-- 1 root root 7893135 Apr 26 18:10 aspose-cells-21.3.jar
|
||||
-rw-rw-r-- 1 root root 3503132 Apr 26 18:10 aspose-diagram-21.3-jdk16.jar
|
||||
-rw-rw-r-- 1 root root 73704162 Apr 26 18:10 aspose-pdf-21.3.jar
|
||||
-rw-rw-r-- 1 root root 30978132 Apr 26 18:10 aspose-slides-21.2-jdk16.jar
|
||||
-rw-rw-r-- 1 root root 25046 May 14 13:29 aspose-transformation-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 3601836 Apr 26 18:10 aspose-words-20.6-javadoc.jar
|
||||
-rw-rw-r-- 1 root root 15051540 Apr 26 18:10 aspose-words-20.6-jdk17.jar
|
||||
-rw-rw-r-- 1 root root 2778293 Apr 26 18:10 aspose-words-20.6-shaping-harfbuzz-plugin.jar
|
||||
-rw-rw-r-- 1 root root 63966 Apr 26 18:11 avalon-framework-4.1.3.jar
|
||||
-rw-rw-r-- 1 root root 1019884 May 10 10:00 aws-java-sdk-core-1.11.1015.jar
|
||||
-rw-rw-r-- 1 root root 594390 May 10 10:00 aws-java-sdk-kms-1.11.1015.jar
|
||||
-rw-rw-r-- 1 root root 1248435 May 10 10:00 aws-java-sdk-s3-1.11.1015.jar
|
||||
-rw-rw-r-- 1 root root 340185 Apr 26 18:10 bcpg-jdk15on-1.68.jar
|
||||
-rw-rw-r-- 1 root root 887800 Apr 26 18:10 bcpkix-jdk15on-1.68.jar
|
||||
-rw-rw-r-- 1 root root 5961178 Apr 26 18:10 bcprov-jdk15on-1.68.jar
|
||||
-rw-rw-r-- 1 root root 437978 May 6 13:52 box-java-sdk-2.54.0.jar
|
||||
-rw-rw-r-- 1 root root 2795939 Apr 26 18:11 byte-buddy-1.6.14.jar
|
||||
-rw-rw-r-- 1 root root 501445 Apr 26 18:10 c3p0-0.9.5.5.jar
|
||||
-rw-rw-r-- 1 root root 214381 Apr 26 18:10 checker-qual-3.5.0.jar
|
||||
-rw-rw-r-- 1 root root 40297 Apr 26 18:09 chemistry-opencmis-client-api-1.1.0.jar
|
||||
-rw-rw-r-- 1 root root 361107 Apr 26 18:09 chemistry-opencmis-client-bindings-1.1.0.jar
|
||||
-rw-rw-r-- 1 root root 207818 Apr 26 18:09 chemistry-opencmis-client-impl-1.1.0.jar
|
||||
-rw-rw-r-- 1 root root 139538 Apr 26 18:09 chemistry-opencmis-commons-api-1.1.0.jar
|
||||
-rw-rw-r-- 1 root root 661048 Apr 26 18:09 chemistry-opencmis-commons-impl-1.1.0.jar
|
||||
-rw-rw-r-- 1 root root 410368 Apr 26 18:09 chemistry-opencmis-server-bindings-1.0.0.jar
|
||||
-rw-rw-r-- 1 root root 356221 Apr 26 18:09 chemistry-opencmis-server-support-1.0.0.jar
|
||||
-rw-rw-r-- 1 root root 65100 Apr 26 18:10 classmate-1.3.4.jar
|
||||
-rw-rw-r-- 1 root root 246918 Apr 26 18:10 commons-beanutils-1.9.4.jar
|
||||
-rw-rw-r-- 1 root root 353793 Apr 26 18:09 commons-codec-1.15.jar
|
||||
-rw-rw-r-- 1 root root 588337 Apr 26 18:06 commons-collections-3.2.2.jar
|
||||
-rw-rw-r-- 1 root root 751914 Apr 26 18:10 commons-collections4-4.4.jar
|
||||
-rw-rw-r-- 1 root root 160519 Apr 26 18:10 commons-dbcp-1.4.jar
|
||||
-rw-rw-r-- 1 root root 196768 Apr 26 18:10 commons-digester-2.1.jar
|
||||
-rw-rw-r-- 1 root root 54495 Apr 26 18:10 commons-email-1.5.jar
|
||||
-rw-rw-r-- 1 root root 70604 Apr 26 18:10 commons-fileupload-1.3.3.jar
|
||||
-rw-rw-r-- 1 root root 308650 Apr 26 18:09 commons-httpclient-3.1-HTTPCLIENT-1265.jar
|
||||
-rw-rw-r-- 1 root root 285424 Apr 26 18:08 commons-io-2.8.0.jar
|
||||
-rw-rw-r-- 1 root root 412739 Apr 26 18:07 commons-lang3-3.3.2.jar
|
||||
-rw-rw-r-- 1 root root 52915 Apr 26 18:11 commons-logging-1.1.jar
|
||||
-rw-rw-r-- 1 root root 988514 Apr 26 18:10 commons-math-2.2.jar
|
||||
-rw-rw-r-- 1 root root 111119 Apr 26 18:10 commons-pool-1.6.jar
|
||||
-rw-rw-r-- 1 root root 216211 Apr 26 18:10 commons-text-1.9.jar
|
||||
-rw-rw-r-- 1 root root 189675 Apr 26 18:10 commons-validator-1.7.jar
|
||||
-rw-rw-r-- 1 root root 100892 Apr 26 18:10 compiler-0.9.6.jar
|
||||
-rw-rw-r-- 1 root root 4351 May 14 13:29 content-storage-api-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 10574 May 14 13:29 content-storage-fs-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 5941 May 14 13:29 content-storage-s3-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 1422487 Apr 26 18:09 cxf-core-3.3.8.jar
|
||||
-rw-rw-r-- 1 root root 182694 Apr 26 18:09 cxf-rt-bindings-soap-3.3.8.jar
|
||||
-rw-rw-r-- 1 root root 38657 Apr 26 18:09 cxf-rt-bindings-xml-3.3.8.jar
|
||||
-rw-rw-r-- 1 root root 106676 Apr 26 18:09 cxf-rt-databinding-jaxb-3.3.8.jar
|
||||
-rw-rw-r-- 1 root root 346713 Apr 26 18:09 cxf-rt-frontend-jaxws-3.3.8.jar
|
||||
-rw-rw-r-- 1 root root 104300 Apr 26 18:09 cxf-rt-frontend-simple-3.3.8.jar
|
||||
-rw-rw-r-- 1 root root 383130 Apr 26 18:09 cxf-rt-transports-http-3.3.8.jar
|
||||
-rw-rw-r-- 1 root root 75975 Apr 26 18:09 cxf-rt-ws-addr-3.3.8.jar
|
||||
-rw-rw-r-- 1 root root 174105 Apr 26 18:09 cxf-rt-wsdl-3.3.8.jar
|
||||
-rw-rw-r-- 1 root root 213063 Apr 26 18:09 cxf-rt-ws-policy-3.0.12.jar
|
||||
-rw-rw-r-- 1 root root 323630 Apr 26 18:10 dom4j-2.1.3.jar
|
||||
-rw-rw-r-- 1 root root 228825 May 14 13:29 editor-bpmn-json-converter-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 10112 May 14 13:29 editor-dmn-json-converter-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 3904 May 14 13:29 editor-image-generator-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 11826130 May 13 12:06 elasticsearch-7.6.2.jar
|
||||
-rw-rw-r-- 1 root root 17131 May 13 12:06 elasticsearch-cli-7.6.2.jar
|
||||
-rw-rw-r-- 1 root root 44668 May 13 12:06 elasticsearch-core-7.6.2.jar
|
||||
-rw-rw-r-- 1 root root 45023 May 13 12:06 elasticsearch-geo-7.6.2.jar
|
||||
-rw-rw-r-- 1 root root 63598 May 13 12:06 elasticsearch-rest-client-7.6.2.jar
|
||||
-rw-rw-r-- 1 root root 1472685 May 13 12:06 elasticsearch-rest-high-level-client-7.6.2.jar
|
||||
-rw-rw-r-- 1 root root 10958 May 13 12:06 elasticsearch-secure-sm-7.6.2.jar
|
||||
-rw-rw-r-- 1 root root 132466 May 13 12:06 elasticsearch-x-content-7.6.2.jar
|
||||
-rw-rw-r-- 1 root root 37931 Apr 26 18:11 encoder-1.2.3.jar
|
||||
-rw-rw-r-- 1 root root 13854 May 6 13:53 error_prone_annotations-2.5.1.jar
|
||||
-rw-rw-r-- 1 root root 4617 Apr 26 18:10 failureaccess-1.0.1.jar
|
||||
-rw-rw-r-- 1 root root 317195 Apr 26 18:09 FastInfoset-1.2.16.jar
|
||||
-rw-rw-r-- 1 root root 1524587 Apr 26 18:10 freemarker-2.3.28.jar
|
||||
-rw-rw-r-- 1 root root 16030 Apr 26 18:09 geronimo-jta_1.1_spec-1.1.1.jar
|
||||
-rw-rw-r-- 1 root root 15572 Apr 26 18:09 geronimo-ws-metadata_2.0_spec-1.1.3.jar
|
||||
-rw-rw-r-- 1 root root 1368223 Apr 26 18:07 glassfish-corba-omgapi-4.1.0.jar
|
||||
-rw-rw-r-- 1 root root 345605 Apr 26 18:10 gluegen-rt-2.3.2.jar
|
||||
-rw-rw-r-- 1 root root 3347 Apr 26 18:10 gluegen-rt-2.3.2-natives-android-aarch64.jar
|
||||
-rw-rw-r-- 1 root root 7218 Apr 26 18:10 gluegen-rt-2.3.2-natives-android-armv6.jar
|
||||
-rw-rw-r-- 1 root root 4149 Apr 26 18:10 gluegen-rt-2.3.2-natives-linux-amd64.jar
|
||||
-rw-rw-r-- 1 root root 3050 Apr 26 18:10 gluegen-rt-2.3.2-natives-linux-armv6hf.jar
|
||||
-rw-rw-r-- 1 root root 3042 Apr 26 18:10 gluegen-rt-2.3.2-natives-linux-armv6.jar
|
||||
-rw-rw-r-- 1 root root 4130 Apr 26 18:10 gluegen-rt-2.3.2-natives-linux-i586.jar
|
||||
-rw-rw-r-- 1 root root 5076 Apr 26 18:10 gluegen-rt-2.3.2-natives-macosx-universal.jar
|
||||
-rw-rw-r-- 1 root root 4640 Apr 26 18:10 gluegen-rt-2.3.2-natives-solaris-amd64.jar
|
||||
-rw-rw-r-- 1 root root 3949 Apr 26 18:10 gluegen-rt-2.3.2-natives-solaris-i586.jar
|
||||
-rw-rw-r-- 1 root root 8159 Apr 26 18:10 gluegen-rt-2.3.2-natives-windows-amd64.jar
|
||||
-rw-rw-r-- 1 root root 7577 Apr 26 18:10 gluegen-rt-2.3.2-natives-windows-i586.jar
|
||||
-rw-rw-r-- 1 root root 345 Apr 26 18:10 gluegen-rt-main-2.3.2.jar
|
||||
-rw-rw-r-- 1 root root 199662 Apr 26 18:10 google-api-client-1.23.0.jar
|
||||
-rw-rw-r-- 1 root root 208320 Apr 26 18:10 google-api-services-drive-v2-rev393-1.25.0.jar
|
||||
-rw-rw-r-- 1 root root 357839 Apr 26 18:10 google-http-client-1.23.0.jar
|
||||
-rw-rw-r-- 1 root root 6675 Apr 26 18:10 google-http-client-jackson2-1.23.0.jar
|
||||
-rw-rw-r-- 1 root root 69925 May 6 13:53 google-oauth-client-1.31.5.jar
|
||||
-rw-rw-r-- 1 root root 7203079 Apr 26 18:10 groovy-all-2.4.21.jar
|
||||
-rw-rw-r-- 1 root root 2874025 May 6 13:53 guava-30.1.1-jre.jar
|
||||
-rw-rw-r-- 1 root root 2059438 Apr 26 18:10 guava-jdk5-17.0.jar
|
||||
-rw-rw-r-- 1 root root 2178179 Apr 26 18:10 h2-1.4.199.jar
|
||||
-rw-rw-r-- 1 root root 114165 Apr 26 18:10 HdrHistogram-2.1.9.jar
|
||||
-rw-rw-r-- 1 root root 75324 Apr 26 18:10 hibernate-commons-annotations-4.0.5.Final.jar
|
||||
-rw-rw-r-- 1 root root 5283651 Apr 26 18:10 hibernate-core-4.3.11.Final.jar
|
||||
-rw-rw-r-- 1 root root 648087 Apr 26 18:10 hibernate-entitymanager-4.3.11.Final.jar
|
||||
-rw-rw-r-- 1 root root 113371 Apr 26 18:10 hibernate-jpa-2.1-api-1.0.0.Final.jar
|
||||
-rw-rw-r-- 1 root root 1314982 May 11 10:03 hibernate-validator-7.0.1.Final.jar
|
||||
-rw-rw-r-- 1 root root 1159086 Apr 26 18:10 hppc-0.8.1.jar
|
||||
-rw-rw-r-- 1 root root 179964 Apr 26 18:10 httpasyncclient-4.1.4.jar
|
||||
-rw-rw-r-- 1 root root 780321 Apr 26 18:09 httpclient-4.5.13.jar
|
||||
-rw-rw-r-- 1 root root 326874 Apr 26 18:06 httpcore-4.4.11.jar
|
||||
-rw-rw-r-- 1 root root 367672 Apr 26 18:10 httpcore-nio-4.4.12.jar
|
||||
-rw-rw-r-- 1 root root 27893 Apr 26 18:08 imgscalr-lib-4.2.jar
|
||||
-rw-rw-r-- 1 root root 565410 Apr 26 18:09 ion-java-1.0.2.jar
|
||||
-rw-rw-r-- 1 root root 27156 Apr 26 18:09 istack-commons-runtime-3.0.8.jar
|
||||
-rw-rw-r-- 1 root root 8781 Apr 26 18:10 j2objc-annotations-1.3.jar
|
||||
-rw-rw-r-- 1 root root 75703 May 6 13:52 jackson-annotations-2.12.3.jar
|
||||
-rw-rw-r-- 1 root root 365220 May 6 13:52 jackson-core-2.12.3.jar
|
||||
-rw-rw-r-- 1 root root 1515756 May 6 13:52 jackson-databind-2.12.3.jar
|
||||
-rw-rw-r-- 1 root root 61481 May 6 13:52 jackson-dataformat-cbor-2.12.3.jar
|
||||
-rw-rw-r-- 1 root root 93877 May 6 13:53 jackson-dataformat-smile-2.12.3.jar
|
||||
-rw-rw-r-- 1 root root 51449 May 6 13:53 jackson-dataformat-yaml-2.12.3.jar
|
||||
-rw-rw-r-- 1 root root 2599683 Apr 26 18:09 jacorb-omgapi-3.9.jar
|
||||
-rw-rw-r-- 1 root root 65690 Apr 26 18:10 jakarta.activation-1.2.1.jar
|
||||
-rw-rw-r-- 1 root root 44399 Apr 26 18:09 jakarta.activation-api-1.2.1.jar
|
||||
-rw-rw-r-- 1 root root 92678 May 11 10:03 jakarta.validation-api-3.0.0.jar
|
||||
-rw-rw-r-- 1 root root 115498 Apr 26 18:09 jakarta.xml.bind-api-2.3.2.jar
|
||||
-rw-rw-r-- 1 root root 76551 Apr 26 18:10 jandex-1.1.0.Final.jar
|
||||
-rw-rw-r-- 1 root root 129265 Apr 26 18:11 jasypt-1.9.2.jar
|
||||
-rw-rw-r-- 1 root root 55807 May 10 10:01 jasypt-spring-boot-1.18.jar
|
||||
-rw-rw-r-- 1 root root 3636 May 10 10:01 jasypt-spring-boot-starter-1.18.jar
|
||||
-rw-rw-r-- 1 root root 362872 Apr 26 18:07 javaGeom-0.11.1.jar
|
||||
-rw-rw-r-- 1 root root 734815 Apr 26 18:10 javassist-3.21.0-GA.jar
|
||||
-rw-rw-r-- 1 root root 78030 Apr 26 18:09 javax.activation-1.2.0.jar
|
||||
-rw-rw-r-- 1 root root 56674 Apr 26 18:07 javax.activation-api-1.2.0.jar
|
||||
-rw-rw-r-- 1 root root 26586 Apr 26 18:07 javax.annotation-api-1.3.2.jar
|
||||
-rw-rw-r-- 1 root root 2497 Apr 26 18:07 javax.inject-1.jar
|
||||
-rw-rw-r-- 1 root root 27212 Apr 26 18:07 javax.jws-api-1.1.jar
|
||||
-rw-rw-r-- 1 root root 608084 Apr 26 18:10 javax.mail-1.5.6.jar
|
||||
-rw-rw-r-- 1 root root 204312 Apr 26 18:10 javax.mail-api-1.5.6.jar
|
||||
-rw-rw-r-- 1 root root 95806 Apr 26 18:10 javax.servlet-api-3.1.0.jar
|
||||
-rw-rw-r-- 1 root root 46111 Apr 26 18:07 javax.xml.soap-api-1.4.0.jar
|
||||
-rw-rw-r-- 1 root root 125632 Apr 26 18:07 jaxb-api-2.3.0.jar
|
||||
-rw-rw-r-- 1 root root 255502 Apr 26 18:07 jaxb-core-2.3.0.jar
|
||||
-rw-rw-r-- 1 root root 963660 Apr 26 18:07 jaxb-impl-2.3.0.jar
|
||||
-rw-rw-r-- 1 root root 1013367 Apr 26 18:09 jaxb-runtime-2.3.2.jar
|
||||
-rw-rw-r-- 1 root root 56615 Apr 26 18:07 jaxws-api-2.3.1.jar
|
||||
-rw-rw-r-- 1 root root 66469 Apr 26 18:10 jboss-logging-3.3.2.Final.jar
|
||||
-rw-rw-r-- 1 root root 11558 Apr 26 18:10 jboss-logging-annotations-1.2.0.Beta1.jar
|
||||
-rw-rw-r-- 1 root root 1071028 Apr 26 18:09 jboss-rmi-api_1.0_spec-1.0.6.Final.jar
|
||||
-rw-rw-r-- 1 root root 27717 Apr 26 18:10 jboss-transaction-api_1.2_spec-1.0.0.Final.jar
|
||||
-rw-rw-r-- 1 root root 16461 Apr 26 18:08 jcl-over-slf4j-1.7.26.jar
|
||||
-rw-rw-r-- 1 root root 1318372 Apr 26 18:10 jgraphx-v3.9.10.jar
|
||||
-rw-rw-r-- 1 root root 27588 May 10 10:00 jmespath-java-1.11.1015.jar
|
||||
-rw-rw-r-- 1 root root 885297 May 13 12:06 jna-4.5.1.jar
|
||||
-rw-rw-r-- 1 root root 634048 Apr 26 18:08 joda-time-2.9.9.jar
|
||||
-rw-rw-r-- 1 root root 34880 Apr 26 18:10 joda-time-hibernate-1.4.jar
|
||||
-rw-rw-r-- 1 root root 3414448 Apr 26 18:10 jogl-all-2.3.2.jar
|
||||
-rw-rw-r-- 1 root root 64488 Apr 26 18:10 jogl-all-2.3.2-natives-android-aarch64.jar
|
||||
-rw-rw-r-- 1 root root 62645 Apr 26 18:10 jogl-all-2.3.2-natives-android-armv6.jar
|
||||
-rw-rw-r-- 1 root root 224010 Apr 26 18:10 jogl-all-2.3.2-natives-linux-amd64.jar
|
||||
-rw-rw-r-- 1 root root 164852 Apr 26 18:10 jogl-all-2.3.2-natives-linux-armv6hf.jar
|
||||
-rw-rw-r-- 1 root root 161199 Apr 26 18:10 jogl-all-2.3.2-natives-linux-armv6.jar
|
||||
-rw-rw-r-- 1 root root 217274 Apr 26 18:10 jogl-all-2.3.2-natives-linux-i586.jar
|
||||
-rw-rw-r-- 1 root root 443876 Apr 26 18:10 jogl-all-2.3.2-natives-macosx-universal.jar
|
||||
-rw-rw-r-- 1 root root 220298 Apr 26 18:10 jogl-all-2.3.2-natives-solaris-amd64.jar
|
||||
-rw-rw-r-- 1 root root 161229 Apr 26 18:10 jogl-all-2.3.2-natives-solaris-i586.jar
|
||||
-rw-rw-r-- 1 root root 240721 Apr 26 18:10 jogl-all-2.3.2-natives-windows-amd64.jar
|
||||
-rw-rw-r-- 1 root root 209445 Apr 26 18:10 jogl-all-2.3.2-natives-windows-i586.jar
|
||||
-rw-rw-r-- 1 root root 345 Apr 26 18:10 jogl-all-main-2.3.2.jar
|
||||
-rw-rw-r-- 1 root root 78074 Apr 26 18:10 jopt-simple-5.0.2.jar
|
||||
-rw-rw-r-- 1 root root 249891 Apr 26 18:10 jose4j-0.5.5.jar
|
||||
-rw-rw-r-- 1 root root 23931 Apr 26 18:09 json-simple-1.1.1.jar
|
||||
-rw-rw-r-- 1 root root 19936 Apr 26 18:10 jsr305-3.0.2.jar
|
||||
-rw-rw-r-- 1 root root 4589 Apr 26 18:10 jul-to-slf4j-1.7.26.jar
|
||||
-rw-rw-r-- 1 root root 163814 May 10 10:00 keycloak-adapter-core-11.0.3.jar
|
||||
-rw-rw-r-- 1 root root 13239 May 10 10:00 keycloak-adapter-spi-11.0.3.jar
|
||||
-rw-rw-r-- 1 root root 73680 May 10 10:02 keycloak-authz-client-11.0.3.jar
|
||||
-rw-rw-r-- 1 root root 156763 May 10 10:00 keycloak-common-11.0.3.jar
|
||||
-rw-rw-r-- 1 root root 302112 May 10 10:00 keycloak-core-11.0.3.jar
|
||||
-rw-rw-r-- 1 root root 2427 May 10 10:02 keycloak-legacy-spring-boot-starter-11.0.3.jar
|
||||
-rw-rw-r-- 1 root root 10474 May 10 10:02 keycloak-spring-boot-adapter-11.0.3.jar
|
||||
-rw-rw-r-- 1 root root 17532 May 10 10:02 keycloak-spring-boot-adapter-core-11.0.3.jar
|
||||
-rw-rw-r-- 1 root root 59747 May 10 10:00 keycloak-spring-security-adapter-11.0.3.jar
|
||||
-rw-rw-r-- 1 root root 62747 May 13 12:06 lang-mustache-client-7.6.2.jar
|
||||
-rw-rw-r-- 1 root root 46978 May 14 13:29 ldap-connector-1.11.3.jar
|
||||
-rw-rw-r-- 1 root root 24059 Apr 26 18:10 license3j-1.0.7.jar
|
||||
-rw-rw-r-- 1 root root 3203857 Apr 26 18:10 liquibase-core-3.10.3.jar
|
||||
-rw-rw-r-- 1 root root 2199 Apr 26 18:10 listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
|
||||
-rw-rw-r-- 1 root root 481535 Apr 26 18:10 log4j-1.2.16.jar
|
||||
-rw-rw-r-- 1 root root 219001 May 13 12:06 log4j-api-2.7.jar
|
||||
-rw-rw-r-- 1 root root 23650 Apr 26 18:11 log4j-over-slf4j-1.7.26.jar
|
||||
-rw-rw-r-- 1 root root 290339 Apr 26 18:10 logback-classic-1.2.3.jar
|
||||
-rw-rw-r-- 1 root root 471901 Apr 26 18:10 logback-core-1.2.3.jar
|
||||
-rw-rw-r-- 1 root root 72150 Apr 26 18:11 logkit-1.0.1.jar
|
||||
-rw-rw-r-- 1 root root 1682324 May 13 12:06 lucene-analyzers-common-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 139407 May 13 12:06 lucene-backward-codecs-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 3300764 May 13 12:06 lucene-core-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 90762 May 13 12:06 lucene-grouping-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 209180 May 13 12:06 lucene-highlighter-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 148883 May 13 12:06 lucene-join-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 51876 May 13 12:06 lucene-memory-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 99020 May 13 12:06 lucene-misc-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 369837 May 13 12:06 lucene-queries-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 382134 May 13 12:06 lucene-queryparser-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 320676 May 13 12:06 lucene-sandbox-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 306841 May 13 12:06 lucene-spatial3d-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 14495 May 13 12:06 lucene-spatial-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 240314 May 13 12:06 lucene-spatial-extras-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 249478 May 13 12:06 lucene-suggest-8.4.0.jar
|
||||
-rw-rw-r-- 1 root root 88930 May 13 12:06 mapper-extras-client-7.6.2.jar
|
||||
-rw-rw-r-- 1 root root 19216 Apr 26 18:11 mapstruct-1.1.0.Final.jar
|
||||
-rw-rw-r-- 1 root root 630956 Apr 26 18:10 mchange-commons-java-0.2.19.jar
|
||||
-rw-rw-r-- 1 root root 6583 Apr 26 18:10 metrics-annotation-3.1.5.jar
|
||||
-rw-rw-r-- 1 root root 120465 Apr 26 18:10 metrics-core-3.1.5.jar
|
||||
-rw-rw-r-- 1 root root 21247 Apr 26 18:11 metrics-graphite-3.1.5.jar
|
||||
-rw-rw-r-- 1 root root 10168 Apr 26 18:10 metrics-healthchecks-3.1.5.jar
|
||||
-rw-rw-r-- 1 root root 15824 Apr 26 18:11 metrics-json-3.1.5.jar
|
||||
-rw-rw-r-- 1 root root 39283 Apr 26 18:11 metrics-jvm-3.1.5.jar
|
||||
-rw-rw-r-- 1 root root 8090 Apr 26 18:11 metrics-servlet-3.1.5.jar
|
||||
-rw-rw-r-- 1 root root 16571 Apr 26 18:11 metrics-servlets-3.1.5.jar
|
||||
-rw-rw-r-- 1 root root 124818 Apr 26 18:10 metrics-spring-3.1.3.jar
|
||||
-rw-rw-r-- 1 root root 63985 Apr 26 18:09 mimepull-1.9.7.jar
|
||||
-rw-rw-r-- 1 root root 23493 Apr 26 18:10 minimal-json-0.9.1.jar
|
||||
-rw-rw-r-- 1 root root 809076 Apr 26 18:10 mvel2-2.4.12.Final.jar
|
||||
-rw-rw-r-- 1 root root 1737471 Apr 26 18:10 mybatis-3.5.6.jar
|
||||
-rw-rw-r-- 1 root root 71487 Apr 26 18:09 neethi-3.0.3.jar
|
||||
-rw-rw-r-- 1 root root 230363 Apr 26 18:10 opencsv-5.4.jar
|
||||
-rw-rw-r-- 1 root root 82833 May 13 12:06 parent-join-client-7.6.2.jar
|
||||
-rw-rw-r-- 1 root root 1005347 May 6 13:53 postgresql-42.2.20.jar
|
||||
-rw-rw-r-- 1 root root 77036 May 13 12:06 rank-eval-client-7.6.2.jar
|
||||
-rw-rw-r-- 1 root root 130999 Apr 26 18:11 reflections-0.9.11.jar
|
||||
-rw-rw-r-- 1 root root 1315838 Apr 26 18:07 rhino-1.7.13.jar
|
||||
-rw-rw-r-- 1 root root 495333 Apr 26 18:09 saaj-impl-1.4.0-b03.jar
|
||||
-rw-rw-r-- 1 root root 77977 Apr 26 18:11 servlet-api-2.3.jar
|
||||
-rw-rw-r-- 1 root root 41139 Apr 26 18:07 slf4j-api-1.7.26.jar
|
||||
-rw-rw-r-- 1 root root 326914 May 6 13:53 snakeyaml-1.28.jar
|
||||
-rw-rw-r-- 1 root root 379779 May 6 13:52 spring-aop-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 764597 May 6 13:52 spring-beans-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 682225 Apr 26 18:10 spring-boot-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 1074396 Apr 26 18:10 spring-boot-autoconfigure-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 138108 May 10 10:02 spring-boot-legacy-container-bundle-11.0.3.jar
|
||||
-rw-rw-r-- 1 root root 2295 Apr 26 18:10 spring-boot-starter-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 2327 Apr 26 18:10 spring-boot-starter-freemarker-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 2315 Apr 26 18:10 spring-boot-starter-logging-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 2298 Apr 26 18:10 spring-boot-starter-tomcat-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 2351 Apr 26 18:10 spring-boot-starter-web-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 1143768 May 6 13:52 spring-context-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 187654 May 6 13:52 spring-context-support-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 1131329 May 6 13:52 spring-core-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 811777 Apr 26 18:10 spring-data-commons-1.13.23.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 313833 Apr 26 18:10 spring-data-jpa-1.11.23.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 275985 May 6 13:52 spring-expression-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 107147 Apr 26 18:11 springfox-core-2.7.0.jar
|
||||
-rw-rw-r-- 1 root root 73756 Apr 26 18:11 springfox-schema-2.7.0.jar
|
||||
-rw-rw-r-- 1 root root 50215 Apr 26 18:11 springfox-spi-2.7.0.jar
|
||||
-rw-rw-r-- 1 root root 174598 Apr 26 18:11 springfox-spring-web-2.7.0.jar
|
||||
-rw-rw-r-- 1 root root 61828 Apr 26 18:11 springfox-swagger2-2.7.0.jar
|
||||
-rw-rw-r-- 1 root root 87082 Apr 26 18:11 springfox-swagger-common-2.7.0.jar
|
||||
-rw-rw-r-- 1 root root 2717820 Apr 26 18:11 springfox-swagger-ui-2.10.5.jar
|
||||
-rw-rw-r-- 1 root root 431446 May 6 13:52 spring-jdbc-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 378219 Apr 26 18:10 spring-ldap-core-2.3.2.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 10842 Apr 26 18:10 spring-ldap-core-tiger-2.3.2.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 478520 May 6 13:52 spring-orm-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 19896 Apr 26 18:11 spring-plugin-core-1.2.0.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 5145 Apr 26 18:11 spring-plugin-metadata-1.2.0.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 589450 May 6 13:53 spring-security-config-4.2.20.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 419631 May 6 13:53 spring-security-core-4.2.20.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 71872 May 6 13:53 spring-security-crypto-4.2.20.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 20626 Apr 26 18:11 spring-security-kerberos-core-1.0.1.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 7060 Apr 26 18:11 spring-security-kerberos-web-1.0.1.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 113695 May 6 13:53 spring-security-ldap-4.2.20.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 502982 May 6 13:53 spring-security-oauth2-2.5.1.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 388846 May 6 13:53 spring-security-web-4.2.20.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 268565 May 6 13:52 spring-tx-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 830932 May 6 13:53 spring-web-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 922785 May 6 13:53 spring-webmvc-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 root root 161867 Apr 26 18:09 stax2-api-3.1.4.jar
|
||||
-rw-rw-r-- 1 root root 38475 May 6 13:52 stax-ex-2.0.1.jar
|
||||
-rw-rw-r-- 1 root root 148627 Apr 26 18:09 stringtemplate-3.2.1.jar
|
||||
-rw-rw-r-- 1 root root 20654 Apr 26 18:11 swagger-annotations-1.5.13.jar
|
||||
-rw-rw-r-- 1 root root 143308 Apr 26 18:11 swagger-models-1.5.13.jar
|
||||
-rw-rw-r-- 1 root root 51208 Apr 26 18:10 t-digest-3.2.jar
|
||||
-rw-rw-r-- 1 root root 12370 Apr 26 18:10 tomcat-annotations-api-8.5.43.jar
|
||||
-rw-rw-r-- 1 root root 3320829 May 6 13:53 tomcat-embed-core-8.5.65.jar
|
||||
-rw-rw-r-- 1 root root 246244 Apr 26 18:10 tomcat-embed-el-8.5.43.jar
|
||||
-rw-rw-r-- 1 root root 262482 May 6 13:53 tomcat-embed-websocket-8.5.65.jar
|
||||
-rw-rw-r-- 1 root root 72080 Apr 26 18:09 txw2-2.3.2.jar
|
||||
-rw-rw-r-- 1 root root 512742 Apr 26 18:09 woodstox-core-5.0.3.jar
|
||||
-rw-rw-r-- 1 root root 486013 Apr 26 18:09 woodstox-core-asl-4.4.1.jar
|
||||
-rw-rw-r-- 1 root root 186758 Apr 26 18:09 wsdl4j-1.6.3.jar
|
||||
-rw-rw-r-- 1 root root 84091 Apr 26 18:09 xml-resolver-1.2.jar
|
||||
-rw-rw-r-- 1 root root 173293 Apr 26 18:09 xmlschema-core-2.2.5.jar
|
332
research/activiti-app-1.11.4.libs
Normal file
332
research/activiti-app-1.11.4.libs
Normal file
@@ -0,0 +1,332 @@
|
||||
total 270168
|
||||
-rw-rw-r-- 1 alfresco alfresco 62983 Jun 29 14:50 activation-1.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 42292 Jul 12 14:52 activiti-app-alfresco-cloud-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 9626 Jul 12 14:52 activiti-app-box-cloud-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 192470 Jul 12 14:52 activiti-app-data-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 2672397 Jul 12 14:52 activiti-app-logic-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 279472 Jul 12 14:52 activiti-app-model-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 310345 Jul 12 14:52 activiti-app-rest-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 199397 Jun 29 14:48 activiti-bpmn-converter-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 20291 Jun 29 14:51 activiti-bpmn-layout-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 100850 Jun 29 14:47 activiti-bpmn-model-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 5923 Jul 12 14:52 activiti-cipher-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 14386 Jun 29 14:51 activiti-common-rest-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 104931 Jul 12 14:52 activiti-dmn-engine-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 19724 Jul 12 14:52 activiti-dmn-model-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 38194 Jul 12 14:52 activiti-dmn-xml-converter-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1957369 Jun 29 14:50 activiti-engine-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 70590 Jun 29 14:48 activiti-image-generator-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 56629 Jun 29 14:50 activiti-process-validation-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 357948 Jun 29 14:51 activiti-rest-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 17872 Jun 29 14:51 activiti-secure-javascript-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 5795 Jun 29 14:51 activiti-secure-service-tasks-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 3531 Jun 29 14:51 activiti-secure-tasks-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 121052 Jun 29 14:51 activiti-simple-workflow-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 38527 Jun 29 14:51 activiti-spring-5.23.0.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 60623 Jun 29 14:51 aggs-matrix-stats-client-7.6.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 49672 Jun 29 14:50 alfresco-opencmis-extension-2.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 445288 Jun 29 14:50 antlr-2.7.7.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 167735 Jun 29 14:50 antlr-runtime-3.5.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 4467 Jun 29 14:47 aopalliance-1.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 318120 Jun 29 14:51 aoservices-2.12.7.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 121772 Jun 29 14:51 asm-8.0.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 121375 Jun 29 14:50 aspectjrt-1.8.14.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1883190 Jun 29 14:51 aspectjweaver-1.8.14.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 7965980 Jun 29 14:50 aspose-cells-21.6.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 3531902 Jun 29 14:50 aspose-diagram-21.6-jdk16.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 74217322 Jun 29 14:50 aspose-pdf-21.6.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 31939235 Jun 29 14:50 aspose-slides-21.6-jdk16.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 25080 Jul 12 14:52 aspose-transformation-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 15918748 Jun 29 14:50 aspose-words-21.6-jdk17.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 3118121 Jun 29 14:50 aspose-words-21.6-shaping-harfbuzz-plugin.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 63966 Jun 29 14:53 avalon-framework-4.1.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1020633 Jun 29 14:50 aws-java-sdk-core-1.12.13.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 628014 Jun 29 14:50 aws-java-sdk-kms-1.12.13.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1248663 Jun 29 14:50 aws-java-sdk-s3-1.12.13.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 340185 Jun 29 14:50 bcpg-jdk15on-1.68.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 887800 Jun 29 14:50 bcpkix-jdk15on-1.68.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 5961178 Jun 29 14:50 bcprov-jdk15on-1.68.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 437978 Jun 29 14:50 box-java-sdk-2.54.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 2795939 Jun 29 14:51 byte-buddy-1.6.14.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 501445 Jun 29 14:50 c3p0-0.9.5.5.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 214381 Jun 29 14:53 checker-qual-3.5.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 40297 Jun 29 14:50 chemistry-opencmis-client-api-1.1.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 361107 Jun 29 14:50 chemistry-opencmis-client-bindings-1.1.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 207818 Jun 29 14:50 chemistry-opencmis-client-impl-1.1.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 139538 Jun 29 14:50 chemistry-opencmis-commons-api-1.1.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 661048 Jun 29 14:50 chemistry-opencmis-commons-impl-1.1.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 410368 Jun 29 14:50 chemistry-opencmis-server-bindings-1.0.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 356221 Jun 29 14:50 chemistry-opencmis-server-support-1.0.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 65100 Jun 29 14:50 classmate-1.3.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 246918 Jun 29 14:51 commons-beanutils-1.9.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 353793 Jun 29 14:50 commons-codec-1.15.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 588337 Jun 29 14:46 commons-collections-3.2.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 751914 Jun 29 14:51 commons-collections4-4.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 160519 Jun 29 14:51 commons-dbcp-1.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 196768 Jun 29 14:51 commons-digester-2.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 54495 Jun 29 14:50 commons-email-1.5.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 70604 Jun 29 14:51 commons-fileupload-1.3.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 308650 Jun 29 14:50 commons-httpclient-3.1-HTTPCLIENT-1265.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 285424 Jun 29 14:46 commons-io-2.8.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 412739 Jun 29 14:47 commons-lang3-3.3.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 52915 Jun 29 14:53 commons-logging-1.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 988514 Jun 29 14:51 commons-math-2.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 111119 Jun 29 14:50 commons-pool-1.6.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 216211 Jun 29 14:46 commons-text-1.9.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 189675 Jun 29 14:51 commons-validator-1.7.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 100892 Jun 29 14:51 compiler-0.9.6.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 4350 Jul 12 14:52 content-storage-api-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 10571 Jul 12 14:52 content-storage-fs-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 5942 Jul 12 14:52 content-storage-s3-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1422487 Jun 29 14:51 cxf-core-3.3.8.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 182694 Jun 29 14:51 cxf-rt-bindings-soap-3.3.8.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 38657 Jun 29 14:51 cxf-rt-bindings-xml-3.3.8.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 106676 Jun 29 14:51 cxf-rt-databinding-jaxb-3.3.8.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 346713 Jun 29 14:51 cxf-rt-frontend-jaxws-3.3.8.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 104300 Jun 29 14:51 cxf-rt-frontend-simple-3.3.8.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 383130 Jun 29 14:51 cxf-rt-transports-http-3.3.8.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 75975 Jun 29 14:51 cxf-rt-ws-addr-3.3.8.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 174105 Jun 29 14:51 cxf-rt-wsdl-3.3.8.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 214807 Jun 29 14:50 cxf-rt-ws-policy-3.4.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 323630 Jun 29 14:50 dom4j-2.1.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 229563 Jul 12 14:52 editor-bpmn-json-converter-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 10112 Jul 12 14:52 editor-dmn-json-converter-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 3904 Jul 12 14:52 editor-image-generator-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 11826130 Jun 29 14:51 elasticsearch-7.6.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 17131 Jun 29 14:51 elasticsearch-cli-7.6.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 44668 Jun 29 14:51 elasticsearch-core-7.6.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 45023 Jun 29 14:51 elasticsearch-geo-7.6.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 63598 Jun 29 14:51 elasticsearch-rest-client-7.6.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1472685 Jun 29 14:51 elasticsearch-rest-high-level-client-7.6.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 10958 Jun 29 14:51 elasticsearch-secure-sm-7.6.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 132466 Jun 29 14:51 elasticsearch-x-content-7.6.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 37931 Jun 29 14:51 encoder-1.2.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 13854 Jun 29 14:51 error_prone_annotations-2.5.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 4617 Jun 29 14:51 failureaccess-1.0.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 317195 Jun 29 14:51 FastInfoset-1.2.16.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1524587 Jun 29 14:51 freemarker-2.3.28.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 16030 Jun 29 14:50 geronimo-jta_1.1_spec-1.1.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 15572 Jun 29 14:51 geronimo-ws-metadata_2.0_spec-1.1.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1368223 Jun 29 14:47 glassfish-corba-omgapi-4.1.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 345605 Jun 29 14:50 gluegen-rt-2.3.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 3347 Jun 29 14:50 gluegen-rt-2.3.2-natives-android-aarch64.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 7218 Jun 29 14:50 gluegen-rt-2.3.2-natives-android-armv6.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 4149 Jun 29 14:50 gluegen-rt-2.3.2-natives-linux-amd64.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 3050 Jun 29 14:50 gluegen-rt-2.3.2-natives-linux-armv6hf.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 3042 Jun 29 14:50 gluegen-rt-2.3.2-natives-linux-armv6.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 4130 Jun 29 14:50 gluegen-rt-2.3.2-natives-linux-i586.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 5076 Jun 29 14:50 gluegen-rt-2.3.2-natives-macosx-universal.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 4640 Jun 29 14:50 gluegen-rt-2.3.2-natives-solaris-amd64.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 3949 Jun 29 14:50 gluegen-rt-2.3.2-natives-solaris-i586.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 8159 Jun 29 14:50 gluegen-rt-2.3.2-natives-windows-amd64.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 7577 Jun 29 14:50 gluegen-rt-2.3.2-natives-windows-i586.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 345 Jun 29 14:50 gluegen-rt-main-2.3.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 295202 Jun 29 14:51 google-api-client-1.32.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 208320 Jun 29 14:51 google-api-services-drive-v2-rev393-1.25.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 288639 Jun 29 14:51 google-http-client-1.39.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 10400 Jun 29 14:51 google-http-client-apache-v2-1.39.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 10301 Jun 29 14:51 google-http-client-gson-1.39.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 8492 Jun 29 14:51 google-http-client-jackson2-1.32.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 69925 Jun 29 14:51 google-oauth-client-1.31.5.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 7203079 Jun 29 14:51 groovy-all-2.4.21.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 30073 Jun 29 14:51 grpc-context-1.27.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 241622 Jun 29 14:51 gson-2.8.5.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 2874025 Jun 29 14:51 guava-30.1.1-jre.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 2178179 Jun 29 14:50 h2-1.4.199.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 114165 Jun 29 14:51 HdrHistogram-2.1.9.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 75324 Jun 29 14:50 hibernate-commons-annotations-4.0.5.Final.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 5283651 Jun 29 14:50 hibernate-core-4.3.11.Final.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 648087 Jun 29 14:50 hibernate-entitymanager-4.3.11.Final.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 113371 Jun 29 14:50 hibernate-jpa-2.1-api-1.0.0.Final.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1314982 Jun 29 14:50 hibernate-validator-7.0.1.Final.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1159086 Jun 29 14:51 hppc-0.8.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 179964 Jun 29 14:51 httpasyncclient-4.1.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 780321 Jun 29 14:46 httpclient-4.5.13.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 326874 Jun 29 14:50 httpcore-4.4.11.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 367672 Jun 29 14:51 httpcore-nio-4.4.12.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 27893 Jun 29 14:48 imgscalr-lib-4.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 565410 Jun 29 14:50 ion-java-1.0.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 27156 Jun 29 14:51 istack-commons-runtime-3.0.8.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 8781 Jun 29 14:51 j2objc-annotations-1.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 75703 Jun 29 14:47 jackson-annotations-2.12.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 365220 Jun 29 14:47 jackson-core-2.12.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1515756 Jun 29 14:47 jackson-databind-2.12.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 61481 Jun 29 14:50 jackson-dataformat-cbor-2.12.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 93877 Jun 29 14:51 jackson-dataformat-smile-2.12.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 51449 Jun 29 14:51 jackson-dataformat-yaml-2.12.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 2599683 Jun 29 14:51 jacorb-omgapi-3.9.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 65690 Jun 29 14:51 jakarta.activation-1.2.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 46613 Jun 29 14:50 jakarta.activation-api-1.2.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 25058 Jun 29 14:50 jakarta.annotation-api-1.3.5.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 15558 Jun 29 14:50 jakarta.jws-api-2.1.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 92678 Jun 29 14:50 jakarta.validation-api-3.0.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 115498 Jun 29 14:51 jakarta.xml.bind-api-2.3.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 36922 Jun 29 14:50 jakarta.xml.soap-api-1.4.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 57697 Jun 29 14:50 jakarta.xml.ws-api-2.3.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 76551 Jun 29 14:50 jandex-1.1.0.Final.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 129265 Jun 29 14:52 jasypt-1.9.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 55807 Jun 29 14:52 jasypt-spring-boot-1.18.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 3636 Jun 29 14:52 jasypt-spring-boot-starter-1.18.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 362872 Jun 29 14:47 javaGeom-0.11.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 734815 Jun 29 14:50 javassist-3.21.0-GA.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 78030 Jun 29 14:51 javax.activation-1.2.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 56674 Jun 29 14:47 javax.activation-api-1.2.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 26586 Jun 29 14:47 javax.annotation-api-1.3.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 2497 Jun 29 14:46 javax.inject-1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 27212 Jun 29 14:47 javax.jws-api-1.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 608084 Jun 29 14:50 javax.mail-1.5.6.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 204312 Jun 29 14:51 javax.mail-api-1.5.6.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 95806 Jun 29 14:51 javax.servlet-api-3.1.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 46111 Jun 29 14:47 javax.xml.soap-api-1.4.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 125632 Jun 29 14:47 jaxb-api-2.3.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 255502 Jun 29 14:47 jaxb-core-2.3.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 963660 Jun 29 14:47 jaxb-impl-2.3.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1013367 Jun 29 14:51 jaxb-runtime-2.3.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 56615 Jun 29 14:47 jaxws-api-2.3.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 66469 Jun 29 14:50 jboss-logging-3.3.2.Final.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 11558 Jun 29 14:50 jboss-logging-annotations-1.2.0.Beta1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1071028 Jun 29 14:50 jboss-rmi-api_1.0_spec-1.0.6.Final.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 27717 Jun 29 14:50 jboss-transaction-api_1.2_spec-1.0.0.Final.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 16461 Jun 29 14:48 jcl-over-slf4j-1.7.26.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1318372 Jun 29 14:51 jgraphx-v3.9.10.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 27585 Jun 29 14:50 jmespath-java-1.12.13.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 885297 Jun 29 14:51 jna-4.5.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 634048 Jun 29 14:48 joda-time-2.9.9.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 34880 Jun 29 14:50 joda-time-hibernate-1.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 3414448 Jun 29 14:50 jogl-all-2.3.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 64488 Jun 29 14:50 jogl-all-2.3.2-natives-android-aarch64.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 62645 Jun 29 14:50 jogl-all-2.3.2-natives-android-armv6.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 224010 Jun 29 14:50 jogl-all-2.3.2-natives-linux-amd64.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 164852 Jun 29 14:50 jogl-all-2.3.2-natives-linux-armv6hf.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 161199 Jun 29 14:50 jogl-all-2.3.2-natives-linux-armv6.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 217274 Jun 29 14:50 jogl-all-2.3.2-natives-linux-i586.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 443876 Jun 29 14:50 jogl-all-2.3.2-natives-macosx-universal.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 220298 Jun 29 14:50 jogl-all-2.3.2-natives-solaris-amd64.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 161229 Jun 29 14:50 jogl-all-2.3.2-natives-solaris-i586.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 240721 Jun 29 14:50 jogl-all-2.3.2-natives-windows-amd64.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 209445 Jun 29 14:50 jogl-all-2.3.2-natives-windows-i586.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 345 Jun 29 14:50 jogl-all-main-2.3.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 78074 Jun 29 14:51 jopt-simple-5.0.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 249891 Jun 29 14:50 jose4j-0.5.5.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 23931 Jun 29 14:50 json-simple-1.1.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 19936 Jun 29 14:47 jsr305-3.0.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 4589 Jun 29 14:51 jul-to-slf4j-1.7.26.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 163814 Jun 29 14:51 keycloak-adapter-core-11.0.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 13239 Jun 29 14:51 keycloak-adapter-spi-11.0.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 73680 Jun 29 14:53 keycloak-authz-client-11.0.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 156763 Jun 29 14:51 keycloak-common-11.0.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 302112 Jun 29 14:51 keycloak-core-11.0.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 2427 Jun 29 14:53 keycloak-legacy-spring-boot-starter-11.0.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 10474 Jun 29 14:53 keycloak-spring-boot-adapter-11.0.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 17532 Jun 29 14:53 keycloak-spring-boot-adapter-core-11.0.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 59747 Jun 29 14:51 keycloak-spring-security-adapter-11.0.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 62747 Jun 29 14:51 lang-mustache-client-7.6.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 46977 Jul 12 14:52 ldap-connector-1.11.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 24059 Jun 29 14:50 license3j-1.0.7.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 3203857 Jun 29 14:50 liquibase-core-3.10.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 2199 Jun 29 14:51 listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 219001 Jun 29 14:51 log4j-api-2.7.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 23650 Jun 29 14:53 log4j-over-slf4j-1.7.26.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 290339 Jun 29 14:50 logback-classic-1.2.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 471901 Jun 29 14:50 logback-core-1.2.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 72150 Jun 29 14:53 logkit-1.0.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1682324 Jun 29 14:51 lucene-analyzers-common-8.4.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 139407 Jun 29 14:51 lucene-backward-codecs-8.4.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 3300764 Jun 29 14:51 lucene-core-8.4.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 90762 Jun 29 14:51 lucene-grouping-8.4.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 209180 Jun 29 14:51 lucene-highlighter-8.4.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 148883 Jun 29 14:51 lucene-join-8.4.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 51876 Jun 29 14:51 lucene-memory-8.4.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 99020 Jun 29 14:51 lucene-misc-8.4.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 369837 Jun 29 14:51 lucene-queries-8.4.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 382134 Jun 29 14:51 lucene-queryparser-8.4.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 320676 Jun 29 14:51 lucene-sandbox-8.4.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 306841 Jun 29 14:51 lucene-spatial3d-8.4.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 14495 Jun 29 14:51 lucene-spatial-8.4.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 240314 Jun 29 14:51 lucene-spatial-extras-8.4.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 249478 Jun 29 14:51 lucene-suggest-8.4.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 88930 Jun 29 14:51 mapper-extras-client-7.6.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 19216 Jun 29 14:51 mapstruct-1.1.0.Final.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 630956 Jun 29 14:50 mchange-commons-java-0.2.19.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 6583 Jun 29 14:51 metrics-annotation-3.1.5.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 120465 Jun 29 14:51 metrics-core-3.1.5.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 21247 Jun 29 14:51 metrics-graphite-3.1.5.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 10168 Jun 29 14:51 metrics-healthchecks-3.1.5.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 15824 Jun 29 14:51 metrics-json-3.1.5.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 39283 Jun 29 14:51 metrics-jvm-3.1.5.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 8090 Jun 29 14:51 metrics-servlet-3.1.5.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 16571 Jun 29 14:51 metrics-servlets-3.1.5.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 124818 Jun 29 14:51 metrics-spring-3.1.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 63985 Jun 29 14:51 mimepull-1.9.7.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 23493 Jun 29 14:50 minimal-json-0.9.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 809076 Jun 29 14:50 mvel2-2.4.12.Final.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1737471 Jun 29 14:50 mybatis-3.5.6.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 74282 Jun 29 14:50 neethi-3.1.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 351661 Jun 29 14:51 opencensus-api-0.28.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 23412 Jun 29 14:51 opencensus-contrib-http-util-0.28.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 230363 Jun 29 14:51 opencsv-5.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 82833 Jun 29 14:51 parent-join-client-7.6.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1005173 Jun 29 14:53 postgresql-42.2.22.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 77036 Jun 29 14:51 rank-eval-client-7.6.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 130999 Jun 29 14:51 reflections-0.9.11.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1315838 Jun 29 14:47 rhino-1.7.13.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 495333 Jun 29 14:51 saaj-impl-1.4.0-b03.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 77977 Jun 29 14:53 servlet-api-2.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 41139 Jun 29 14:47 slf4j-api-1.7.26.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 329836 Jun 29 14:51 snakeyaml-1.29.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 379779 Jun 29 14:50 spring-aop-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 764597 Jun 29 14:50 spring-beans-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 682225 Jun 29 14:51 spring-boot-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1074396 Jun 29 14:51 spring-boot-autoconfigure-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 138108 Jun 29 14:53 spring-boot-legacy-container-bundle-11.0.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 2295 Jun 29 14:51 spring-boot-starter-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 2327 Jun 29 14:51 spring-boot-starter-freemarker-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 2315 Jun 29 14:51 spring-boot-starter-logging-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 2298 Jun 29 14:51 spring-boot-starter-tomcat-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 2351 Jun 29 14:51 spring-boot-starter-web-1.5.22.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1143768 Jun 29 14:50 spring-context-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 187654 Jun 29 14:50 spring-context-support-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 1131329 Jun 29 14:50 spring-core-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 811777 Jun 29 14:50 spring-data-commons-1.13.23.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 313833 Jun 29 14:50 spring-data-jpa-1.11.23.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 275985 Jun 29 14:50 spring-expression-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 107147 Jun 29 14:51 springfox-core-2.7.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 73756 Jun 29 14:51 springfox-schema-2.7.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 50215 Jun 29 14:51 springfox-spi-2.7.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 174598 Jun 29 14:51 springfox-spring-web-2.7.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 61828 Jun 29 14:51 springfox-swagger2-2.7.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 87082 Jun 29 14:51 springfox-swagger-common-2.7.0.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 2717820 Jun 29 14:53 springfox-swagger-ui-2.10.5.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 431446 Jun 29 14:50 spring-jdbc-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 378219 Jun 29 14:50 spring-ldap-core-2.3.2.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 10842 Jun 29 14:50 spring-ldap-core-tiger-2.3.2.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 478520 Jun 29 14:50 spring-orm-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 19896 Jun 29 14:51 spring-plugin-core-1.2.0.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 5145 Jun 29 14:51 spring-plugin-metadata-1.2.0.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 589450 Jun 29 14:50 spring-security-config-4.2.20.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 419631 Jun 29 14:50 spring-security-core-4.2.20.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 71872 Jun 29 14:51 spring-security-crypto-4.2.20.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 20626 Jun 29 14:53 spring-security-kerberos-core-1.0.1.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 7060 Jun 29 14:53 spring-security-kerberos-web-1.0.1.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 113695 Jun 29 14:50 spring-security-ldap-4.2.20.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 502982 Jun 29 14:53 spring-security-oauth2-2.5.1.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 388846 Jun 29 14:51 spring-security-web-4.2.20.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 268565 Jun 29 14:50 spring-tx-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 830932 Jun 29 14:51 spring-web-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 922785 Jun 29 14:51 spring-webmvc-4.3.30.RELEASE.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 161867 Jun 29 14:50 stax2-api-3.1.4.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 38475 Jun 29 14:50 stax-ex-2.0.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 148627 Jun 29 14:50 stringtemplate-3.2.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 20654 Jun 29 14:51 swagger-annotations-1.5.13.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 143308 Jun 29 14:51 swagger-models-1.5.13.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 51208 Jun 29 14:51 t-digest-3.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 12370 Jun 29 14:51 tomcat-annotations-api-8.5.43.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 3332834 Jun 29 14:51 tomcat-embed-core-8.5.68.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 246244 Jun 29 14:51 tomcat-embed-el-8.5.43.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 270541 Jun 29 14:51 tomcat-embed-websocket-8.5.68.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 72080 Jun 29 14:51 txw2-2.3.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 512742 Jun 29 14:51 woodstox-core-5.0.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 486013 Jun 29 14:50 woodstox-core-asl-4.4.1.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 186758 Jun 29 14:50 wsdl4j-1.6.3.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 84091 Jun 29 14:50 xml-resolver-1.2.jar
|
||||
-rw-rw-r-- 1 alfresco alfresco 173293 Jun 29 14:50 xmlschema-core-2.2.5.jar
|
386
research/activiti-app-2.0.0.libs
Normal file
386
research/activiti-app-2.0.0.libs
Normal file
@@ -0,0 +1,386 @@
|
||||
total 294600
|
||||
-rw-r--r-- 1 alfresco alfresco 62983 Apr 25 13:09 activation-1.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 7993 Jul 14 10:23 activiti-api-model-shared-7.1.0-M14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 11781 Jul 14 10:23 activiti-api-runtime-shared-7.1.0-M14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 42253 Jul 14 10:44 activiti-app-alfresco-cloud-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 9622 Jul 14 10:44 activiti-app-box-cloud-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 194895 Jul 14 10:44 activiti-app-data-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 2673032 Jul 14 10:44 activiti-app-logic-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 279486 Jul 14 10:44 activiti-app-model-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 312693 Jul 14 10:44 activiti-app-rest-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 220144 Jul 14 10:23 activiti-bpmn-converter-7.1.0-M14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 19245 Jul 14 10:23 activiti-bpmn-layout-7.1.0-M14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 107575 Jul 14 10:23 activiti-bpmn-model-7.1.0-M14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 5902 Jul 14 10:44 activiti-cipher-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 105233 Jul 14 10:44 activiti-dmn-engine-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 19718 Jul 14 10:44 activiti-dmn-model-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 38170 Jul 14 10:44 activiti-dmn-xml-converter-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1963134 Jul 14 10:23 activiti-engine-7.1.0-M14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 72397 Jul 14 10:44 activiti-engine-cluster-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 312128 Jul 14 10:44 activiti-engine-rest-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 14486 Jul 14 10:23 activiti-expression-language-7.1.0-M14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 78511 Jul 14 10:23 activiti-image-generator-7.1.0-M14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 56672 Jul 14 10:23 activiti-process-validation-7.1.0-M14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 3074 Jul 14 10:23 activiti-project-model-7.1.0-M14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 22527 Jul 14 10:44 activiti-secure-service-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 38408 Jul 14 10:23 activiti-spring-7.1.0-M14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 5682 Jul 14 10:23 activiti-spring-project-7.1.0-M14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 65561 Jun 15 14:07 aggs-matrix-stats-client-7.13.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 20423 Jul 14 10:23 alfresco-activiti-engine-7.1.0-M14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 49672 Apr 25 13:11 alfresco-opencmis-extension-2.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 655388 May 27 11:32 amqp-client-5.12.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 2276652 May 27 11:32 ant-1.10.9.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 12276 May 27 11:32 ant-antlr-1.10.9.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 141858 May 27 11:32 ant-junit-1.10.9.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 18878 May 27 11:32 ant-launcher-1.10.9.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 445288 Apr 25 13:09 antlr-2.7.7.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 167735 Apr 25 13:11 antlr-runtime-3.5.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 318120 Jun 9 10:16 aoservices-2.12.7.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 2387 Apr 25 13:09 apiguardian-api-1.1.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 121790 Apr 25 13:09 asm-9.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 121746 Apr 25 13:09 aspectjrt-1.9.6.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 2051606 Apr 25 13:11 aspectjweaver-1.9.6.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 7965980 Jun 24 14:04 aspose-cells-21.6.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 3531902 Jun 24 14:04 aspose-diagram-21.6-jdk16.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 74217322 Jun 24 14:04 aspose-pdf-21.6.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 31939235 Jun 24 14:04 aspose-slides-21.6-jdk16.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 25065 Jul 14 10:44 aspose-transformation-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 15918748 Jun 24 14:04 aspose-words-21.6-jdk17.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 3118121 Jun 24 14:04 aspose-words-21.6-shaping-harfbuzz-plugin.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 63966 Apr 25 13:13 avalon-framework-4.1.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1020633 Jun 25 22:27 aws-java-sdk-core-1.12.13.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 628014 Jun 25 22:27 aws-java-sdk-kms-1.12.13.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1248663 Jun 25 22:27 aws-java-sdk-s3-1.12.13.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 424624 May 4 13:15 batik-awt-util-1.14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 8433 May 4 13:15 batik-constants-1.14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 330318 May 4 13:15 batik-css-1.14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 184487 May 4 13:15 batik-dom-1.14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 10238 May 4 13:15 batik-ext-1.14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 11466 May 4 13:15 batik-i18n-1.14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 6663 May 4 13:15 batik-shared-resources-1.14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 227514 May 4 13:15 batik-svggen-1.14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 127477 May 4 13:15 batik-util-1.14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 33866 May 4 13:15 batik-xml-1.14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 341359 Jun 14 09:10 bcpg-jdk15on-1.69.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 909020 Jun 14 09:11 bcpkix-jdk15on-1.69.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 5743920 Jun 14 09:10 bcprov-jdk15on-1.69.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 359496 Jun 14 09:11 bcutil-jdk15on-1.69.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 437978 Apr 28 09:23 box-java-sdk-2.54.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 3510658 Apr 25 13:09 byte-buddy-1.10.22.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 501445 Apr 25 13:11 c3p0-0.9.5.5.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 214381 Apr 25 13:13 checker-qual-3.5.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 40297 Apr 25 13:11 chemistry-opencmis-client-api-1.1.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 361107 Apr 25 13:11 chemistry-opencmis-client-bindings-1.1.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 207818 Apr 25 13:11 chemistry-opencmis-client-impl-1.1.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 139538 Apr 25 13:11 chemistry-opencmis-commons-api-1.1.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 661048 Apr 25 13:11 chemistry-opencmis-commons-impl-1.1.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 410368 Apr 25 13:11 chemistry-opencmis-server-bindings-1.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 356221 Apr 25 13:11 chemistry-opencmis-server-support-1.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 504676 Apr 25 13:12 classgraph-4.8.83.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 67815 Apr 25 13:09 classmate-1.5.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 246918 Apr 25 13:11 commons-beanutils-1.9.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 353793 Apr 25 13:09 commons-codec-1.15.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 588337 Apr 25 13:04 commons-collections-3.2.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 751914 Apr 25 13:11 commons-collections4-4.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 196768 Apr 25 13:11 commons-digester-2.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 54495 Apr 25 13:09 commons-email-1.5.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 72446 Apr 25 13:09 commons-fileupload-1.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 308650 Apr 25 13:11 commons-httpclient-3.1-HTTPCLIENT-1265.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 325983 Jun 15 08:55 commons-io-2.10.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 587402 Apr 25 13:09 commons-lang3-3.12.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 52915 Apr 25 13:13 commons-logging-1.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 988514 Apr 25 13:11 commons-math-2.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 111119 Apr 25 13:11 commons-pool-1.6.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 216211 Apr 25 13:11 commons-text-1.9.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 189675 Apr 25 13:11 commons-validator-1.7.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 100892 Apr 25 13:11 compiler-0.9.6.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 4345 Jul 14 10:44 content-storage-api-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 10548 Jul 14 10:44 content-storage-fs-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 5901 Jul 14 10:44 content-storage-s3-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1433763 Jun 28 10:52 cxf-core-3.4.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 182531 Jun 28 10:52 cxf-rt-bindings-soap-3.4.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 38491 Jun 28 10:52 cxf-rt-bindings-xml-3.4.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 115626 Jun 28 10:52 cxf-rt-databinding-jaxb-3.4.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 371716 Jun 28 10:52 cxf-rt-frontend-jaxws-3.4.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 107670 Jun 28 10:52 cxf-rt-frontend-simple-3.4.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 392131 Jun 28 10:52 cxf-rt-transports-http-3.4.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 75820 Jun 28 10:52 cxf-rt-ws-addr-3.4.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 178417 Jun 28 10:52 cxf-rt-wsdl-3.4.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 214807 Jun 28 10:52 cxf-rt-ws-policy-3.4.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 323630 Apr 25 13:09 dom4j-2.1.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 229519 Jul 14 10:44 editor-bpmn-json-converter-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 10089 Jul 14 10:44 editor-dmn-json-converter-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 47599 Jul 14 10:44 editor-image-generator-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 13757513 Jun 15 14:07 elasticsearch-7.13.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 25660 Jun 15 14:07 elasticsearch-cli-7.13.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 71310 Jun 15 14:07 elasticsearch-core-7.13.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 53077 Jun 15 14:07 elasticsearch-geo-7.13.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 14142 Jun 15 14:07 elasticsearch-plugin-classloader-7.13.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 71426 Jun 15 14:07 elasticsearch-rest-client-7.13.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1755811 Jun 15 14:07 elasticsearch-rest-high-level-client-7.13.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 18558 Jun 15 14:07 elasticsearch-secure-sm-7.13.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 151039 Jun 15 14:07 elasticsearch-x-content-7.13.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 37931 Apr 25 13:13 encoder-1.2.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 13854 Apr 25 13:11 error_prone_annotations-2.5.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 4617 Apr 25 13:11 failureaccess-1.0.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1715750 Apr 25 13:11 freemarker-2.3.31.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 16030 Jun 28 10:52 geronimo-jta_1.1_spec-1.1.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 345605 Apr 25 13:11 gluegen-rt-2.3.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 3347 Apr 25 13:11 gluegen-rt-2.3.2-natives-android-aarch64.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 7218 Apr 25 13:11 gluegen-rt-2.3.2-natives-android-armv6.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 4149 Apr 25 13:11 gluegen-rt-2.3.2-natives-linux-amd64.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 3050 Apr 25 13:11 gluegen-rt-2.3.2-natives-linux-armv6hf.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 3042 Apr 25 13:11 gluegen-rt-2.3.2-natives-linux-armv6.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 4130 Apr 25 13:11 gluegen-rt-2.3.2-natives-linux-i586.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 5076 Apr 25 13:11 gluegen-rt-2.3.2-natives-macosx-universal.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 4640 Apr 25 13:11 gluegen-rt-2.3.2-natives-solaris-amd64.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 3949 Apr 25 13:11 gluegen-rt-2.3.2-natives-solaris-i586.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 8159 Apr 25 13:11 gluegen-rt-2.3.2-natives-windows-amd64.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 7577 Apr 25 13:11 gluegen-rt-2.3.2-natives-windows-i586.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 345 Apr 25 13:11 gluegen-rt-main-2.3.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 295202 Jun 25 10:29 google-api-client-1.32.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 182947 Jun 24 18:26 google-api-services-drive-v3-rev20210612-1.31.5.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 288639 Jun 4 09:31 google-http-client-1.39.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 10400 Jun 4 09:31 google-http-client-apache-v2-1.39.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 10301 Jun 4 09:31 google-http-client-gson-1.39.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 8421 May 27 11:47 google-http-client-jackson2-1.39.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 69925 Apr 25 13:11 google-oauth-client-1.31.5.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 7987432 May 27 11:32 groovy-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 87066 May 27 11:32 groovy-ant-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 10462 Apr 25 13:11 groovy-astbuilder-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 64265 May 27 11:32 groovy-cli-picocli-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1524999 May 27 11:32 groovy-console-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 19458 May 27 11:32 groovy-datetime-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 125703 May 27 11:32 groovy-docgenerator-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 165396 May 27 11:32 groovy-groovydoc-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1000205 May 27 11:32 groovy-groovysh-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 137554 May 27 11:32 groovy-jmx-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 133033 May 27 11:32 groovy-json-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 21295 May 27 11:32 groovy-jsr223-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 235522 May 27 11:32 groovy-macro-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 33706 May 27 11:32 groovy-nio-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 27014 May 27 11:32 groovy-servlet-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 82931 May 27 11:32 groovy-sql-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 430551 May 27 11:32 groovy-swing-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 97098 May 27 11:32 groovy-templates-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 122414 May 27 11:32 groovy-test-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 13398 May 27 11:32 groovy-test-junit5-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 9764 May 27 11:32 groovy-testng-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 293405 May 27 11:32 groovy-xml-3.0.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 30073 May 27 11:47 grpc-context-1.27.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 240400 Jun 14 11:32 gson-2.8.7.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 2874025 Apr 25 13:11 guava-30.1.1-jre.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 2303679 Apr 25 13:09 h2-1.4.200.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 114165 Apr 25 13:11 HdrHistogram-2.1.9.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 78948 Apr 25 13:09 hibernate-commons-annotations-5.1.2.Final.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 7351256 May 27 15:00 hibernate-core-5.4.32.Final.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 591 May 27 15:00 hibernate-entitymanager-5.4.32.Final.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1310813 Apr 25 13:09 hibernate-validator-6.2.0.Final.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1159086 Apr 25 13:11 hppc-0.8.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 179964 Apr 25 13:11 httpasyncclient-4.1.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 780321 Apr 25 13:09 httpclient-4.5.13.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 328436 Apr 25 13:09 httpcore-4.4.14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 369365 Apr 25 13:11 httpcore-nio-4.4.14.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 27893 Apr 25 13:10 imgscalr-lib-4.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 565410 Apr 25 13:11 ion-java-1.0.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 29807 Apr 25 13:09 istack-commons-runtime-3.0.12.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 8781 Apr 25 13:11 j2objc-annotations-1.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 75703 Apr 25 13:09 jackson-annotations-2.12.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 365220 Apr 25 13:09 jackson-core-2.12.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1515756 Apr 25 13:09 jackson-databind-2.12.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 61481 Apr 25 13:11 jackson-dataformat-cbor-2.12.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 93877 Apr 25 13:11 jackson-dataformat-smile-2.12.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 51449 Apr 25 13:11 jackson-dataformat-yaml-2.12.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 34434 Apr 25 13:11 jackson-datatype-jdk8-2.12.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 120359 Apr 25 13:11 jackson-datatype-jsr310-2.12.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 9437 Apr 25 13:11 jackson-module-parameter-names-2.12.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 68453 Apr 25 13:09 jakarta.activation-1.2.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 46613 Apr 25 13:09 jakarta.activation-api-1.2.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 25058 Apr 25 13:09 jakarta.annotation-api-1.3.5.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 15558 Jun 28 10:52 jakarta.jws-api-2.1.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 92678 Apr 28 15:29 jakarta.validation-api-3.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 115638 Apr 25 13:09 jakarta.xml.bind-api-2.3.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 36922 Jun 28 10:52 jakarta.xml.soap-api-1.4.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 57697 Jun 28 10:52 jakarta.xml.ws-api-2.3.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 202552 Apr 25 13:09 jandex-2.2.3.Final.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 142255 Apr 25 13:13 jasypt-1.9.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 95703 Apr 25 13:13 jasypt-spring-boot-3.0.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 3706 Apr 25 13:13 jasypt-spring-boot-starter-3.0.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 362872 Apr 25 13:10 javaGeom-0.11.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1215072 May 27 11:32 javaparser-core-3.18.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 782774 Apr 25 13:09 javassist-3.27.0-GA.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 56674 Apr 25 13:09 javax.activation-api-1.2.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 26586 Apr 25 13:09 javax.annotation-api-1.3.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 2497 Apr 25 13:05 javax.inject-1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 608084 Apr 25 13:09 javax.mail-1.5.6.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 219146 Apr 25 13:11 javax.mail-api-1.6.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 164556 Apr 25 13:09 javax.persistence-api-2.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 95505 Apr 25 13:09 javax.servlet-api-4.0.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 125632 Apr 25 13:09 jaxb-api-2.3.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 963660 Apr 25 13:09 jaxb-impl-2.3.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1037093 Apr 25 13:09 jaxb-runtime-2.3.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 60911 Jun 14 11:31 jboss-logging-3.4.2.Final.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1071028 Jun 28 10:52 jboss-rmi-api_1.0_spec-1.0.6.Final.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 26290 Apr 25 13:09 jboss-transaction-api_1.2_spec-1.1.1.Final.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 16615 Jun 25 11:32 jcl-over-slf4j-1.7.31.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 83782 May 27 11:32 jcommander-1.78.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 832332 May 4 13:15 jgraphx-4.2.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 268780 Apr 25 13:11 jline-2.14.6.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 27585 Jun 25 22:27 jmespath-java-1.12.13.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 463971 Apr 25 13:11 jna-5.7.0-1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 644419 Apr 25 13:09 joda-time-2.10.10.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 34880 Apr 25 13:11 joda-time-hibernate-1.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 3414448 Apr 25 13:11 jogl-all-2.3.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 64488 Apr 25 13:11 jogl-all-2.3.2-natives-android-aarch64.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 62645 Apr 25 13:11 jogl-all-2.3.2-natives-android-armv6.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 224010 Apr 25 13:11 jogl-all-2.3.2-natives-linux-amd64.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 164852 Apr 25 13:11 jogl-all-2.3.2-natives-linux-armv6hf.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 161199 Apr 25 13:11 jogl-all-2.3.2-natives-linux-armv6.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 217274 Apr 25 13:11 jogl-all-2.3.2-natives-linux-i586.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 443876 Apr 25 13:11 jogl-all-2.3.2-natives-macosx-universal.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 220298 Apr 25 13:11 jogl-all-2.3.2-natives-solaris-amd64.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 161229 Apr 25 13:11 jogl-all-2.3.2-natives-solaris-i586.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 240721 Apr 25 13:11 jogl-all-2.3.2-natives-windows-amd64.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 209445 Apr 25 13:11 jogl-all-2.3.2-natives-windows-i586.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 345 Apr 25 13:11 jogl-all-main-2.3.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 78074 Apr 25 13:11 jopt-simple-5.0.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 249891 Apr 28 09:23 jose4j-0.5.5.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 313070 May 27 11:32 jquery-3.5.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 16046 Apr 25 13:11 json-simple-1.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 19936 Apr 25 13:11 jsr305-3.0.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 32103 Apr 25 13:09 juel-api-2.2.7.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 108892 Apr 25 13:09 juel-impl-2.2.7.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 776 Apr 25 13:09 juel-spi-2.2.7.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 4592 Jun 25 11:32 jul-to-slf4j-1.7.31.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 175588 May 27 11:31 junit-jupiter-api-5.7.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 212870 May 27 11:31 junit-jupiter-engine-5.7.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 100008 May 27 11:31 junit-platform-commons-1.7.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 181408 May 27 11:31 junit-platform-engine-1.7.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 137160 May 27 11:32 junit-platform-launcher-1.7.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 163814 Jul 2 11:01 keycloak-adapter-core-11.0.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 13239 Jul 2 11:01 keycloak-adapter-spi-11.0.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 73680 Jul 7 15:50 keycloak-authz-client-11.0.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 156763 Jul 2 11:01 keycloak-common-11.0.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 302112 Jul 2 11:01 keycloak-core-11.0.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 2427 Jul 2 11:02 keycloak-legacy-spring-boot-starter-11.0.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 10937 Jul 7 15:50 keycloak-spring-boot-2-adapter-11.0.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 10474 Jul 2 11:02 keycloak-spring-boot-adapter-11.0.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 17532 Jul 7 15:50 keycloak-spring-boot-adapter-core-11.0.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 2377 Jul 7 15:50 keycloak-spring-boot-starter-11.0.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 59747 Jul 2 11:01 keycloak-spring-security-adapter-11.0.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 70611 Jun 15 14:07 lang-mustache-client-7.13.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 46989 Jul 14 10:44 ldap-connector-2.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 28077 Apr 25 13:09 license3j-2.0.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 3574820 Jun 11 10:25 liquibase-core-4.4.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 2199 Apr 25 13:11 listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 300365 May 27 11:31 log4j-api-2.14.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 17762 May 27 11:31 log4j-to-slf4j-2.14.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 290339 Apr 25 13:09 logback-classic-1.2.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 471901 Apr 25 13:09 logback-core-1.2.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 72150 Apr 25 13:13 logkit-1.0.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1688788 May 27 13:50 lucene-analyzers-common-8.8.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 157808 May 27 13:50 lucene-backward-codecs-8.8.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 3565187 May 27 13:50 lucene-core-8.8.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 98338 May 27 13:50 lucene-grouping-8.8.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 209894 May 27 13:50 lucene-highlighter-8.8.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 152510 May 27 13:50 lucene-join-8.8.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 52139 May 27 13:50 lucene-memory-8.8.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 99406 May 27 13:50 lucene-misc-8.8.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 381770 May 27 13:50 lucene-queries-8.8.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 382659 May 27 13:50 lucene-queryparser-8.8.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 223556 May 27 13:50 lucene-sandbox-8.8.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 309351 May 27 13:50 lucene-spatial3d-8.8.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 240652 May 27 13:50 lucene-spatial-extras-8.8.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 249874 May 27 13:50 lucene-suggest-8.8.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 93241 Jun 15 14:07 mapper-extras-client-7.13.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 630956 Apr 25 13:11 mchange-commons-java-0.2.19.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 7217 Jun 25 11:33 metrics-annotation-4.1.24.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 116262 Jun 25 11:33 metrics-core-4.1.24.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 23301 Jun 25 11:33 metrics-graphite-4.1.24.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 22877 Jun 25 11:33 metrics-healthchecks-4.1.24.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 16721 Jun 25 11:33 metrics-json-4.1.24.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 24231 Jun 25 11:33 metrics-jvm-4.1.24.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 9926 Jun 25 11:33 metrics-servlet-4.1.24.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 20475 Jun 25 11:33 metrics-servlets-4.1.24.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 124818 Apr 25 13:11 metrics-spring-3.1.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 23493 Apr 25 13:11 minimal-json-0.9.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 809076 Apr 25 13:11 mvel2-2.4.12.Final.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1742200 May 5 17:01 mybatis-3.5.7.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 74282 Jun 28 10:52 neethi-3.1.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 351661 May 27 11:47 opencensus-api-0.28.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 23412 May 27 11:47 opencensus-contrib-http-util-0.28.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 230363 Apr 25 13:11 opencsv-5.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 7653 Apr 25 13:09 opentest4j-1.2.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 90579 Jun 15 14:07 parent-join-client-7.13.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 390247 May 27 11:32 picocli-4.5.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1005173 Jun 25 21:15 postgresql-42.2.22.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 14954 Apr 25 13:12 profiler-1.1.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 179818 Apr 25 13:11 qdox-1.12.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 90359 Jun 15 14:07 rank-eval-client-7.13.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1315838 Apr 25 13:12 rhino-1.7.13.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 456968 Jun 28 10:52 saaj-impl-1.5.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 276420 Apr 25 13:10 serializer-2.7.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 77977 Apr 25 13:13 servlet-api-2.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 41473 Jun 25 11:32 slf4j-api-1.7.31.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 326914 May 27 11:31 snakeyaml-1.28.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 374507 Jun 10 08:49 spring-aop-5.3.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 696552 Jun 10 08:49 spring-beans-5.3.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1389740 Jun 25 11:32 spring-boot-2.5.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1564983 Jun 25 11:32 spring-boot-autoconfigure-2.5.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 138054 Jul 7 15:50 spring-boot-container-bundle-11.0.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 29277 Feb 1 1980 spring-boot-jarmode-layertools-2.5.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 138108 Jul 2 11:02 spring-boot-legacy-container-bundle-11.0.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1250063 Jun 10 08:49 spring-context-5.3.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 183145 Jun 10 08:50 spring-context-support-5.3.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1458039 Jun 10 08:49 spring-core-5.3.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1265194 Jun 25 11:32 spring-data-commons-2.5.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 369250 Jun 25 11:32 spring-data-jpa-2.5.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 282646 Jun 10 08:49 spring-expression-5.3.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 262789 Apr 25 13:12 springfox-core-3.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 102482 Apr 25 13:12 springfox-schema-3.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 55153 Apr 25 13:12 springfox-spi-3.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 188537 Apr 25 13:12 springfox-spring-web-3.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 14488 Apr 25 13:12 springfox-spring-webmvc-3.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 2731924 Apr 25 13:12 springfox-swagger-ui-3.0.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 23943 Jun 10 08:49 spring-jcl-5.3.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 417723 Jun 10 08:49 spring-jdbc-5.3.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 378373 May 27 11:32 spring-ldap-core-2.3.4.RELEASE.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 10844 May 27 11:32 spring-ldap-core-tiger-2.3.4.RELEASE.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 200261 Jun 10 08:49 spring-orm-5.3.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 28823 Apr 25 13:12 spring-plugin-core-2.0.0.RELEASE.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 9877 Apr 25 13:12 spring-plugin-metadata-2.0.0.RELEASE.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1287374 Jun 30 18:23 spring-security-config-5.5.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 379660 Jun 30 18:23 spring-security-core-5.5.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 79773 Jun 30 18:23 spring-security-crypto-5.5.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 38191 Apr 25 13:13 spring-security-jwt-1.1.1.RELEASE.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 20626 Apr 25 13:13 spring-security-kerberos-core-1.0.1.RELEASE.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 7060 Apr 25 13:13 spring-security-kerberos-web-1.0.1.RELEASE.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 106068 Jun 30 18:23 spring-security-ldap-5.5.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 502982 Apr 25 13:13 spring-security-oauth2-2.5.1.RELEASE.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 96833 Jun 24 14:05 spring-security-oauth2-autoconfigure-2.5.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 613908 Jun 30 18:23 spring-security-web-5.5.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 327456 Jun 10 08:49 spring-tx-5.3.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1596265 Jun 10 08:49 spring-web-5.3.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1006921 Jun 10 08:49 spring-webmvc-5.3.8.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 161867 Apr 25 13:11 stax2-api-3.1.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 38475 Jun 28 10:52 stax-ex-2.0.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 148627 Apr 25 13:11 stringtemplate-3.2.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 21782 Apr 27 10:52 swagger-annotations-1.6.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 34318 Jun 28 13:32 swagger-annotations-2.1.10.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 155203 Apr 26 23:22 swagger-models-1.6.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 51208 Apr 25 13:11 t-digest-3.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 929395 May 27 11:32 testng-7.4.0.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 3386534 Jun 25 11:33 tomcat-embed-core-9.0.48.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 255605 Jun 25 11:33 tomcat-embed-el-9.0.48.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 277392 Jun 25 11:33 tomcat-embed-websocket-9.0.48.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 71975 Apr 25 13:09 txw2-2.3.4.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 93107 Apr 25 13:09 validation-api-2.0.1.Final.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 1584445 Jun 28 10:52 woodstox-core-6.2.6.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 486013 Apr 25 13:11 woodstox-core-asl-4.4.1.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 186758 Apr 25 13:11 wsdl4j-1.6.3.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 3154938 Apr 25 13:10 xalan-2.7.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 220536 May 4 13:15 xml-apis-1.4.01.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 85686 Apr 25 13:10 xml-apis-ext-1.3.04.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 674607 May 4 13:15 xmlgraphics-commons-2.6.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 84091 Apr 25 13:11 xml-resolver-1.2.jar
|
||||
-rw-r--r-- 1 alfresco alfresco 173293 Jun 28 10:52 xmlschema-core-2.2.5.jar
|
@@ -1,10 +0,0 @@
|
||||
package com.activiti.extension.conf;
|
||||
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
@Configuration
|
||||
@ComponentScan(basePackages = "${activiti-ext.scan.packages}")
|
||||
public class CxfActivitiExtSpringComponentScanner {
|
||||
|
||||
}
|
Reference in New Issue
Block a user