|
| 1 | +#******************************************************************************* |
| 2 | +# Copyright (c) 2025 IBM Corporation and others. |
| 3 | +# All rights reserved. This program and the accompanying materials |
| 4 | +# are made available under the terms of the Eclipse Public License 2.0 |
| 5 | +# which accompanies this distribution, and is available at |
| 6 | +# http://www.eclipse.org/legal/epl-2.0/ |
| 7 | +# |
| 8 | +# SPDX-License-Identifier: EPL-2.0 |
| 9 | +# |
| 10 | +#******************************************************************************* |
| 11 | +-include= \ |
| 12 | + ~../cnf/resources/bnd/bundle.props, \ |
| 13 | + ~../cnf/resources/bnd/bundle.spring.props |
| 14 | +-nouses=true |
| 15 | + |
| 16 | +bVersion=1.0 |
| 17 | + |
| 18 | +test.project: true |
| 19 | +instrument.disabled: true |
| 20 | +publish.wlp.jar.disabled: true |
| 21 | + |
| 22 | +javac.source: 17 |
| 23 | +javac.target: 17 |
| 24 | + |
| 25 | +src: \ |
| 26 | + src/main/java, \ |
| 27 | + src/main/resources |
| 28 | + |
| 29 | +# Specify bundles to be added to the classpath of a VM used in testing. |
| 30 | +# Entries in the -testpath instruction enable the Eclipse Package Explorer |
| 31 | +# to resolve compile dependencies for test classes. The instruction is not |
| 32 | +# required to build Spring Boot test artifacts. Each entry requies a |
| 33 | +# corresponding entry in file cnf/oss_depenendcies.maven. |
| 34 | +# Ref: https://bndtools.org/manual/packageexplorer.html |
| 35 | + |
| 36 | +-testpath: \ |
| 37 | + org.springframework.boot:spring-boot;${springBootVersion40}, \ |
| 38 | + org.springframework.boot:spring-boot-autoconfigure;${springBootVersion40}, \ |
| 39 | +\ |
| 40 | + org.springframework:spring-beans;${springVersion40}, \ |
| 41 | + org.springframework:spring-context;${springVersion40}, \ |
| 42 | + org.springframework:spring-core;${springVersion40}, \ |
| 43 | + org.springframework:spring-jdbc;${springVersion40}, \ |
| 44 | + org.springframework:spring-orm;${springVersion40}, \ |
| 45 | + org.springframework:spring-tx;${springVersion40}, \ |
| 46 | + org.springframework:spring-web;${springVersion40}, \ |
| 47 | + org.slf4j:slf4j-api;version=1.7.36, \ |
| 48 | + io.openliberty.jakarta.persistence.3.2;version=latest,\ |
| 49 | + io.openliberty.jakarta.servlet.6.1;version=latest, \ |
| 50 | + org.springframework.data:spring-data-commons;version=latest,\ |
| 51 | + org.springframework.data:spring-data-jpa;version=latest |
| 52 | + |
0 commit comments