|
|
@@ -26,44 +26,6 @@
|
|
|
</repository>
|
|
|
</distributionManagement>
|
|
|
|
|
|
- <dependencyManagement>
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <artifactId>assira.asm</artifactId>
|
|
|
- <groupId>net.ranides</groupId>
|
|
|
- <version>5.0.4</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>net.ranides</groupId>
|
|
|
- <artifactId>assira.junit</artifactId>
|
|
|
- <version>2.0.1</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>eu.vitaliy</groupId>
|
|
|
- <artifactId>mazovia-charset</artifactId>
|
|
|
- <version>1.0</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>junit</groupId>
|
|
|
- <artifactId>junit</artifactId>
|
|
|
- <version>4.12</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.slf4j</groupId>
|
|
|
- <artifactId>slf4j-api</artifactId>
|
|
|
- <version>1.7.13</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.slf4j</groupId>
|
|
|
- <artifactId>slf4j-simple</artifactId>
|
|
|
- <version>1.7.13</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
- </dependencyManagement>
|
|
|
-
|
|
|
<repositories>
|
|
|
<repository>
|
|
|
<id>ranides.net</id>
|
|
|
@@ -179,7 +141,7 @@
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
-
|
|
|
+
|
|
|
<reporting>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
@@ -194,5 +156,58 @@
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</reporting>
|
|
|
+
|
|
|
+ <dependencyManagement>
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>net.ranides</groupId>
|
|
|
+ <artifactId>assira</artifactId>
|
|
|
+ <version>2.0.1</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <artifactId>assira.asm</artifactId>
|
|
|
+ <groupId>net.ranides</groupId>
|
|
|
+ <version>5.0.4</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>net.ranides</groupId>
|
|
|
+ <artifactId>assira.junit</artifactId>
|
|
|
+ <version>2.0.1</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>eu.vitaliy</groupId>
|
|
|
+ <artifactId>mazovia-charset</artifactId>
|
|
|
+ <version>1.0</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>junit</groupId>
|
|
|
+ <artifactId>junit</artifactId>
|
|
|
+ <version>4.12</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>net.ranides</groupId>
|
|
|
+ <artifactId>caliper</artifactId>
|
|
|
+ <version>1.0L</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
+ <artifactId>slf4j-api</artifactId>
|
|
|
+ <version>1.7.13</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
+ <artifactId>slf4j-simple</artifactId>
|
|
|
+ <version>1.7.13</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>net.sourceforge.pmd</groupId>
|
|
|
+ <artifactId>pmd-java</artifactId>
|
|
|
+ <version>5.3.3</version>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
+ </dependencyManagement>
|
|
|
|
|
|
</project>
|