|
8 | 8 | <groupId>org.pgcodekeeper</groupId> |
9 | 9 | <artifactId>pgcodekeeper-core</artifactId> |
10 | 10 | <version>11.1.0</version> |
11 | | - <packaging>jar</packaging> |
| 11 | + <packaging>bundle</packaging> |
12 | 12 |
|
13 | 13 | <name>pgcodekeeper-core</name> |
14 | 14 | <description>A tool for easier PostgreSQL, GreenPlum, MS SQL, ClickHouse development.</description> |
|
184 | 184 | </execution> |
185 | 185 | </executions> |
186 | 186 | </plugin> |
| 187 | + <plugin> |
| 188 | + <groupId>org.apache.felix</groupId> |
| 189 | + <artifactId>maven-bundle-plugin</artifactId> |
| 190 | + <version>5.1.8</version> |
| 191 | + <extensions>true</extensions> |
| 192 | + <configuration> |
| 193 | + <instructions> |
| 194 | + <Export-Package> |
| 195 | + !org.pgcodekeeper.core.localizations.*, |
| 196 | + org.pgcodekeeper.core.* |
| 197 | + </Export-Package> |
| 198 | + <Import-Package> |
| 199 | + org.slf4j.*;resolution:=optional, |
| 200 | + </Import-Package> |
| 201 | + <Require-Bundle> |
| 202 | + wrapped.com.github.technology16.pgpass;bundle-version="[2.0.1,3.0.0)", |
| 203 | + org.postgresql.jdbc;bundle-version="[42.7.3,43.0.0)", |
| 204 | + com.microsoft.sqlserver.mssql-jdbc;bundle-version="[12.4.2,13.0.0)", |
| 205 | + org.antlr.antlr4-runtime;bundle-version="[4.13.1,5.0.0)", |
| 206 | + org.jgrapht.core;bundle-version="[1.5.1,2.0.0)", |
| 207 | + lz4-java;bundle-version="[1.8.0,2.0.0)" |
| 208 | + </Require-Bundle> |
| 209 | + </instructions> |
| 210 | + </configuration> |
| 211 | + </plugin> |
187 | 212 | </plugins> |
188 | 213 | </build> |
189 | 214 |
|
|
0 commit comments