Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 6d62daf274664630812a0ed14d07bb42 > files > 1

quartz-2.1.2-2.mga3.src.rpm

Index: quartz/pom.xml
===================================================================
--- quartz/pom.xml	(revision 1787)
+++ quartz/pom.xml	(working copy)
@@ -13,11 +13,26 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.openejb</groupId>
-      <artifactId>javaee-api</artifactId>
-      <version>5.0-2</version>
-      <scope>provided</scope>
+        <groupId>javax.transaction</groupId>
+        <artifactId>jta</artifactId>
     </dependency>
+    <dependency>
+        <groupId>javax.jms</groupId>
+        <artifactId>jms</artifactId>
+    </dependency>
+    <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>servlet-api</artifactId>
+        <version>2.5</version>
+    </dependency>
+    <dependency>
+        <groupId>javax.ejb</groupId>
+        <artifactId>ejb</artifactId>
+    </dependency>
+    <dependency>
+        <groupId>javax.mail</groupId>
+        <artifactId>mail</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>c3p0</groupId>
@@ -55,7 +70,7 @@
     </dependency>
     <dependency>
       <groupId>junit</groupId>
-      <artifactId>junit-dep</artifactId>
+      <artifactId>junit</artifactId>
       <version>4.8.2</version>
       <scope>test</scope>
     </dependency>
Index: pom.xml
===================================================================
--- pom.xml	(revision 1787)
+++ pom.xml	(working copy)
@@ -67,7 +67,7 @@
 
   <modules>
     <module>quartz</module>
-    <module>quartz-jboss</module>
+    <!-- module>quartz-jboss</module -->
     <module>quartz-backward-compat</module>
     <module>examples</module>
   </modules>
@@ -113,17 +113,6 @@
           </configuration>
         </plugin>        
         <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.3.2</version>
-          <configuration>
-            <findbugsXmlOutput>true</findbugsXmlOutput>
-            <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
-            <xmlOutput>true</xmlOutput>
-            <excludeFilterFile>${basedir}/../src/findbugs/excludeFilter.xml</excludeFilterFile>
-          </configuration>
-        </plugin>
-        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
           <version>2.5</version>
@@ -150,32 +139,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.3</version>
-        <executions>
-          <execution>
-            <phase>verify</phase>
-            <goals>
-              <goal>checkstyle</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <skip>true</skip>
-          <configLocation>${basedir}/../src/checkstyle/checkstyle_checks.xml</configLocation>
-          <suppressionsLocation>${basedir}/../src/checkstyle/suppressions.xml</suppressionsLocation>
-          <headerLocation>${basedir}/../src/checkstyle/src-header.txt</headerLocation>
-          <enableRSS>false</enableRSS>
-          <linkXRef>false</linkXRef>
-          <consoleOutput>true</consoleOutput>
-          <failsOnError>true</failsOnError>
-          <failOnViolation>true</failOnViolation>
-          <includeTestSourceDirectory>false</includeTestSourceDirectory>
-          <enableRulesSummary>true</enableRulesSummary>
-        </configuration>
-      </plugin>
     </plugins>
   </build>