|
|
|
|
@@ -1,65 +1,65 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<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/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.talend.studio</groupId>
|
|
|
|
|
<artifactId>studio-maven-repository-tos</artifactId>
|
|
|
|
|
<version>7.4.1-SNAPSHOT</version>
|
|
|
|
|
<relativePath>../../../</relativePath>
|
|
|
|
|
</parent>
|
|
|
|
|
<artifactId>karaf-maven-plugin-4-2-4-tos</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.karaf.tooling</groupId>
|
|
|
|
|
<artifactId>karaf-maven-plugin</artifactId>
|
|
|
|
|
<version>4.2.4</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
<artifactId>jcl-over-slf4j</artifactId>
|
|
|
|
|
<version>1.7.12</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
|
|
|
<artifactId>maven-dependency-tree</artifactId>
|
|
|
|
|
<version>3.0.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-framework-bom</artifactId>
|
|
|
|
|
<version>5.0.2.RELEASE</version>
|
|
|
|
|
<type>pom</type>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.tukaani</groupId>
|
|
|
|
|
<artifactId>xz</artifactId>
|
|
|
|
|
<version>1.6</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
|
<version>2.8</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>copy-dependencies</id>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>copy-dependencies</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<addParentPoms>true</addParentPoms>
|
|
|
|
|
<copyPom>true</copyPom>
|
|
|
|
|
<includeScope>compile</includeScope>
|
|
|
|
|
<outputDirectory>${basedir}/../../../tmp/repository</outputDirectory>
|
|
|
|
|
<useRepositoryLayout>true</useRepositoryLayout>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
</project>
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<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/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.talend.studio</groupId>
|
|
|
|
|
<artifactId>studio-maven-repository-tos</artifactId>
|
|
|
|
|
<version>7.4.1-SNAPSHOT</version>
|
|
|
|
|
<relativePath>../../../</relativePath>
|
|
|
|
|
</parent>
|
|
|
|
|
<artifactId>karaf-maven-plugin-4-2-10-tos</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.karaf.tooling</groupId>
|
|
|
|
|
<artifactId>karaf-maven-plugin</artifactId>
|
|
|
|
|
<version>4.2.10</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
<artifactId>jcl-over-slf4j</artifactId>
|
|
|
|
|
<version>1.7.12</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
|
|
|
<artifactId>maven-dependency-tree</artifactId>
|
|
|
|
|
<version>3.0.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-framework-bom</artifactId>
|
|
|
|
|
<version>5.0.2.RELEASE</version>
|
|
|
|
|
<type>pom</type>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.tukaani</groupId>
|
|
|
|
|
<artifactId>xz</artifactId>
|
|
|
|
|
<version>1.6</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
|
<version>2.8</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>copy-dependencies</id>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>copy-dependencies</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<addParentPoms>true</addParentPoms>
|
|
|
|
|
<copyPom>true</copyPom>
|
|
|
|
|
<includeScope>compile</includeScope>
|
|
|
|
|
<outputDirectory>${basedir}/../../../tmp/repository</outputDirectory>
|
|
|
|
|
<useRepositoryLayout>true</useRepositoryLayout>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
</project>
|