summaryrefslogtreecommitdiff
path: root/java/lib/poms/mina-core-1.0.1.pom
diff options
context:
space:
mode:
Diffstat (limited to 'java/lib/poms/mina-core-1.0.1.pom')
-rw-r--r--java/lib/poms/mina-core-1.0.1.pom34
1 files changed, 34 insertions, 0 deletions
diff --git a/java/lib/poms/mina-core-1.0.1.pom b/java/lib/poms/mina-core-1.0.1.pom
new file mode 100644
index 0000000000..def70418c9
--- /dev/null
+++ b/java/lib/poms/mina-core-1.0.1.pom
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="ISO-8859-1"?><project>
+ <parent>
+ <artifactId>build</artifactId>
+ <groupId>org.apache.mina</groupId>
+ <version>1.0.1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>mina-core</artifactId>
+ <name>Apache MINA Core API</name>
+ <version>1.0.1</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>backport-util-concurrent</groupId>
+ <artifactId>backport-util-concurrent</artifactId>
+ <version>2.2</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>1.2_Java1.3</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ <distributionManagement>
+ <status>deployed</status>
+ </distributionManagement>
+</project> \ No newline at end of file