Skip to content

Commit

Permalink
JENA-1948: Include Titanium and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Aug 19, 2021
1 parent 48187f6 commit ffa535a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 9 deletions.
12 changes: 12 additions & 0 deletions apache-jena/dist/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,15 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Jakarta JSON Processing (JSON-P)
https://eclipse-ee4j.github.io/jsonp/

is licensed under the Eclipse Public License 2.0.
http://www.eclipse.org/legal/epl-2.0

org.glassfish:jakarta.json
is licensed under the Eclipse Public License 2.0.
http://www.eclipse.org/legal/epl-2.0

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5 changes: 1 addition & 4 deletions jena-arq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,16 @@
<!-- Apache License -->
<groupId>com.apicatalog</groupId>
<artifactId>titanium-json-ld</artifactId>
<scope>provided</scope>
</dependency>
<!-- Eclipse Public License 2.0 (category-B) -->
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- And an implementation : Eclipse Public License 2.0 (category-B) -->
<!-- Eclipse Public License 2.0 (category-B) -->
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<scope>provided</scope>
</dependency>
<!-- End Titanium JSON-LD 1.1 -->

Expand Down
12 changes: 11 additions & 1 deletion jena-fuseki2/apache-jena-fuseki/dist/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,16 @@ http://www.slf4j.org/license.html

- - - - - - - - - - - - - - - - - - - - - - -

Jakarta JSON Processing (JSON-P)
https://eclipse-ee4j.github.io/jsonp/

is licensed under the Eclipse Public License 2.0.
http://www.eclipse.org/legal/epl-2.0

org.glassfish:jakarta.json
is licensed under the Eclipse Public License 2.0.
http://www.eclipse.org/legal/epl-2.0

==============================================================
Jetty Web Container
Copyright 1995-2012 Mort Bay Consulting Pty Ltd.
Expand Down Expand Up @@ -614,4 +624,4 @@ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


---
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -438,27 +438,24 @@
</dependency>

<!-- JSON-LD 1.1 read support -->
<!-- Titanium JSON-LD scope=provided -->
<!-- Titanium JSON-LD -->
<dependency>
<!-- Apache License -->
<groupId>com.apicatalog</groupId>
<artifactId>titanium-json-ld</artifactId>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<!-- Eclipse Public License 2.0 (category-B) -->
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>
<!-- Eclipse Public License 2.0 (category-B) -->
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>
<!-- End JSON-LD 1.1 read support -->

Expand Down

0 comments on commit ffa535a

Please sign in to comment.