1# 2# Copyright 2006-2013 the original author or authors. 3# 4# Licensed under the Apache License, Version 2.0 (the "License"); 5# you may not use this file except in compliance with the License. 6# You may obtain a copy of the License at 7# 8# http://www.apache.org/licenses/LICENSE-2.0 9# 10# Unless required by applicable law or agreed to in writing, software 11# distributed under the License is distributed on an "AS IS" BASIS, 12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13# See the License for the specific language governing permissions and 14# limitations under the License. 15# 16# Licensed under the Apache License, Version 2.0 (the "License"); 17# you may not use this file except in compliance with the License. 18# You may obtain a copy of the License at 19# 20# http://www.apache.org/licenses/LICENSE-2.0 21# 22# Unless required by applicable law or agreed to in writing, software 23# distributed under the License is distributed on an "AS IS" BASIS, 24# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 25# See the License for the specific language governing permissions and 26# limitations under the License. 27# 28# START OF EDITION 29# This file is loaded by org.springframework.osgi.test.AbstractDependencyManagerTests. The 30# original file is located in spring-osgi-test-1.2.1.jar. Changes to the original are tagged 31# with "EDITED" 32# END OF EDITION 33# 34# Properties file indicating the boot (or mandatory) bundles that are loaded 35# by the testing framework. 36# 37# Normally, this file should not be edited since it is used by the testing infrastructure. 38# Users that want to install bundles before starting a test, should use #bundles() method. 39# 40 41# 42# format: <groupId,artifactId,version>=+/-15 43# - the optional value is used to install/remove bundles if running on JDK >= 1.5 44# - see Spring org.springframework.core.JdkVersion for jdk major version codes. 45 46# elements that have to be ignored should star with 47# ignore 48 49# Note: inner placeholders are not supported. 50 51# 52# common properties 53# 54 55# versioning 56ignore.backport.version=3.1.0 57ignore.junit.version=3.8.2 58# EDITED: Upgrade the version from 1.2.15-SNAPSHOT to ${log4j.version} 59ignore.log4j.version=${log4j.version} 60 61ignore.spring.version=2.5.6.SEC01 62# EDITED: Filter the version to match the pom 63ignore.spring.osgi.version=${spring.osgi.version} 64# EDITED: Upgraded from 1.5.0 65ignore.slf4j.version=${slf4j.version} 66ignore.asm.version=2.2.3 67 68# groupIds 69ignore.spring.groupId=org.springframework 70ignore.spring.osgi.groupId=org.springframework.osgi 71ignore.slf4j.groupId=org.slf4j 72# EDITED: Switch from org.springframework.osgi to log4j 73ignore.log4j.groupId=log4j 74 75# 76# actual libraries 77# 78# listed in dependency order to ease deployment 79 80 81# dependencies 82 83# junit 84org.junit,com.springsource.junit,${ignore.junit.version}= 85# log4j 86# EDITED: Change the groupId for log4j 87${ignore.log4j.groupId},log4j,${ignore.log4j.version}= 88# slf4j (commons-logging API) 89#${ignore.slf4j.groupId},slf4j-api,${ignore.slf4j.version}= 90#${ignore.slf4j.groupId},slf4j-log4j12,${ignore.slf4j.version}= 91#${ignore.slf4j.groupId},jcl104-over-slf4j,${ignore.slf4j.version}= 92# slf4j (BRITS) 93# EDITED: Change the groupId for and artifactId 94${ignore.slf4j.groupId},slf4j-api,${ignore.slf4j.version}= 95${ignore.slf4j.groupId},slf4j-log4j12,${ignore.slf4j.version}= 96${ignore.slf4j.groupId},jcl-over-slf4j,${ignore.slf4j.version}= 97# aop alliance 98org.aopalliance,com.springsource.org.aopalliance,1.0.0= 99# asm 100org.objectweb.asm,com.springsource.org.objectweb.asm,${ignore.asm.version}= 101# backport concurrent 102edu.emory.mathcs.backport,com.springsource.edu.emory.mathcs.backport,${ignore.backport.version}=-15 103 104# spring libs 105${ignore.spring.groupId},org.springframework.beans,${ignore.spring.version}= 106${ignore.spring.groupId},org.springframework.core,${ignore.spring.version}= 107${ignore.spring.groupId},org.springframework.context,${ignore.spring.version}= 108${ignore.spring.groupId},org.springframework.aop,${ignore.spring.version}= 109${ignore.spring.groupId},org.springframework.test,${ignore.spring.version}= 110 111 112# spring osgi libs 113${ignore.spring.osgi.groupId},spring-osgi-io,${ignore.spring.osgi.version}= 114${ignore.spring.osgi.groupId},spring-osgi-core,${ignore.spring.osgi.version}= 115${ignore.spring.osgi.groupId},spring-osgi-annotation,${ignore.spring.osgi.version}=+15 116${ignore.spring.osgi.groupId},spring-osgi-extender,${ignore.spring.osgi.version}= 117${ignore.spring.osgi.groupId},spring-osgi-test,${ignore.spring.osgi.version}= 118