<?xml version="1.0"?><project>
  <parent>
    <artifactId>day-commons</artifactId>
    <groupId>com.day.commons</groupId>
    <version>2</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>day-commons-smb</artifactId>
  <name>Day Commons Library - SMB</name>
  <version>1.1.1</version>
  <description>SMB library</description>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <skip>true</skip>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.0.1</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
  <properties>
    <smb.version>1.1.1</smb.version>
  </properties>
</project>