Skip to content

Commit

Permalink
Add Jinjava (#48)
Browse files Browse the repository at this point in the history
Jinjava will be used in the Jinja transformation as well as mqtt.homeassistant binding

Signed-off-by: Jimmy Tanagra <[email protected]>
  • Loading branch information
jimtng authored Aug 31, 2024
1 parent e256b01 commit a4b76c9
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
20 changes: 20 additions & 0 deletions com.hubspot.jinjava.jinjava/NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
This content is produced and maintained by the openHAB project.

* Project home: https://www.openhab.org

== Declared Project Licenses

This program and the accompanying materials are made available under the terms
of the Eclipse Public License 2.0 which is available at
https://www.eclipse.org/legal/epl-2.0/.

== Source Code

https://github.com/openhab/openhab-osgiify

== Third-party Content

jinjava
* License: Apache 2.0 License
* Project: https://github.com/HubSpot/jinjava
* Source: https://github.com/HubSpot/jinjava
11 changes: 11 additions & 0 deletions com.hubspot.jinjava.jinjava/osgi.bnd
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Bundle-Description: OSGi-ified version of ${project.name}
Bundle-Name: ${project.name}
Bundle-License: Apache 2.0 License
Bundle-Version: ${project.version}
Import-Package: \
*
Export-Package: \
!NOTICE, \
*;version=${project.version}
-includeresource: \
NOTICE
22 changes: 22 additions & 0 deletions com.hubspot.jinjava.jinjava/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>

<parent>
<groupId>org.openhab.osgiify</groupId>
<artifactId>org.openhab.reactor.osgiify</artifactId>
<version>1.0.0</version>
</parent>

<artifactId>com.hubspot.jinjava.jinjava</artifactId>
<version>2.7.2</version>

<name>Jinjava</name>

<properties>
<origin.groupId>com.hubspot.jinjava</origin.groupId>
<origin.artifactId>jinjava</origin.artifactId>
</properties>

</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<module>com.google.http-client.google-http-client-gson</module>
<module>com.google.http-client.google-http-client-jackson2</module>
<module>com.google.re2j.re2j</module>
<module>com.hubspot.jinjava.jinjava</module>
<module>com.igormaznitsa.jbbp</module>
<module>com.microsoft.azure.azure-eventhubs</module>
<module>com.microsoft.azure.sdk.iot.iot-device-client</module>
Expand Down

0 comments on commit a4b76c9

Please sign in to comment.