mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	Conflicts: client/tomcatconf/applicationContext.xml.in client/tomcatconf/nonossComponentContext.xml.in client/tomcatconf/simulatorComponentContext.xml.in framework/db/src/com/cloud/utils/db/Transaction.java plugins/hypervisors/simulator/src/com/cloud/agent/manager/MockAgentManagerImpl.java server/src/com/cloud/api/ApiServer.java server/src/com/cloud/storage/snapshot/SnapshotManagerImpl.java
		
			
				
	
	
		
			177 lines
		
	
	
		
			5.5 KiB
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			177 lines
		
	
	
		
			5.5 KiB
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
<!--
 | 
						|
  Licensed to the Apache Software Foundation (ASF) under one
 | 
						|
  or more contributor license agreements. See the NOTICE file
 | 
						|
  distributed with this work for additional information
 | 
						|
  regarding copyright ownership. The ASF licenses this file
 | 
						|
  to you under the Apache License, Version 2.0 (the
 | 
						|
  "License"); you may not use this file except in compliance
 | 
						|
  with the License. You may obtain a copy of the License at
 | 
						|
 | 
						|
  http://www.apache.org/licenses/LICENSE-2.0
 | 
						|
 | 
						|
  Unless required by applicable law or agreed to in writing,
 | 
						|
  software distributed under the License is distributed on an
 | 
						|
  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 | 
						|
  KIND, either express or implied. See the License for the
 | 
						|
  specific language governing permissions and limitations
 | 
						|
  under the License.
 | 
						|
-->
 | 
						|
<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>
 | 
						|
  <artifactId>cloud-utils</artifactId>
 | 
						|
  <name>Apache CloudStack Utils</name>
 | 
						|
  <parent>
 | 
						|
    <groupId>org.apache.cloudstack</groupId>
 | 
						|
    <artifactId>cloudstack</artifactId>
 | 
						|
    <version>4.3.0-SNAPSHOT</version>
 | 
						|
    <relativePath>../pom.xml</relativePath>
 | 
						|
  </parent>
 | 
						|
  <dependencies>
 | 
						|
    <dependency>
 | 
						|
      <groupId>org.apache.cloudstack</groupId>
 | 
						|
      <artifactId>cloud-framework-managed-context</artifactId>
 | 
						|
      <version>${project.version}</version>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>org.springframework</groupId>
 | 
						|
      <artifactId>spring-context</artifactId>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>org.aspectj</groupId>
 | 
						|
      <artifactId>aspectjweaver</artifactId>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>log4j</groupId>
 | 
						|
      <artifactId>log4j</artifactId>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>org.slf4j</groupId>
 | 
						|
      <artifactId>slf4j-api</artifactId>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>org.slf4j</groupId>
 | 
						|
      <artifactId>slf4j-log4j12</artifactId>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>cglib</groupId>
 | 
						|
      <artifactId>cglib-nodep</artifactId>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>commons-codec</groupId>
 | 
						|
      <artifactId>commons-codec</artifactId>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>org.bouncycastle</groupId>
 | 
						|
      <artifactId>bcprov-jdk16</artifactId>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>com.jcraft</groupId>
 | 
						|
      <artifactId>jsch</artifactId>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>org.jasypt</groupId>
 | 
						|
      <artifactId>jasypt</artifactId>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>com.trilead</groupId>
 | 
						|
      <artifactId>trilead-ssh2</artifactId>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>com.amazonaws</groupId>
 | 
						|
      <artifactId>aws-java-sdk</artifactId>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>log4j</groupId>
 | 
						|
      <artifactId>apache-log4j-extras</artifactId>
 | 
						|
      <scope>runtime</scope>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>javax.ejb</groupId>
 | 
						|
      <artifactId>ejb-api</artifactId>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
        <groupId>com.googlecode.java-ipv6</groupId>
 | 
						|
        <artifactId>java-ipv6</artifactId>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>commons-configuration</groupId>
 | 
						|
      <artifactId>commons-configuration</artifactId>
 | 
						|
    </dependency>
 | 
						|
    <!-- Test dependency in mysql for db tests -->
 | 
						|
    <dependency>
 | 
						|
      <groupId>mysql</groupId>
 | 
						|
      <artifactId>mysql-connector-java</artifactId>
 | 
						|
      <scope>test</scope>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
        <groupId>commons-io</groupId>
 | 
						|
        <artifactId>commons-io</artifactId>
 | 
						|
        <scope>provided</scope>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>org.reflections</groupId>
 | 
						|
      <artifactId>reflections</artifactId>
 | 
						|
      <exclusions>
 | 
						|
        <exclusion>
 | 
						|
          <groupId>xml-apis</groupId>
 | 
						|
          <artifactId>xml-apis</artifactId>
 | 
						|
        </exclusion>
 | 
						|
      </exclusions>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
      <groupId>org.owasp.esapi</groupId>
 | 
						|
      <artifactId>esapi</artifactId>
 | 
						|
      <exclusions>
 | 
						|
        <exclusion>
 | 
						|
          <groupId>xml-apis</groupId>
 | 
						|
          <artifactId>xml-apis</artifactId>
 | 
						|
        </exclusion>
 | 
						|
        <exclusion>
 | 
						|
          <groupId>xml-apis</groupId>
 | 
						|
          <artifactId>xml-apis-ext</artifactId>
 | 
						|
        </exclusion>
 | 
						|
        <exclusion>
 | 
						|
          <groupId>xerces</groupId>
 | 
						|
          <artifactId>xmlParserAPIs</artifactId>
 | 
						|
        </exclusion>
 | 
						|
      </exclusions>
 | 
						|
    </dependency>
 | 
						|
    <dependency>
 | 
						|
        <groupId>commons-net</groupId>
 | 
						|
        <artifactId>commons-net</artifactId>
 | 
						|
        <version>3.3</version>
 | 
						|
    </dependency>
 | 
						|
  </dependencies>
 | 
						|
  <build>
 | 
						|
    <plugins>
 | 
						|
      <plugin>
 | 
						|
        <groupId>org.apache.maven.plugins</groupId>
 | 
						|
        <artifactId>maven-jar-plugin</artifactId>
 | 
						|
        <executions>
 | 
						|
          <execution>
 | 
						|
            <goals>
 | 
						|
              <goal>test-jar</goal>
 | 
						|
            </goals>
 | 
						|
          </execution>
 | 
						|
        </executions>
 | 
						|
      </plugin>
 | 
						|
      <plugin>
 | 
						|
        <groupId>org.apache.maven.plugins</groupId>
 | 
						|
        <artifactId>maven-surefire-plugin</artifactId>
 | 
						|
        <configuration>
 | 
						|
          <excludes>
 | 
						|
            <exclude>com/cloud/utils/testcase/*TestCase*</exclude>
 | 
						|
            <exclude>com/cloud/utils/db/*Test*</exclude>
 | 
						|
            <exclude>com/cloud/utils/testcase/NioTest.java</exclude>
 | 
						|
          </excludes>
 | 
						|
        </configuration>
 | 
						|
      </plugin>      
 | 
						|
    </plugins>
 | 
						|
    <resources>
 | 
						|
       <resource>
 | 
						|
          <directory>certs</directory>
 | 
						|
       </resource>
 | 
						|
    </resources>
 | 
						|
  </build>
 | 
						|
</project>
 |