added scala-stats jar
This commit is contained in:
parent
ece95391ac
commit
8316c90278
4 changed files with 14 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.twitter</groupId>
|
||||
<artifactId>scala-json</artifactId>
|
||||
<version>0.1</version>
|
||||
<version>1.0</version>
|
||||
<packaging>jar</packaging>
|
||||
</project>
|
||||
BIN
embedded-repo/com/twitter/scala-stats/1.0/scala-stats-1.0.jar
Executable file
BIN
embedded-repo/com/twitter/scala-stats/1.0/scala-stats-1.0.jar
Executable file
Binary file not shown.
8
embedded-repo/com/twitter/scala-stats/1.0/scala-stats-1.0.pom
Executable file
8
embedded-repo/com/twitter/scala-stats/1.0/scala-stats-1.0.pom
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
<?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/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.twitter</groupId>
|
||||
<artifactId>scala-stats</artifactId>
|
||||
<version>1.0</version>
|
||||
<packaging>jar</packaging>
|
||||
</project>
|
||||
|
|
@ -31,6 +31,11 @@
|
|||
<artifactId>aspectwerkz-nodeps-jdk5</artifactId>
|
||||
<version>2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.twitter</groupId>
|
||||
<artifactId>scala-stats</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.lag</groupId>
|
||||
<artifactId>configgy</artifactId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue