1 Star 0 Fork 1

forsrc / Java-Websockify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.46 KB
一键复制 编辑 原始数据 按行查看 历史
Jarrod Ribble 提交于 2012-08-01 09:36 . Attempt to fix Jenkins build.
<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">
<parent>
<artifactId>oss-parent</artifactId>
<groupId>org.sonatype.oss</groupId>
<version>7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.netiq</groupId>
<artifactId>websockify</artifactId>
<packaging>jar</packaging>
<version>1.6-SNAPSHOT</version>
<name>Java Websockify</name>
<description>A websockify server written in Java using Netty.</description>
<url>https://github.com/jribble/Java-Websockify</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:jribble/Java-Websockify.git</connection>
<url>scm:git:git@github.com:jribble/Java-Websockify.git</url>
<developerConnection>scm:git:git@github.com:jribble/Java-Websockify.git</developerConnection>
</scm>
<developers>
<developer>
<id>jribble</id>
<name>Jarrod Ribble</name>
<email>jribble@netiq.com</email>
<organization>NetIQ</organization>
<organizationUrl>http://www.netiq.com</organizationUrl>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
<version>1.8.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.3.0.Final</version>
</dependency>
<dependency>
<groupId>args4j</groupId>
<artifactId>args4j</artifactId>
<version>2.0.16</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-9</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>5</source>
<target>5</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/forsrc/Java-Websockify.git
git@gitee.com:forsrc/Java-Websockify.git
forsrc
Java-Websockify
Java-Websockify
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891