Skip to content

Commit

Permalink
Add hubspot immutables-exceptions (#53)
Browse files Browse the repository at this point in the history
* Add hubspot immutables-exceptions

Signed-off-by: Cody Cutrer <[email protected]>
  • Loading branch information
ccutrer authored Sep 20, 2024
1 parent 29f0584 commit 7080cc1
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 0 deletions.
20 changes: 20 additions & 0 deletions com.hubspot.immutables.immutables-exceptions/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
13 changes: 13 additions & 0 deletions com.hubspot.immutables.immutables-exceptions/osgi.bnd
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Bundle-Description: OSGi-ified version of ${project.name}
Bundle-Name: ${project.name}
Bundle-License: Apache 2.0 License
Bundle-Version: ${project.version}
Import-Package: \
javax.annotation.*;resolution:="optional", \
com.googlecode.ipv6.*;resolution:="optional", \
*
Export-Package: \
!NOTICE, \
*;version=${origin.version}
-includeresource: \
NOTICE
23 changes: 23 additions & 0 deletions com.hubspot.immutables.immutables-exceptions/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?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.immutables.immutables-exceptions</artifactId>
<version>1.9</version>

<name>Immutables Exceptions</name>

<properties>
<origin.groupId>com.hubspot.immutables</origin.groupId>
<origin.artifactId>immutables-exceptions</origin.artifactId>
<origin.version>1.9</origin.version>
</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.immutables.immutables-exceptions</module>
<module>com.hubspot.jinjava.jinjava</module>
<module>com.igormaznitsa.jbbp</module>
<module>com.microsoft.azure.azure-eventhubs</module>
Expand Down

0 comments on commit 7080cc1

Please sign in to comment.