1
1
#*******************************************************************************
2
- # Copyright (c) 2022,2024 IBM Corporation and others.
2
+ # Copyright (c) 2022, 2025 IBM Corporation and others.
3
3
# All rights reserved. This program and the accompanying materials
4
4
# are made available under the terms of the Eclipse Public License 2.0
5
5
# which accompanies this distribution, and is available at
13
13
-include= ~../cnf/resources/bnd/bundle.props
14
14
bVersion=1.0
15
15
16
- src: \
16
+ src:\
17
17
fat/src,\
18
18
test-applications/helpers/DatabaseManagement/src,\
19
- test-applications/jpabootstrap/src,\
20
19
test-applications/jakartadata/src,\
21
- test-applications/jakartapersistence/src
20
+ test-applications/jakartapersistence/src,\
21
+ test-applications/jpabootstrap/src
22
22
23
23
fat.project: true
24
- tested.features: databaseRotation, persistence-3.2, persistencecontainer-3.2, servlet-6.1
24
+ tested.features:\
25
+ databaseRotation,\
26
+ persistence-3.2,\
27
+ persistencecontainer-3.2,\
28
+ servlet-6.1
25
29
26
30
# To define a global minimum java level for the FAT, use the following property.
27
31
# If unspecified, the default value is ${javac.source}
@@ -32,17 +36,18 @@ javac.target: 17
32
36
33
37
# Dependencies may be local bundles (e.g. io.openliberty.jakarta.servlet.6.1)
34
38
# or binaries from Artifactory (e.g. commons-logging:commons-logging)
35
- -buildpath: \
39
+ -buildpath:\
36
40
com.ibm.ws.componenttest.2.0;version=latest,\
37
41
com.ibm.ws.jpa_testframework.jakarta;version=latest,\
38
42
io.openliberty.jakarta.annotation.3.0;version=latest,\
39
43
io.openliberty.jakarta.cdi.4.1;version=latest,\
40
44
io.openliberty.jakarta.enterpriseBeans.4.0;version=latest,\
41
45
io.openliberty.jakarta.jsonp.2.1;version=latest,\
42
- io.openliberty.jakarta.servlet.6.1;version=latest,\
43
46
io.openliberty.jakarta.persistence.3.2;version=latest,\
47
+ io.openliberty.jakarta.servlet.6.1;version=latest,\
44
48
io.openliberty.jakarta.transaction.2.0;version=latest,\
45
49
io.openliberty.jakarta.validation.3.1;version=latest,\
46
50
io.openliberty.org.testcontainers;version=latest,\
47
51
org.jboss.shrinkwrap:shrinkwrap-impl-base;version=1.2.3,\
48
52
org.jboss.shrinkwrap:shrinkwrap-spi;version=1.2.3
53
+
0 commit comments