Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions launcher/src/main/resources/launch.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ carbon.osgi.framework=file\:plugins/org.eclipse.osgi_3.14.0.v20190517-1309.jar
carbon.initial.osgi.bundles=\
file\:plugins/org.eclipse.osgi.services_3.5.100.v20160504-1419.jar@1\:true,\
file\:plugins/org.eclipse.equinox.cm_1.1.200.v20160324-1850.jar@2\:true,\
file\:plugins/org.ops4j.pax.logging.pax-logging-api_2.2.2.wso2v1.jar@2\:true,\
file\:plugins/org.ops4j.pax.logging.pax-logging-log4j2_2.2.2.wso2v1.jar@2\:true,\
file\:plugins/org.ops4j.pax.logging.pax-logging-api_2.2.9.wso2v2.jar@2\:true,\
file\:plugins/org.ops4j.pax.logging.pax-logging-log4j2_2.2.9.wso2v2.jar@2\:true,\
file\:plugins/org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar@3\:true

osgi.install.area=file\:${wso2.runtime}
Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -746,8 +746,8 @@
<org.eclipse.equinox.p2.metadata.version>2.2.0.v20131211-1531</org.eclipse.equinox.p2.metadata.version>

<!--PAX Logging related dependency versions-->
<pax.logging.api.version>2.2.2-wso2v1</pax.logging.api.version>
<pax.logging.log4j2.version>2.2.2-wso2v1</pax.logging.log4j2.version>
<pax.logging.api.version>2.2.9-wso2v2</pax.logging.api.version>
<pax.logging.log4j2.version>2.2.9-wso2v2</pax.logging.log4j2.version>

<!--Maven Plugins -->
<maven.wagon.ssh.version>2.1</maven.wagon.ssh.version>
Expand Down