petals-microkernel
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-microkernel</artifactId>
<version>4.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2007-2012 EBM WebSourcing, 2012-2018 Linagora
This program/library is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 2.1 of the License, or (at your
option) any later version.
This program/library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program/library; If not, see http://www.gnu.org/licenses/
for the GNU Lesser General Public License version 2.1.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-container-parent</artifactId>
<relativePath>../parent/pom.xml</relativePath>
<version>4.3.0</version>
</parent>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-microkernel</artifactId>
<version>4.2.0</version>
<packaging>jar</packaging>
<name>Petals ESB - Container - Micro-kernel</name>
<properties>
<jetty.version>9.4.11.v20180605</jetty.version>
</properties>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>pax-url-aether</artifactId>
<version>2.4.7</version>
</dependency>
<!-- Fractal dependencies -->
<dependency>
<groupId>org.objectweb.fractal.fractaljmx</groupId>
<artifactId>fractal-jmx</artifactId>
<version>0.3.0</version>
<exclusions>
<!-- We use juliac so we don't need all of that anymore -->
<exclusion>
<artifactId>julia-asm</artifactId>
<groupId>org.objectweb.fractal.julia</groupId>
</exclusion>
<exclusion>
<artifactId>julia-mixins</artifactId>
<groupId>org.objectweb.fractal.julia</groupId>
</exclusion>
<exclusion>
<artifactId>julia-runtime</artifactId>
<groupId>org.objectweb.fractal.julia</groupId>
</exclusion>
<exclusion>
<artifactId>fractal-adl</artifactId>
<groupId>org.objectweb.fractal.fractaladl</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.objectweb.fractal</groupId>
<artifactId>fractal-api</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.fractal.juliac</groupId>
<artifactId>juliac-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.objectweb.fractal.julia</groupId>
<artifactId>julia-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.objectweb.fractal.fraclet.java</groupId>
<artifactId>fraclet-annotations</artifactId>
</dependency>
<!-- PEtALS dependencies -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-jaas</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-basis-api</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-client-server-api</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-microkernel-api</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-launcher-api</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-commons-log</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-message-exchange</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-jbi</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-jbi-descriptor</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-topology</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-systemstate</artifactId>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-jmx-api-api</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.easycommons</groupId>
<artifactId>easycommons-util</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.easycommons</groupId>
<artifactId>easycommons-lang</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.easycommons</groupId>
<artifactId>easycommons-uuid</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.easycommons</groupId>
<artifactId>easycommons-properties</artifactId>
</dependency>
<!-- easywsdl dependency -->
<dependency>
<groupId>org.ow2.easywsdl</groupId>
<artifactId>easywsdl-wsdl</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-probes-api</artifactId>
<version>1.3.0</version>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-jmx-api-mock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-microkernel-junit</artifactId>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-rules</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>${jetty.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>${jetty.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-jmx-api-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-probes</artifactId>
<version>1.3.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<!-- This is needed because petals-launcher-default only loads the jar
(and the classloader loads the dependencies from the manifest) -->
<addClasspath>true</addClasspath>
<useUniqueVersions>false</useUniqueVersions>
</manifest>
<manifestEntries>
<Implementation-Title>org.ow2.petals</Implementation-Title>
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-Vendor>Linagora</Implementation-Vendor>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.ow2.fractal.juliac</groupId>
<artifactId>juliac-maven-plugin</artifactId>
<executions>
<execution>
<id>juliac-compile</id>
<configuration>
<adls>
<!-- Note: compiling the java classes will generate .fractal descriptions for them -->
<adl>org.ow2.petals.microkernel.admin.PetalsAdminServiceImpl</adl>
<adl>org.ow2.petals.microkernel.communication.JMXRemoteCheckerClientImpl</adl>
<adl>org.ow2.petals.microkernel.communication.jmx.JMXServiceImpl</adl>
<adl>org.ow2.petals.microkernel.communication.jmx.rmi.RMIConnector</adl>
<adl>org.ow2.petals.microkernel.communication.jndi.agent.StandaloneJNDIAgentServiceImpl</adl>
<adl>org.ow2.petals.microkernel.communication.jndi.client.JNDIServiceImpl</adl>
<adl>org.ow2.petals.microkernel.communication.topology.TopologyServiceImpl</adl>
<adl>org.ow2.petals.microkernel.communication.sharedarea.StandaloneSharedAreaImpl</adl>
<adl>org.ow2.petals.microkernel.configuration.ConfigurationServiceImpl</adl>
<adl>org.ow2.petals.microkernel.container.ContainerControllerImpl</adl>
<adl>org.ow2.petals.microkernel.container.ContainerServiceImpl</adl>
<adl>org.ow2.petals.microkernel.container.lifecycle.InstallerImpl</adl>
<adl>org.ow2.petals.microkernel.container.lifecycle.ComponentLifeCycleImpl</adl>
<adl>org.ow2.petals.microkernel.container.lifecycle.ServiceAssemblyLifeCycleImpl</adl>
<adl>org.ow2.petals.microkernel.container.lifecycle.SharedLibraryLifeCycleImpl</adl>
<adl>org.ow2.petals.microkernel.extension.InstallationExtensionsManagerImpl</adl>
<adl>org.ow2.petals.microkernel.extension.PostExtensionsManagerImpl</adl>
<adl>org.ow2.petals.microkernel.extension.PreExtensionsManagerImpl</adl>
<adl>org.ow2.petals.microkernel.jbi.management.MBeanNameBuilderImpl</adl>
<adl>org.ow2.petals.microkernel.jbi.management.admin.AdminServiceImpl</adl>
<adl>org.ow2.petals.microkernel.jbi.management.deployment.AtomicDeploymentServiceImpl</adl>
<adl>org.ow2.petals.microkernel.jbi.management.deployment.DeploymentServiceImpl</adl>
<adl>org.ow2.petals.microkernel.jbi.management.installation.InstallationServiceImpl</adl>
<adl>org.ow2.petals.microkernel.jbi.management.recovery.SystemRecoveryServiceImpl</adl>
<adl>org.ow2.petals.microkernel.jbi.messaging.control.JMXExchangeCheckerClientImpl</adl>
<adl>org.ow2.petals.microkernel.jbi.messaging.endpoint.EndpointDirectoryServiceImpl</adl>
<adl>org.ow2.petals.microkernel.jbi.messaging.routing.RouterServiceImpl</adl>
<adl>org.ow2.petals.microkernel.jbi.messaging.routing.module.AuthorizationModule</adl>
<adl>org.ow2.petals.microkernel.jbi.messaging.routing.module.EndpointResolverModule</adl>
<adl>org.ow2.petals.microkernel.jbi.messaging.routing.module.JAASAuthenticationModule</adl>
<adl>org.ow2.petals.microkernel.jbi.messaging.routing.module.TransportResolverModule</adl>
<adl>org.ow2.petals.microkernel.server.PetalsCompositeControllerImpl</adl>
<adl>org.ow2.petals.microkernel.system.classloader.ClassLoaderServiceImpl</adl>
<adl>org.ow2.petals.microkernel.system.logging.LoggingServiceImpl</adl>
<adl>org.ow2.petals.microkernel.system.logging.LoggingServiceMBeanImpl</adl>
<adl>org.ow2.petals.microkernel.system.repository.RepositoryServiceImpl</adl>
<adl>org.ow2.petals.microkernel.system.systemstate.SystemStateServiceImpl</adl>
<adl>org.ow2.petals.microkernel.transport.local.LocalTransporterImpl</adl>
<adl>org.ow2.petals.microkernel.transport.local.monitoring.LocalTransporterMonitoringImpl</adl>
<adl>org.ow2.petals.microkernel.transport.platform.nio.NioTransporterImpl</adl>
<adl>org.ow2.petals.microkernel.transport.platform.nio.client.NioClientObjectPoolImpl</adl>
<adl>org.ow2.petals.microkernel.transport.platform.nio.monitoring.TcpTransporterMonitoringImpl</adl>
<adl>org.ow2.petals.microkernel.transport.platform.nio.selector.NioSelectorAgent</adl>
<adl>org.ow2.petals.microkernel.transport.platform.nio.server.NioServerAgent</adl>
<!-- Compiling the description is only needed to instatiate it from the code -->
<adl>Petals</adl>
</adls>
<!-- The first one is from the mixin, the second one from api -->
<juliaCfgFiles>fraclet-bundled.cfg,petals-fractal-bundled.cfg</juliaCfgFiles>
</configuration>
</execution>
<execution>
<id>juliac-test-compile</id>
<configuration>
<skip>false</skip>
<adls>
<adl>org.ow2.petals.microkernel.extension.utest.PreExtensionImplFaillingStartup</adl>
<adl>org.ow2.petals.microkernel.extension.utest.PreExtensionImpl</adl>
<adl>org.ow2.petals.microkernel.extension.utest.PostExtensionImpl</adl>
<adl>org.ow2.petals.microkernel.extension.utest.InstallationExtensionImpl</adl>
<adl>org.ow2.petals.microkernel.utest.mock.jbi.management.ContainerServiceImpl</adl>
<adl>org.ow2.petals.microkernel.utest.mock.jbi.messaging.endpoint.EndpointDirectoryImpl</adl>
<adl>org.ow2.petals.microkernel.utest.mock.communication.JMXServiceImpl</adl>
<adl>org.ow2.petals.microkernel.utest.mock.system.SharedAreaImpl</adl>
<adl>org.ow2.petals.microkernel.utest.mock.PostExtensionsManagerImpl</adl>
<adl>org.ow2.petals.microkernel.container.utest.ContainerControllerImpl</adl>
<adl>org.ow2.petals.microkernel.container.utest.DummyInstallerImpl</adl>
<adl>org.ow2.petals.microkernel.extension.PreExtensionManagerRoot</adl>
<adl>org.ow2.petals.microkernel.jbi.management.admin.AdminServiceRoot</adl>
<adl>org.ow2.petals.microkernel.container.ContainerServiceRoot</adl>
</adls>
<addClassPathElements>
<addClassPathElement>${project.build.directory}/juliac-classes</addClassPathElement>
</addClassPathElements>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>analyze</id>
<configuration>
<usedDependencies>
<!-- Loaded at runtime by org.ow2.petals.jmx.api.api.PetalsJmxApiFactory -->
<usedDependency>org.ow2.petals:petals-jmx-api-impl</usedDependency>
<!-- Loaded at runtime by org.ow2.petals.probes.api.ProbesFactoryBuilder -->
<usedDependency>org.ow2.petals:petals-probes</usedDependency>
</usedDependencies>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<scm>
<connection>scm:svn:https://svn.petalslink.org/svnroot/tags/petals-microkernel-4.2.0</connection>
<developerConnection>scm:svn:https://svn.petalslink.org/svnroot/tags/petals-microkernel-4.2.0</developerConnection>
<url>http://gitorious.ow2.org/ow2/pom/petals-parent/petals-container-parent/tags/petals-microkernel-4.2.0</url>
</scm>
</project>